From 0c90072c047c75ad32500a1a7cc195cffb2e2c8b Mon Sep 17 00:00:00 2001 From: "CVER Inc." Date: Tue, 14 Jul 2026 14:20:16 +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 9382449..1a93f4a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # tugtile -[English](#english) · [日本語](#日本語) · [한국어](#한국어) · [繁體中文](#繁體中文) +[English](https://github.com/CVERInc/tugtile#english) · [日本語](https://github.com/CVERInc/tugtile#日本語) · [한국어](https://github.com/CVERInc/tugtile#한국어) · [繁體中文](https://github.com/CVERInc/tugtile#繁體中文) ---