From 5dfa16060b35977e92057ebd0b72552ef029e568 Mon Sep 17 00:00:00 2001 From: whtsht Date: Sun, 24 Nov 2024 11:44:22 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20broken=20links?= 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 86212c7..88f24ab 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/README.md) -- [Tutorial (Maze)](../tutorial/maze/README.md) +- [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 98574a3..b619cc4 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/README.md) +- [Tutorial (Maze)](/tutorial/maze/index.html) - [API reference](https://jsr.io/@denops/std)