doc: outdated
Massimo Melina committed
May 28, 2023 at 15:22 UTC
7d9035b31ec06aa8a4bdcf61cbfa41f407c5f778
1 file changed
+5
-5
README.md
+5
-5
@@ -153,7 +153,7 @@ Configuration can be done in several ways
153
- passing via command line at start in the form `--NAME VALUE`
154
- directly editing the `config.yaml` file. As soon as you save it is reloaded and changes are applied
155
156
-`NAME` stands for the property name that you want to change. See the complete list below.
156
+`NAME` stands for the property name that you want to change. See the [complete list](config.md).
157
158
### Where is it stored
159
@@ -166,7 +166,7 @@ You can decide a different cwd passing `--cwd SOME_FOLDER` parameter at command
166
You can decide also a different file for config by passing `--config SOME_FILE`, or inside an *env* called `HFS_CONFIG`.
167
Any relative path provided is relative to the *cwd*.
168
169
-[Check details about config file format](https://github.com/rejetto/hfs/blob/main/config.md).
169
+[Check details about config file format](config.md).
170
171
## Security
172
@@ -210,14 +210,14 @@ There are several ways to contribute
210
If you'd like to make a change yourself in the code, please first open an "issue" or "discussion" about it,
211
so we'll try to cooperate and understand what's the best path for it.
212
213
-- [Make a plugin](https://github.com/rejetto/hfs/blob/main/dev-plugins.md)
213
+- [Make a plugin](dev-plugins.md)
214
215
A plugin can change the look (a theme), and/or introduce a new functionality.
216
217
## More
218
219
-- [Build yourself](https://github.com/rejetto/hfs/blob/main/dev.md)
219
+- [Build yourself](dev.md)
220
221
- [License](https://github.com/rejetto/hfs/blob/master/LICENSE.txt)
222
223
-- [To-do list](https://github.com/rejetto/hfs/blob/main/todo.md)
\ No newline at end of file
223
+- [To-do list](todo.md)
\ No newline at end of file