From 2b3b6d7cb86e71c084b463e366fb9f1bd13074e2 Mon Sep 17 00:00:00 2001 From: Vitor Ayres Date: Fri, 3 May 2024 16:00:32 -0300 Subject: [PATCH] [i18nIgnore] update GitHub urls on v2 (#2113) --- .github/CONTRIBUTING.md | 4 ++-- .github/TRANSLATING.md | 4 ++-- packages/i18n-tracker/lib/translation-status/template.html | 2 +- src/components/Stub.astro | 2 +- src/content/docs/_zh-cn/index.mdx | 2 +- src/content/docs/index.mdx | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 4ab6207e0b..9c27e4a159 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -2,8 +2,8 @@ Welcome to Tauri Docs! We're excited to have you 🥳 -[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/tauri-apps/tauri-docs/tree/next) -[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/tauri-apps/tauri-docs/tree/next) +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/tauri-apps/tauri-docs/tree/v2) +[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/tauri-apps/tauri-docs/tree/v2) There are a number of ways to get involved: diff --git a/.github/TRANSLATING.md b/.github/TRANSLATING.md index 0a0cae8a1f..464bc3868c 100644 --- a/.github/TRANSLATING.md +++ b/.github/TRANSLATING.md @@ -10,8 +10,8 @@ If you seek to contribute but find your language missing please let us know in h ### Maintainer Checklist for Adding New Languages -- Update https://github.com/tauri-apps/tauri-docs/blob/next/locales.json -- Update https://github.com/tauri-apps/tauri-docs/blob/next/.github/labeler.yml +- Update https://github.com/tauri-apps/tauri-docs/blob/v2/locales.json +- Update https://github.com/tauri-apps/tauri-docs/blob/v2/.github/labeler.yml ## Starting a Translation diff --git a/packages/i18n-tracker/lib/translation-status/template.html b/packages/i18n-tracker/lib/translation-status/template.html index e138b2da3e..75d4d51ada 100644 --- a/packages/i18n-tracker/lib/translation-status/template.html +++ b/packages/i18n-tracker/lib/translation-status/template.html @@ -256,7 +256,7 @@

Tauri Docs Translation Status

Read the - Translations Guide for how to translate a document. Before starting a new translation, be sure to check the diff --git a/src/components/Stub.astro b/src/components/Stub.astro index 3ae8a70639..f22dc17cae 100644 --- a/src/components/Stub.astro +++ b/src/components/Stub.astro @@ -1,7 +1,7 @@ --- import { Card } from '@astrojs/starlight/components'; -const baseUrl = 'https://github.com/tauri-apps/tauri-docs/tree/next'; +const baseUrl = 'https://github.com/tauri-apps/tauri-docs/tree/v2'; --- diff --git a/src/content/docs/_zh-cn/index.mdx b/src/content/docs/_zh-cn/index.mdx index f02ed95b24..1ec65d130b 100644 --- a/src/content/docs/_zh-cn/index.mdx +++ b/src/content/docs/_zh-cn/index.mdx @@ -12,7 +12,7 @@ hero: icon: right-arrow variant: primary - text: 贡献指南 - link: https://github.com/tauri-apps/tauri-docs/blob/next/.github/CONTRIBUTING.md + link: https://github.com/tauri-apps/tauri-docs/blob/v2/.github/CONTRIBUTING.md icon: open-book variant: minimal - text: Tauri 1.0 文档 diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index 7e05755bdb..405f4d745a 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -17,7 +17,7 @@ hero: icon: right-arrow variant: primary - text: Contribution Guidelines - link: https://github.com/tauri-apps/tauri-docs/blob/next/.github/CONTRIBUTING.md + link: https://github.com/tauri-apps/tauri-docs/blob/v2/.github/CONTRIBUTING.md icon: open-book variant: minimal - text: Tauri 1.0 Documentation