Skip to content

Commit 30bd4bf

Browse files
authored
Fix broken links in zero to Swift Neovim (#1261)
1 parent 1a65e77 commit 30bd4bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/articles/zero-to-swift-nvim.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ Basic setup and configuration includes:
3737
The following sections are provided to help guide you through the setup:
3838

3939
- [Prerequisites](#prerequisites)
40-
- [Package Management](#packaging-with-lazy)
40+
- [Package Management](#packaging-with-lazynvim)
4141
- [Language Server Support](#language-server-support)
4242
- [File Updates](#file-updating)
4343
- [Code Completion](#code-completion)
44-
- [Snippets](#Snippets)
44+
- [Snippets](#snippets)
4545
- [Fully Assembled Configuration Files](#files)
4646

4747
> Tip: If you already have Neovim, Swift, and a package manager installed, you can skip to setting up [Language Server support](#language-server-support).
@@ -147,7 +147,7 @@ those directories now.
147147
$ mkdir lua/plugins lua/config
148148
```
149149

150-
See [lazy.nvim Configuration](https://github.com/folke/lazy.nvim?tab=readme-ov-file#%EF%B8%8F-configuration) for details on configuring _lazy.nvim_.
150+
See [lazy.nvim Configuration](https://lazy.folke.io/configuration) for details on configuring _lazy.nvim_.
151151

152152
![_lazy.nvim_ package manger](/assets/images/zero-to-swift-nvim/Lazy.png)
153153

0 commit comments

Comments
 (0)