summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Isidoro <denisidoro@users.noreply.github.com>2024-01-18 11:19:00 -0300
committerGitHub <noreply@github.com>2024-01-18 11:19:00 -0300
commit80e30b508bc04cc91263bb549e527c1c06c31d25 (patch)
tree4ce5ed7c4f950bc02a7f21960d09f33079bbe5c8
parenta46188783d0611861166feda30117fdefbddaa13 (diff)
parentb5a1ccb3385f51dc6d68bbd485f5427261cb0011 (diff)
Merge pull request #872 from tapyu/patch-1
update `navi_config.md`: cross-reference to `config_file_example.yaml`
-rw-r--r--docs/navi_config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/navi_config.md b/docs/navi_config.md
index 9032958..239ed37 100644
--- a/docs/navi_config.md
+++ b/docs/navi_config.md
@@ -33,7 +33,7 @@ The default `.cheat` files paths are defined in the `$NAVI_PATH` environment var
```sh
export NAVI_PATH='/path/to/a/dir:/path/to/another/dir:/yet/another/dir'
```
-If this environment variable is unset or if all directories do not exist, `navi` uses that paths defined in its config files. Finally, if there is no config file or if the `.cheat` file paths was not set, the default `.cheat` file paths fallbacks to `~/.local/share/navi/cheats/`. The command
+If this environment variable is unset or if all directories do not exist, `navi` uses the [paths defined in the config file](https://github.com/tapyu/to-rm-navi/blob/master/docs/config_file_example.yaml#L21-L24). Finally, if there is no config file or if the `.cheat` file paths was not set, the default `.cheat` file paths fallbacks to `~/.local/share/navi/cheats/`. The command
```sh
navi info cheats-path
```