-
Notifications
You must be signed in to change notification settings - Fork 684
fix(docs): fix broken anchor links in zh-CN and ja README navigation #1507
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -9,11 +9,11 @@ | |||||||||||||||||||||
| [English](/README.md) | 简体中文 | [日本語](/docs/ja/README_ja.md) | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| <a href="https://rank.opencompass.org.cn/leaderboard-multimodal">🏆 OpenCompass 排行榜 </a> • | ||||||||||||||||||||||
| <a href="#%EF%B8%8F-quickstart">🏗️ 快速开始 </a> • | ||||||||||||||||||||||
| <a href="#-datasets-models-and-evaluation-results">📊 数据集和模型 </a> • | ||||||||||||||||||||||
| <a href="#%EF%B8%8F-development-guide">🛠️ 开发指南 </a> • | ||||||||||||||||||||||
| <a href="#-the-goal-of-vlmevalkit">🎯 我们的目标 </a> • | ||||||||||||||||||||||
| <a href="#%EF%B8%8F-citation">🖊️ 引用 </a> | ||||||||||||||||||||||
| <a href="#️-快速开始">🏗️ 快速开始 </a> • | ||||||||||||||||||||||
| <a href="#-评测结果支持的数据集和模型">📊 数据集和模型 </a> • | ||||||||||||||||||||||
| <a href="#️-开发指南">🛠️ 开发指南 </a> • | ||||||||||||||||||||||
| <a href="#-vlmevalkit-的目标">🎯 我们的目标 </a> • | ||||||||||||||||||||||
| <a href="#️-引用">🖊️ 引用 </a> | ||||||||||||||||||||||
|
Comment on lines
+12
to
+16
|
||||||||||||||||||||||
| <a href="#️-快速开始">🏗️ 快速开始 </a> • | |
| <a href="#-评测结果支持的数据集和模型">📊 数据集和模型 </a> • | |
| <a href="#️-开发指南">🛠️ 开发指南 </a> • | |
| <a href="#-vlmevalkit-的目标">🎯 我们的目标 </a> • | |
| <a href="#️-引用">🖊️ 引用 </a> | |
| <a href="#quickstart">🏗️ 快速开始 </a> • | |
| <a href="#data-model-results">📊 数据集和模型 </a> • | |
| <a href="#development">🛠️ 开发指南 </a> • | |
| <a href="#goal-of-vlmevalkit">🎯 我们的目标 </a> • | |
| <a href="#citation">🖊️ 引用 </a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
hreffragments here include an invisible variation-selector character (️) (e.g.,#️-クイックスタート). GitHub’s generated heading IDs for## 🏗️ クイックスタート/## 🛠️ 開発ガイド/## 🖊️ 引用won’t include that character, so these links likely remain broken. Update them to use the actual generated slugs (e.g.,#-クイックスタート,#-開発ガイド,#-引用) or add explicit<a id="…"></a>anchors and link to those.