From 79cd093102117a637c1380d607a37228e92f6ced Mon Sep 17 00:00:00 2001 From: John Finnerty <297514060+johnfinnerty-nz@users.noreply.github.com> Date: Thu, 10 Sep 2026 08:46:09 +1200 Subject: [PATCH 1/2] docs: replace broken Vaunt board links Signed-off-by: John Finnerty <297514060+johnfinnerty-nz@users.noreply.github.com> --- .vaunt/add-tidb-docs-dash-badge.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vaunt/add-tidb-docs-dash-badge.md b/.vaunt/add-tidb-docs-dash-badge.md index b7dc29d47e5c1..2bc9040a8aa70 100644 --- a/.vaunt/add-tidb-docs-dash-badge.md +++ b/.vaunt/add-tidb-docs-dash-badge.md @@ -60,11 +60,11 @@ You can use additional Vaunt features to showcase your contributions to other op The community boards provide community statistics, repository insights, and a view into repository achievements. - [![VauntCommunity](https://api.vaunt.dev/v1/github/entities/pingcap/badges/community)](https://community.vaunt.dev/board/pingcap) + [![VauntCommunity](https://api.vaunt.dev/v1/github/entities/pingcap/badges/community)](https://docs.vaunt.dev/developers/vaunt_open_source_community/) - Explore [your own community boards](https://community.vaunt.dev/). - Add the following code to your README file and replace `{{github_username}}` with your username: ```Markdown - [![VauntCommunity](https://api.vaunt.dev/v1/github/entities/{{github_username}}/badges/community)](https://community.vaunt.dev/board/{{github_username}}) + [![VauntCommunity](https://api.vaunt.dev/v1/github/entities/{{github_username}}/badges/community)](https://docs.vaunt.dev/developers/vaunt_open_source_community/) ``` From 5662c9a35b43a29f126db98b6e51d6f82d21dfe1 Mon Sep 17 00:00:00 2001 From: John Finnerty <297514060+johnfinnerty-nz@users.noreply.github.com> Date: Thu, 10 Sep 2026 18:47:14 +1200 Subject: [PATCH 2/2] docs: clarify Vaunt documentation fallback Signed-off-by: John Finnerty <297514060+johnfinnerty-nz@users.noreply.github.com> --- .vaunt/add-tidb-docs-dash-badge.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.vaunt/add-tidb-docs-dash-badge.md b/.vaunt/add-tidb-docs-dash-badge.md index 2bc9040a8aa70..b522acf092cc3 100644 --- a/.vaunt/add-tidb-docs-dash-badge.md +++ b/.vaunt/add-tidb-docs-dash-badge.md @@ -56,15 +56,15 @@ You can use additional Vaunt features to showcase your contributions to other op

``` -- Integrate your community boards +- Add a community board badge The community boards provide community statistics, repository insights, and a view into repository achievements. - [![VauntCommunity](https://api.vaunt.dev/v1/github/entities/pingcap/badges/community)](https://docs.vaunt.dev/developers/vaunt_open_source_community/) + [![Vaunt community board documentation](https://api.vaunt.dev/v1/github/entities/pingcap/badges/community)](https://docs.vaunt.dev/developers/vaunt_open_source_community/) - - Explore [your own community boards](https://community.vaunt.dev/). - - Add the following code to your README file and replace `{{github_username}}` with your username: + - Read the [Vaunt community board documentation](https://docs.vaunt.dev/developers/vaunt_open_source_community/). + - Add the following code to your README file and replace `{{github_username}}` with your username. The documentation link is a fallback destination. If your community board is available, replace it with your board URL. ```Markdown - [![VauntCommunity](https://api.vaunt.dev/v1/github/entities/{{github_username}}/badges/community)](https://docs.vaunt.dev/developers/vaunt_open_source_community/) + [![Vaunt community board documentation](https://api.vaunt.dev/v1/github/entities/{{github_username}}/badges/community)](https://docs.vaunt.dev/developers/vaunt_open_source_community/) ```