Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit 1e16573

Browse files
author
connorgmeean
committed
fix(docs): Broken links in README.md
1 parent 57a537f commit 1e16573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,14 @@ return {
122122
#### All modules
123123

124124
Doom-nvim currently has 35+ `features` modules and 20+ `langs` modules.
125-
You can find a full list of modules (here)[./docs/modules.md#all-modules]
125+
You can find a full list of modules [here](./docs/modules.md#all-modules)
126126

127127
### Configuring and personalising: `config.lua`
128128

129129
#### Modifying neovim and doom options
130130

131131
Doom nvim provides a number of config options, including wrapping some of vim's
132-
own options. See all available config options (in the API Reference)[./docs/api.md].
132+
own options. See all available config options [in the API Reference](./docs/api.md).
133133

134134
```lua
135135
-- config.lua

0 commit comments

Comments
 (0)