Skip to content

Commit da908b3

Browse files
committed
docs: update Trunk assets link in yew-rs
1 parent ff55d4c commit da908b3

12 files changed

Lines changed: 45 additions & 12 deletions

File tree

  • yew-rs
    • docs-0-20/src/pages/tutorial
    • docs-0-21/src/pages/tutorial
    • docs-ja-0-20/src/pages/tutorial
    • docs-ja-0-21/src/pages/tutorial
    • docs-ja/src/pages/tutorial
    • docs-zh-hans-0-20/src/pages/tutorial
    • docs-zh-hans-0-21/src/pages/tutorial
    • docs-zh-hans/src/pages/tutorial
    • docs-zh-hant-0-20/src/pages/tutorial
    • docs-zh-hant-0-21/src/pages/tutorial
    • docs-zh-hant/src/pages/tutorial
    • docs/src/pages/tutorial

yew-rs/docs-0-20/src/pages/tutorial/mod.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,10 @@ let fetched_videos: Vec<Video> = Request::get("/tutorial/data.json")"##
778778
p![
779779
"Our apps look very ugly. There's no CSS, or any kind of styles. Unfortunately, Yew \
780780
doesn't offer a built-in way to style components. See ",
781-
link!("https://trunkrs.dev/assets/", "Trunk's assets"),
781+
link!(
782+
"https://trunk-rs.github.io/trunk/guide/assets/index.html",
783+
"Trunk's assets"
784+
),
782785
" to learn how to add style sheets.",
783786
],
784787
h3!["More libraries"],

yew-rs/docs-0-21/src/pages/tutorial/mod.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,10 @@ let fetched_videos: Vec<Video> = Request::get("/tutorial/data.json")"##
803803
p![
804804
"Our apps look very ugly. There is no CSS or any kind of style. Unfortunately, Yew \
805805
does not offer a built-in way to style components. See ",
806-
link!("https://trunkrs.dev/assets/", "Trunk's assets"),
806+
link!(
807+
"https://trunk-rs.github.io/trunk/guide/assets/index.html",
808+
"Trunk's assets"
809+
),
807810
" to learn how to add style sheets.",
808811
],
809812
h3!["More libraries"],

yew-rs/docs-ja-0-20/src/pages/tutorial/mod.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,10 @@ let fetched_videos: Vec<Video> = Request::get("/tutorial/data.json")"##
747747
p![
748748
"Our apps look very ugly. There is no CSS or any kind of style. Unfortunately, Yew \
749749
does not offer a built-in way to style components. See ",
750-
link!("https://trunkrs.dev/assets/", "Trunk's assets"),
750+
link!(
751+
"https://trunk-rs.github.io/trunk/guide/assets/index.html",
752+
"Trunk's assets"
753+
),
751754
" to learn how to add style sheets.",
752755
],
753756
h3!["More libraries"],

yew-rs/docs-ja-0-21/src/pages/tutorial/mod.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,10 @@ let fetched_videos: Vec<Video> = Request::get("/tutorial/data.json")"##
783783
p![
784784
"Our apps look very ugly. There is no CSS or any kind of style. Unfortunately, Yew \
785785
does not offer a built-in way to style components. See ",
786-
link!("https://trunkrs.dev/assets/", "Trunk's assets"),
786+
link!(
787+
"https://trunk-rs.github.io/trunk/guide/assets/index.html",
788+
"Trunk's assets"
789+
),
787790
" to learn how to add style sheets.",
788791
],
789792
h3!["More libraries"],

yew-rs/docs-ja/src/pages/tutorial/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ let fetched_videos: Vec<Video> = Request::get("/tutorial/data.json")"##),
608608
h3!["スタイル"],
609609
p![
610610
"私たちのアプリケーションは非常に見栄えが悪いです。CSS やその他のスタイルがありません。残念ながら、Yew は組み込みのスタイルコンポーネントを提供していません。スタイルシートを追加する方法については、",
611-
link!["https://trunkrs.dev/assets/", "Trunk のアセット"],
611+
link!["https://trunk-rs.github.io/trunk/guide/assets/index.html", "Trunk のアセット"],
612612
"を参照してください。",
613613
],
614614
h3!["さらなる依存ライブラリ"],

yew-rs/docs-zh-hans-0-20/src/pages/tutorial/mod.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,10 @@ let fetched_videos: Vec<Video> = Request::get("/tutorial/data.json")"##,
751751
p![
752752
"Our apps look very ugly. There is no CSS or any kind of style. Unfortunately, Yew \
753753
does not offer a built-in way to style components. See ",
754-
link!["https://trunkrs.dev/assets/", "Trunk's assets"],
754+
link![
755+
"https://trunk-rs.github.io/trunk/guide/assets/index.html",
756+
"Trunk's assets"
757+
],
755758
" to learn how to add style sheets.",
756759
],
757760
h3!["More libraries"],

yew-rs/docs-zh-hans-0-21/src/pages/tutorial/mod.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,10 @@ let fetched_videos: Vec<Video> = Request::get("/tutorial/data.json")"##
748748
],
749749
h3!["Styles"],
750750
p![
751-
link!("https://trunkrs.dev/assets/", "Trunk's assets"),
751+
link!(
752+
"https://trunk-rs.github.io/trunk/guide/assets/index.html",
753+
"Trunk's assets"
754+
),
752755
" to learn how to add style sheets."
753756
],
754757
h3!["More libraries"],

yew-rs/docs-zh-hans/src/pages/tutorial/mod.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,10 @@ fn app() -> Html {
795795
p![
796796
"我们的应用程序看起来非常丑陋。没有 CSS 或任何样式。不幸的是,Yew \
797797
没有提供内置的样式组件。请查看 ",
798-
link!["https://trunkrs.dev/assets/", "Trunk 的 assets"],
798+
link![
799+
"https://trunk-rs.github.io/trunk/guide/assets/index.html",
800+
"Trunk 的 assets"
801+
],
799802
",了解如何添加样式表。",
800803
],
801804
h3!["更多依赖库"],

yew-rs/docs-zh-hant-0-20/src/pages/tutorial/mod.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,10 @@ let fetched_videos: Vec<Video> = Request::get("/tutorial/data.json")"##,
688688
p![
689689
"Our apps look very ugly. There is no CSS or any kind of style. Unfortunately, Yew \
690690
does not offer a built-in way to style components. See ",
691-
link!["https://trunkrs.dev/assets/", "Trunk's assets"],
691+
link![
692+
"https://trunk-rs.github.io/trunk/guide/assets/index.html",
693+
"Trunk's assets"
694+
],
692695
" to learn how to add style sheets.",
693696
],
694697
h3!["More libraries"],

yew-rs/docs-zh-hant-0-21/src/pages/tutorial/mod.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,10 @@ fn app() -> Html {
780780
p![
781781
"我們的應用程式看起來非常醜陋。沒有 CSS 或任何樣式。不幸的是,Yew \
782782
沒有提供內建的樣式組件。請查看 ",
783-
link!("https://trunkrs.dev/assets/", "Trunk 的 assets"),
783+
link!(
784+
"https://trunk-rs.github.io/trunk/guide/assets/index.html",
785+
"Trunk 的 assets"
786+
),
784787
",以了解如何新增樣式表。",
785788
],
786789
h3!["更多依賴函式庫"],

0 commit comments

Comments
 (0)