[i18nIgnore] update GitHub urls on v2 (#2113)

This commit is contained in:
Vitor Ayres
2024-05-03 16:00:32 -03:00
committed by GitHub
parent b720ed6f78
commit 2b3b6d7cb8
6 changed files with 8 additions and 8 deletions

View File

@@ -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:

View File

@@ -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

View File

@@ -256,7 +256,7 @@
<p>
Read the
<a href="https://github.com/tauri-apps/tauri-docs/blob/next/.github/TRANSLATING.md"
<a href="https://github.com/tauri-apps/tauri-docs/blob/v2/.github/TRANSLATING.md"
>Translations Guide</a
>
for how to translate a document. Before starting a new translation, be sure to check the

View File

@@ -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';
---
<Card title="Contribute" icon="pencil">

View File

@@ -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 文档

View File

@@ -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