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

fix links on the localized page #627

Merged
merged 2 commits into from
Dec 15, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _layouts/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header>
<ul class="row menu">
<li class="col-xs-12 col-md-2">
<a href="/index.html">
<a href="/en-US/index.html">
<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" />
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/fr/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header>
<ul class="row menu">
<li class="col-xs-12 col-md-2">
<a href="/index.html">
<a href="/fr/index.html">
<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" />
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/ko-KR/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

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

<header>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/pt-BR/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header>
<ul class="row menu">
<li class="col-xs-12 col-md-2">
<a href="/index.html">
<a href="/pt-BR/index.html">
<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" />
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/ru-RU/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header>
<ul class="row menu">
<li class="col-xs-12 col-md-2">
<a href="/index.html">
<a href="/ru-RU/index.html">
<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" />
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/zh-CN/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header>
<ul class="row menu">
<li class="col-xs-12 col-md-2">
<a href="/index.html">
<a href="/zh-CN/index.html">
<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" />
</a>
</li>
Expand Down
3 changes: 2 additions & 1 deletion en-US/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,14 @@ announcements about major developments. And nearly everything happening in
Rust is discussed on the unofficial subreddit, [/r/rust][reddit].

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

[twir]: https://this-week-in-rust.org/
[rust_blog]: http://blog.rust-lang.org/
[reddit]: https://www.reddit.com/r/rust
[reddit_coc]: https://www.reddit.com/r/rust/comments/2rvrzx/our_code_of_conduct_please_read/
[twitter]: https://twitter.com/rustlang

[weibo]: http://weibo.com/u/5616913483
## IRC Channels

Rustaceans maintain a number of friendly, high-traffic [IRC] channels on Mozilla's IRC network, irc.mozilla.org.
Expand Down
Binary file added logos/forkme_ko_kr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion zh-CN/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,14 @@ libraries. [The Rust Blog][rust_blog] is where the Rust team makes
announcements about major developments. And nearly everything happening in
Rust is discussed on the unofficial subreddit, [/r/rust][reddit].

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

[twir]: https://this-week-in-rust.org/
[rust_blog]: http://blog.rust-lang.org/
[reddit]: https://www.reddit.com/r/rust
[reddit_coc]: https://www.reddit.com/r/rust/comments/2rvrzx/our_code_of_conduct_please_read/
[twitter]: https://twitter.com/rustlang
[weibo]: http://weibo.com/u/5616913483

## IRC 频道

Expand Down