Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/getting-started/explanation.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ auto-completion and type checking provided by LSP (Language Server Protocol).
In the next step, follow the tutorial to learn how to develop a minimum Denops
plugin.

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

[denops.vim]: https://github.com/vim-denops/denops.vim
Expand Down
2 changes: 1 addition & 1 deletion src/tutorial/helloworld/calling-vim-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ as a result.
In the next step, follow the tutorial to learn how to develop a real Denops
plugin.

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