Skip to content

Commit fe11f7a

Browse files
authored
Merge pull request #16 from whtsht/fix-links
πŸ› Fix broken links
2 parents 9e8b6f7 + 5dfa160 commit fe11f7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

β€Žsrc/getting-started/explanation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ auto-completion and type checking provided by LSP (Language Server Protocol).
232232
In the next step, follow the tutorial to learn how to develop a minimum Denops
233233
plugin.
234234

235-
- [Tutorial (Hello World)](../tutorial/helloworld/README.md)
236-
- [Tutorial (Maze)](../tutorial/maze/README.md)
235+
- [Tutorial (Hello World)](/tutorial/helloworld/index.md)
236+
- [Tutorial (Maze)](/tutorial/maze/index.html)
237237
- [API reference](https://jsr.io/@denops/std)
238238

239239
[denops.vim]: https://github.com/vim-denops/denops.vim

β€Žsrc/tutorial/helloworld/calling-vim-features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ as a result.
6060
In the next step, follow the tutorial to learn how to develop a real Denops
6161
plugin.
6262

63-
- [Tutorial (Maze)](../tutorial/maze/README.md)
63+
- [Tutorial (Maze)](/tutorial/maze/index.html)
6464
- [API reference](https://jsr.io/@denops/std)

0 commit comments

Comments
Β (0)