Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ Once you've finished writing, you'll want to commit your changes and open a pull

### Commit messages

We highly value commit messages that follow established form within the project. See our [WriteFreely commit guidelines](https://github.com/writeas/writefreely/blob/develop/CONTRIBUTING.md#commit-messages) for best practices.
We highly value commit messages that follow established form within the project. See our [WriteFreely commit guidelines](https://github.com/writefreely/writefreely/blob/develop/CONTRIBUTING.md#commit-messages) for best practices.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Contributions are welcome from everyone, whether that's in the form of new docum

## Releases

Documentation on `master` is kept up-to-date with the [writefreely `master` branch](https://github.com/writeas/writefreely). When a new WriteFreely release is made, the documentation should be up-to-date with it and tagged with a version number that matches the writefreely repo.
Documentation on `main` is kept up-to-date with the [writefreely `main` branch](https://github.com/writefreely/writefreely). When a new WriteFreely release is made, the documentation should be up-to-date with it and tagged with a version number that matches the writefreely repo.
2 changes: 1 addition & 1 deletion admin/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The following fields are valid in the `[app]` section of your configuration file
| ----- | ----------- | ------- |
| `site_name` | Name of the website, publicly shown in several places | Our Community |
| `site_description` | Site description, shown in NodeInfo | A place to write freely. |
| `host` | Full hostname (including scheme) users will see | https://pencil.writefree.ly |
| `host` | Full hostname (including scheme) users will see | https://pen.writefree.ly |
| `editor` | The editor template file all users will use. Default: `pad`, other options: `bare`, `classic`. | classic |
| `single_user` | Whether or not the instance is for one blog | false |
| `min_username_len` | Minimum required length of usernames | 3 |
Expand Down