From f7e04d1d2c519554ee153c20677a3c96df9c89f0 Mon Sep 17 00:00:00 2001 From: Myriad-Dreamin <35292584+Myriad-Dreamin@users.noreply.github.com> Date: Wed, 9 Jul 2025 00:36:40 +0800 Subject: [PATCH] fix: markdown link (#1886) --- docs/tinymist/config/shared.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tinymist/config/shared.typ b/docs/tinymist/config/shared.typ index 59bf6162..a7bfe206 100644 --- a/docs/tinymist/config/shared.typ +++ b/docs/tinymist/config/shared.typ @@ -31,11 +31,11 @@ #context if is-vscode.get() { html-link("/config/vscode.typ") [ | ] - md-link("/editor/vscode/Configuration.md") + md-link("/editors/vscode/Configuration.md") } else { html-link("/config/neovim.typ") [ | ] - md-link("/editor/neovim/Configuration.md") + md-link("/editors/neovim/Configuration.md") } #let translate(desc) = {