Change dev branch links in config docs to master
This commit is contained in:
parent
6770178a23
commit
c25149c459
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user