From 54f74556438f94b1a8d22e47771cd4dbec947020 Mon Sep 17 00:00:00 2001 From: whtsht Date: Tue, 26 Nov 2024 14:21:01 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Changed=20to=20relative=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/getting-started/explanation.md | 4 ++-- src/tutorial/helloworld/calling-vim-features.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/getting-started/explanation.md b/src/getting-started/explanation.md index 88f24ab..0a35d9c 100644 --- a/src/getting-started/explanation.md +++ b/src/getting-started/explanation.md @@ -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 diff --git a/src/tutorial/helloworld/calling-vim-features.md b/src/tutorial/helloworld/calling-vim-features.md index b619cc4..2e2b5fe 100644 --- a/src/tutorial/helloworld/calling-vim-features.md +++ b/src/tutorial/helloworld/calling-vim-features.md @@ -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)