Fix not exist links in README.md (#270)

This commit is contained in:
naoh1000
2020-11-21 23:38:51 +08:00
committed by GitHub
parent cddb5625f6
commit 96499543d4

View File

@@ -217,11 +217,11 @@ After saving it to the `profile` directory, you can access `http://127.0.0.1:255
### Configuration File
> Check comments inside [pref.ini](https://github.com/tindy2013/subconverter/blob/master/base/pref.ini) for more information.
> Check comments inside [pref.example.ini](https://github.com/tindy2013/subconverter/blob/master/base/pref.example.ini) for more information.
### External Configuration File
> Most settings works the same as the ones with the same name inside `pref.ini`, you can check [the example configuration file](https://github.com/tindy2013/subconverter/blob/master/base/config/example_external_config.ini) and comments inside [pref.ini](https://github.com/tindy2013/subconverter/blob/master/base/pref.ini) for more information.
> Most settings works the same as the ones with the same name inside `pref.ini`, you can check [the example configuration file](https://github.com/tindy2013/subconverter/blob/master/base/config/example_external_config.ini) and comments inside [pref.example.ini](https://github.com/tindy2013/subconverter/blob/master/base/pref.example.ini) for more information.
Any setting defined in the external configuration file will **override** the ones from `pref.ini`.