From ecf06b3155a56ff1c6ead29ac7b3eb1da868d41d Mon Sep 17 00:00:00 2001 From: "CVER Inc." Date: Tue, 14 Jul 2026 14:20:20 +0900 Subject: [PATCH] docs: make language-nav anchors absolute for the Obsidian listing (#5) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In the Obsidian community plugin browser the README renders standalone, so in-document #anchors don't scroll. Absolute repo anchors instead open the GitHub README at that section (a real response beats none); on GitHub they still behave as same-page jumps. Completes the link fix — no relative links or bare anchors remain. Co-authored-by: cverorg <292680828+cverorg@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82d20cf..34d3a2e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # marktile -[English](#english) · [日本語](#日本語) · [한국어](#한국어) · [繁體中文](#繁體中文) +[English](https://github.com/CVERInc/marktile#english) · [日本語](https://github.com/CVERInc/marktile#日本語) · [한국어](https://github.com/CVERInc/marktile#한국어) · [繁體中文](https://github.com/CVERInc/marktile#繁體中文) ---