Skip to content

Commit 13390fa

Browse files
authored
Merge pull request #17 from whtsht/relative-link
πŸ› Changed to relative link
2 parents fe11f7a + 54f7455 commit 13390fa

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/index.md)
236-
- [Tutorial (Maze)](/tutorial/maze/index.html)
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/index.html)
63+
- [Tutorial (Maze)](../../tutorial/maze/index.html)
6464
- [API reference](https://jsr.io/@denops/std)

0 commit comments

Comments
Β (0)