Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit a81da5a

Browse files
authored
Merge pull request #627 from 3442853561/16.12.3
fix links on the localized page
2 parents 1c8103b + dc3d9fc commit a81da5a

File tree

9 files changed

+10
-8
lines changed

9 files changed

+10
-8
lines changed

_layouts/basic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header>
2222
<ul class="row menu">
2323
<li class="col-xs-12 col-md-2">
24-
<a href="/index.html">
24+
<a href="/en-US/index.html">
2525
<img class="img-responsive" src="/logos/rust-logo-blk.svg" onerror="this.src='/logos/rust-logo-256x256-blk.png'" height="128" width="128" alt="Rust logo" />
2626
</a>
2727
</li>

_layouts/fr/basic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header>
2222
<ul class="row menu">
2323
<li class="col-xs-12 col-md-2">
24-
<a href="/index.html">
24+
<a href="/fr/index.html">
2525
<img class="img-responsive" src="/logos/rust-logo-blk.svg" onerror="this.src='/logos/rust-logo-256x256-blk.png'" height="128" width="128" alt="Rust logo" />
2626
</a>
2727
</li>

_layouts/ko-KR/basic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<body class="container">
1717
<a href="https://github.com/rust-lang/rust">
18-
<img class="ribbon" style="display: none" src="/logos/forkme.png" alt="GitHub에서 포크" width="298" height="298">
18+
<img class="ribbon" style="display: none" src="/logos/forkme_ko_kr.png" alt="GitHub에서 포크" width="298" height="298">
1919
</a>
2020

2121
<header>

_layouts/pt-BR/basic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header>
2222
<ul class="row menu">
2323
<li class="col-xs-12 col-md-2">
24-
<a href="/index.html">
24+
<a href="/pt-BR/index.html">
2525
<img class="img-responsive" src="/logos/rust-logo-blk.svg" onerror="this.src='/logos/rust-logo-256x256-blk.png'" height="128" width="128" alt="Rust logo" />
2626
</a>
2727
</li>

_layouts/ru-RU/basic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header>
2222
<ul class="row menu">
2323
<li class="col-xs-12 col-md-2">
24-
<a href="/index.html">
24+
<a href="/ru-RU/index.html">
2525
<img class="img-responsive" src="/logos/rust-logo-blk.svg" onerror="this.src='/logos/rust-logo-256x256-blk.png'" height="128" width="128" alt="Rust logo" />
2626
</a>
2727
</li>

_layouts/zh-CN/basic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header>
2222
<ul class="row menu">
2323
<li class="col-xs-12 col-md-2">
24-
<a href="/index.html">
24+
<a href="/zh-CN/index.html">
2525
<img class="img-responsive" src="/logos/rust-logo-blk.svg" onerror="this.src='/logos/rust-logo-256x256-blk.png'" height="128" width="128" alt="Rust logo" />
2626
</a>
2727
</li>

en-US/community.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,14 @@ announcements about major developments. And nearly everything happening in
4646
Rust is discussed on the unofficial subreddit, [/r/rust][reddit].
4747

4848
We also have a [Twitter][twitter] account.
49+
If you can't read English, You can also follow our [Weibo][weibo] for Chinese.
4950

5051
[twir]: https://this-week-in-rust.org/
5152
[rust_blog]: http://blog.rust-lang.org/
5253
[reddit]: https://www.reddit.com/r/rust
5354
[reddit_coc]: https://www.reddit.com/r/rust/comments/2rvrzx/our_code_of_conduct_please_read/
5455
[twitter]: https://twitter.com/rustlang
55-
56+
[weibo]: http://weibo.com/u/5616913483
5657
## IRC Channels
5758

5859
Rustaceans maintain a number of friendly, high-traffic [IRC] channels on Mozilla's IRC network, irc.mozilla.org.

logos/forkme_ko_kr.png

38.1 KB
Loading

zh-CN/community.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,14 @@ libraries. [The Rust Blog][rust_blog] is where the Rust team makes
4646
announcements about major developments. And nearly everything happening in
4747
Rust is discussed on the unofficial subreddit, [/r/rust][reddit].
4848

49-
We also have a [Twitter][twitter] account.
49+
您也可以关注我们的[推特][twitter]账号或者是[新浪微博][weibo]
5050

5151
[twir]: https://this-week-in-rust.org/
5252
[rust_blog]: http://blog.rust-lang.org/
5353
[reddit]: https://www.reddit.com/r/rust
5454
[reddit_coc]: https://www.reddit.com/r/rust/comments/2rvrzx/our_code_of_conduct_please_read/
5555
[twitter]: https://twitter.com/rustlang
56+
[weibo]: http://weibo.com/u/5616913483
5657

5758
## IRC 频道
5859

0 commit comments

Comments
 (0)