summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Isidoro <denisidoro@users.noreply.github.com>2023-12-17 05:13:30 -0300
committerGitHub <noreply@github.com>2023-12-17 05:13:30 -0300
commit9e20adeb4140dd11cd74f91e0b38e48438bbd1c9 (patch)
tree4302150d7eb11d3db10f46893c2444c1fcefa42a
parent6692d6ab3684b8b91b17b3c83ae3c22b92002a1e (diff)
parente8d4e23c43983baf121942a0a0aad09bfc59035b (diff)
Merge pull request #867 from kit494way/fix-link
Fix broken links
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 62f3786..d91e304 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ There are multiple ways to use **navi**:
- pros: the shell history is correctly populated (i.e. with the actual command you ran instead of `navi`) and you can edit the command as you wish before executing it
- as a [Tmux widget](docs/tmux.md)
- pros: you can use your cheatsheets in any command-line app even in SSH sessions
-- as [aliases](docs/aliases.md)
+- as [aliases](docs/cheatsheet_syntax.md#aliases)
- as a [shell scripting tool](docs/shell_scripting.md)
- as an [Alfred workflow](docs/alfred.md)
@@ -89,8 +89,8 @@ The full syntax and examples can be found [here](docs/cheatsheet_syntax.md).
You can:
-- [setup your own config file](docs/config_file.md)
-- [set custom paths for your config file and cheat sheets](docs/paths_and_env_vars.md)
+- [setup your own config file](docs/navi_config.md)
+- [set custom paths for your config file and cheat sheets](docs/navi_config.md#paths-and-environment-variables)
- [change colors](docs/customization.md#changing-colors)
- [resize columns](docs/customization.md#resizing-columns)
- [change how search is performed](docs/customization.md#overriding-fzf-options)