mirror of
https://github.com/LBRYFoundation/tracker.git
synced 2025-08-23 17:47:29 +00:00
readme: fix broken configuration links
These files don't exist or have changed in master, a relative link is needed.
This commit is contained in:
parent
e37f453b34
commit
6a27a3ec0d
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ This is particularly useful behavior for private tracker use-cases.
|
|||
Copy [`example_config.json`] to your choice of location, and update the values as required.
|
||||
An explanation of the available keys can be found in [CONFIGURATION.md].
|
||||
|
||||
[`example_config.json`]: https://github.com/chihaya/chihaya/blob/master/example_config.json
|
||||
[CONFIGURATION.md]: https://github.com/chihaya/chihaya/blob/master/CONFIGURATION.md
|
||||
[`example_config.json`]: ./example_config.json
|
||||
[CONFIGURATION.md]: ./CONFIGURATION.md
|
||||
|
||||
### Docker
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue