Change dev branch links in config docs to master
This commit is contained in:
@@ -78,7 +78,7 @@ timestamp, e.g. with the `touch` command:
|
||||
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
|
||||
|
@@ -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,
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user