Skip to content

Commit c1cdcd5

Browse files
authored
fix: update trunk urls, fixes #3704 (#3705)
1 parent 9572acb commit c1cdcd5

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

src/content/docs/es/start/frontend/trunk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tableOfContents:
88

99
import { Tabs, TabItem, Steps } from '@astrojs/starlight/components';
1010

11-
Trunk es una herramienta de empaquetado de aplicaciones web WASM para Rust. Aprende más sobre Trunk en https://trunkrs.dev. Esta guía es válida para Trunk 0.17.5.
11+
Trunk es una herramienta de empaquetado de aplicaciones web WASM para Rust. Aprende más sobre Trunk en https://trunk-rs.github.io/trunk/. Esta guía es válida para Trunk 0.17.5.
1212

1313
## Checklist
1414

src/content/docs/es/start/prerequisites.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ winget install --id Rustlang.Rustup
214214

215215
:::caution[MSVC toolchain como predeterminado]
216216

217-
Para un soporte total para Tauri y herramientas como [`trunk`](https://trunkrs.dev/) asegurate de que la toolchain MSVC de Rust sea el `default host triple` en el diálogo del instalador. Dependiendo de tu sistema, debería ser `x86_64-pc-windows-msvc`, `i686-pc-windows-msvc`, o `aarch64-pc-windows-msvc`.
217+
Para un soporte total para Tauri y herramientas como [`trunk`](https://trunk-rs.github.io/trunk/) asegurate de que la toolchain MSVC de Rust sea el `default host triple` en el diálogo del instalador. Dependiendo de tu sistema, debería ser `x86_64-pc-windows-msvc`, `i686-pc-windows-msvc`, o `aarch64-pc-windows-msvc`.
218218

219219
Si ya tienes Rust instalado, puedes asegurarte de que esté instalada la toolchain correcta ejecutando el siguiente comando:
220220

src/content/docs/fr/start/frontend/trunk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Trunk
33
i18nReady: true
44
---
55

6-
Trunk est un bundler d'applications web WASM pour Rust. Apprenez-en plus au sujet de Trunk sur https://trunkrs.dev. Ce guide est valable à partir de Trunk 0.17.5.
6+
Trunk est un bundler d'applications web WASM pour Rust. Apprenez-en plus au sujet de Trunk sur https://trunk-rs.github.io/trunk/. Ce guide est valable à partir de Trunk 0.17.5.
77

88
:::caution[Note sur le Support Mobile]
99

src/content/docs/ja/start/frontend/trunk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tableOfContents:
88

99
import { Tabs, TabItem, Steps } from '@astrojs/starlight/components';
1010

11-
Trunk(トランク)は Rust 用の WASM(ウェブアセンブリ)Web アプリ・バンドラーです。より詳しい説明は、公式サイト https://trunkrs.dev をご覧ください。以下の説明内容は、「Trunk バージョン 0.17.5」に準拠しています。 
11+
Trunk(トランク)は Rust 用の WASM(ウェブアセンブリ)Web アプリ・バンドラーです。より詳しい説明は、公式サイト https://trunk-rs.github.io/trunk/ をご覧ください。以下の説明内容は、「Trunk バージョン 0.17.5」に準拠しています。 
1212

1313
## チェック項目
1414

src/content/docs/ja/start/prerequisites.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ winget install --id Rustlang.Rustup
214214

215215
:::caution[MSVC toolchain がデフォルト]
216216

217-
Tauri と [`trunk`](https://trunkrs.dev/) のようなツールを完全に利用するためには、インストーラーのダイアログで「MSVC Rust ツールチェーン」で `default host triple` が選択されていることを確認してください。使用しているコンピュータ・システムに応じて、`x86_64-pc-windows-msvc``i686-pc-windows-msvc`、または `aarch64-pc-windows-msvc` のいずれかになります。
217+
Tauri と [`trunk`](https://trunk-rs.github.io/trunk/) のようなツールを完全に利用するためには、インストーラーのダイアログで「MSVC Rust ツールチェーン」で `default host triple` が選択されていることを確認してください。使用しているコンピュータ・システムに応じて、`x86_64-pc-windows-msvc``i686-pc-windows-msvc`、または `aarch64-pc-windows-msvc` のいずれかになります。
218218

219219
すでに Rust をインストール済みの場合には、次のコマンドを実行して、正しい「ツールチェーン」がインストールされているか確認してください:
220220

src/content/docs/ko/start/frontend/trunk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tableOfContents:
88

99
import { Tabs, TabItem, Steps } from '@astrojs/starlight/components';
1010

11-
Trunk(트렁크)는 Rust용 WASM(웹 어셈블리) 웹 앱 번들러입니다. 자세한 설명은 공식 사이트 https://trunkrs.dev 를 참조하십시오. 아래 설명은 "Trunk 버전 0.17.5"를 기준으로 합니다.
11+
Trunk(트렁크)는 Rust용 WASM(웹 어셈블리) 웹 앱 번들러입니다. 자세한 설명은 공식 사이트 https://trunk-rs.github.io/trunk/ 를 참조하십시오. 아래 설명은 "Trunk 버전 0.17.5"를 기준으로 합니다.
1212

1313
## 체크 항목
1414

src/content/docs/ko/start/prerequisites.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ winget install --id Rustlang.Rustup
214214

215215
:::caution[MSVC 툴체인이 기본값]
216216

217-
Tauri와 [`trunk`](https://trunkrs.dev/)와 같은 도구를 완전히 이용하려면 설치 프로그램 대화 상자에서 "MSVC Rust 툴체인"으로 `default host triple`이 선택되었는지 확인하십시오. 사용하는 컴퓨터 시스템에 따라 `x86_64-pc-windows-msvc`, `i686-pc-windows-msvc` 또는 `aarch64-pc-windows-msvc` 중 하나가 됩니다.
217+
Tauri와 [`trunk`](https://trunk-rs.github.io/trunk/)와 같은 도구를 완전히 이용하려면 설치 프로그램 대화 상자에서 "MSVC Rust 툴체인"으로 `default host triple`이 선택되었는지 확인하십시오. 사용하는 컴퓨터 시스템에 따라 `x86_64-pc-windows-msvc`, `i686-pc-windows-msvc` 또는 `aarch64-pc-windows-msvc` 중 하나가 됩니다.
218218

219219
이미 Rust를 설치한 경우 다음 명령을 실행하여 올바른 "툴체인"이 설치되었는지 확인하십시오:
220220

src/content/docs/start/frontend/trunk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tableOfContents:
88

99
import { Tabs, TabItem, Steps } from '@astrojs/starlight/components';
1010

11-
Trunk is a WASM web application bundler for Rust. Learn more about Trunk at https://trunkrs.dev. This guide is accurate as of Trunk 0.17.5.
11+
Trunk is a WASM web application bundler for Rust. Learn more about Trunk at https://trunk-rs.github.io/trunk/. This guide is accurate as of Trunk 0.17.5.
1212

1313
## Checklist
1414

src/content/docs/start/prerequisites.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ winget install --id Rustlang.Rustup
250250

251251
:::caution[MSVC toolchain as default]
252252

253-
For full support for Tauri and tools like [`trunk`](https://trunkrs.dev/) make sure the MSVC Rust toolchain is the selected `default host triple` in the installer dialog. Depending on your system it should be either `x86_64-pc-windows-msvc`, `i686-pc-windows-msvc`, or `aarch64-pc-windows-msvc`.
253+
For full support for Tauri and tools like [`trunk`](https://trunk-rs.github.io/trunk/) make sure the MSVC Rust toolchain is the selected `default host triple` in the installer dialog. Depending on your system it should be either `x86_64-pc-windows-msvc`, `i686-pc-windows-msvc`, or `aarch64-pc-windows-msvc`.
254254

255255
If you already have Rust installed, you can make sure the correct toolchain is installed by running this command:
256256

src/content/docs/zh-cn/start/frontend/trunk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tableOfContents:
88

99
import { Tabs, TabItem, Steps } from '@astrojs/starlight/components';
1010

11-
Trunk 是一个用于 Rust 的 WASM 网络应用程序打包工具。要了解更多关于 Trunk 的信息,请访问 https://trunkrs.dev 。本指南适用于 Trunk 0.17.5 版本。
11+
Trunk 是一个用于 Rust 的 WASM 网络应用程序打包工具。要了解更多关于 Trunk 的信息,请访问 https://trunk-rs.github.io/trunk/ 。本指南适用于 Trunk 0.17.5 版本。
1212

1313
## 检查清单
1414

0 commit comments

Comments
 (0)