Skip to content

Commit af13856

Browse files
zorroozclaude
andcommitted
fix: use full URLs for language toggle links
Relative paths like README_ZH.html work on the pkgdown site but not on GitHub (where the files are .md, not .html). Use absolute URLs to the pkgdown site so both environments work correctly. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 401b20f commit af13856

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![lint](https://github.com/zorrooz/plotit/actions/workflows/lint.yaml/badge.svg)](https://github.com/zorrooz/plotit/actions/workflows/lint.yaml)
88
<!-- badges: end -->
99

10-
<p align="center"><a href="README_ZH.html">简体中文</a> | <b>English</b></p>
10+
<p align="center"><a href="https://zorrooz.github.io/plotit/README_ZH.html">简体中文</a> | <b>English</b></p>
1111

1212
> ⚠️ **Early development stage.**
1313
> plotit is under active, pre-release development. Breaking changes are

README_ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![lint](https://github.com/zorrooz/plotit/actions/workflows/lint.yaml/badge.svg)](https://github.com/zorrooz/plotit/actions/workflows/lint.yaml)
88
<!-- badges: end -->
99

10-
<p align="center"><b>简体中文</b> | <a href="index.html">English</a></p>
10+
<p align="center"><b>简体中文</b> | <a href="https://zorrooz.github.io/plotit/">English</a></p>
1111

1212
> ⚠️ **早期开发阶段**
1313
> plotit 处于活跃的预发布开发中。每次更新都**极有可能**带来破坏性变更。

0 commit comments

Comments
 (0)