Change dev branch links in config docs to master

This commit is contained in:
miruka 2021-02-28 18:51:48 -04:00
parent 6770178a23
commit c25149c459
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ timestamp, e.g. with the `touch` command:
touch ~/.config/mirage/settings.py touch ~/.config/mirage/settings.py
``` ```
[1]: https://github.com/mirukana/mirage/tree/dev/src/config/settings.py [1]: https://github.com/mirukana/mirage/tree/master/src/config/settings.py
## accounts.json ## accounts.json

View File

@ -102,7 +102,7 @@ for example `self.include_builtin("config/settings.py")` refers to
The sections and properties from the included file will be recursively merged, The sections and properties from the included file will be recursively merged,
see [Including User Files](#including-user-files) for an example. see [Including User Files](#including-user-files) for an example.
[1]: https://github.com/mirukana/mirage/tree/dev/src/config/settings.py [1]: https://github.com/mirukana/mirage/tree/master/src/config/settings.py
### Including User Files ### Including User Files