Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Changed to relative link #17

Merged
merged 1 commit into from
Nov 26, 2024
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)
whtsht marked this conversation as resolved.
Show resolved Hide resolved
- [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)
whtsht marked this conversation as resolved.
Show resolved Hide resolved
- [API reference](https://jsr.io/@denops/std)