Skip to content

Commit f00229c

Browse files
authored
Fix broken link - nvchad_ui.md (#1100)
* link has changed - fixing
1 parent e7c98f5 commit f00229c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/books/nvchad/nvchad_ui/nvchad_ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tags:
1515

1616
Throughtout NvChad's official documentation, commands such as `<leader>` are mentioned, along with other keys that might not be understandable to the casual reader. The reason for this is the default `mappings.lua` file (`../nvim/lua/core/mappings.lua`).
1717

18-
This file and the key mappings it describes are outlined [here](https://nvchad.com/config/Mappings). To be clear, you can override any key mappings using a custom `mappings.lua` file (`../nvim/lua/custom/mappings.lua`).
18+
This file and the key mappings it describes are outlined [here](https://nvchad.com/docs/config/mappings). To be clear, you can override any key mappings using a custom `mappings.lua` file (`../nvim/lua/custom/mappings.lua`).
1919

2020
To avoid confusion in the documents you are now reading, we are going to assume that you are using the default `mappings.lua` file and will substitute in the actual commands that you need to use to access a function. Standard key references are:
2121

0 commit comments

Comments
 (0)