From 68412a1975e8f43d5edacc2e20cce7386fa2f26a Mon Sep 17 00:00:00 2001 From: miruka Date: Tue, 19 Jan 2021 11:39:08 -0400 Subject: [PATCH] Make doc links point to dev branch for now --- docs/CONFIG.md | 2 +- docs/PCN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CONFIG.md b/docs/CONFIG.md index 805f2cbc..998b47ae 100644 --- a/docs/CONFIG.md +++ b/docs/CONFIG.md @@ -75,7 +75,7 @@ timestamp, e.g. with the `touch` command: touch ~/.config/mirage/settings.py ``` -[1]: https://github.com/mirukana/mirage/tree/master/src/config/settings.py +[1]: https://github.com/mirukana/mirage/tree/dev/src/config/settings.py ## accounts.json diff --git a/docs/PCN.md b/docs/PCN.md index 0c62daed..3c701231 100644 --- a/docs/PCN.md +++ b/docs/PCN.md @@ -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/master/src/config/settings.py +[1]: https://github.com/mirukana/mirage/tree/dev/src/config/settings.py ### Including User Files