Skip to content

Commit c4c7619

Browse files
authored
Redirect links in Chinese translates (#86)
* Redirect links in Chinese translates * Redirect #s in Chinese version of Learning Rust in 2020 * Redirect #s AGAIN :(
1 parent 035b597 commit c4c7619

6 files changed

+11
-11
lines changed

posts/translations/zh-hans/chat-server.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1873,5 +1873,5 @@ fn parse_socket_addr() -> SocketAddr {
18731873
- [Rust 标准库特性指南](./tour-of-rusts-standard-library-traits.md)
18741874
- [Sizedness in Rust](../../sizedness-in-rust.md)
18751875
- [RESTful API in Sync & Async Rust](../../restful-api-in-sync-and-async-rust.md)
1876-
- [Rust 大佬给初学者的学习建议](./learning-rust-in-2020.md)
1876+
- [2020 年的 Rust 学习指南](./learning-rust-in-2020.md)
18771877
- [Learn Assembly with Entirely Too Many Brainfuck Compilers](../../too-many-brainfuck-compilers.md)

posts/translations/zh-hans/common-rust-lifetime-misconceptions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ error[E0597]: `some_string` does not live long enough
12121212
## 拓展阅读
12131213

12141214
- [Sizedness in Rust](./sizedness-in-rust.md)
1215-
- [Learning Rust in 2020](./learning-rust-in-2020.md)
1215+
- [2020 年的 Rust 学习指南](./learning-rust-in-2020.md)
12161216
- [Learn Assembly with Entirely Too Many Brainfuck Compilers](./too-many-brainfuck-compilers.md)
12171217

12181218
## 译者注

posts/translations/zh-hans/learning-rust-in-2020.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ _2020年 5月 9日 · #rust · #programming · #exercises_
55
**目录**
66
- [前言](#前言)
77
- [省流](#省流)
8-
- [Rust 练习平台比较](#practical-rust-resource-reviews)
8+
- [Rust 练习平台比较](#rust-练习平台比较)
99
- [HackerRank](#hackerrank)
1010
- [Project Euler](#project-euler)
1111
- [LeetCode](#leetcode)
1212
- [Codewars](#codewars)
1313
- [Advent of Code](#advent-of-code)
1414
- [Rustlings](#rustlings)
1515
- [Exercism](#exercism)
16-
- [结论](#conclusion)
17-
- [讨论](#discuss)
18-
- [参阅](#further-reading)
16+
- [结论](#结论)
17+
- [讨论](#讨论)
18+
- [参阅](#参阅)
1919

2020

2121

@@ -80,7 +80,7 @@ _又名:对供 Rust 初学者练习编写简单代码的免费在线资源的
8080
支持 Rust,但大部分题目不支持 Rust 题解。
8181
尝试提交题解,被当场拒绝:
8282

83-
![建 议 改 为: FailRank](../assets/hackerrank-more-like-failrank.png)
83+
![建 议 改 为: FailRank](../../../assets/hackerrank-more-like-failrank.png)
8484

8585
6。可以看到别人的,但是不能上传自己的。
8686
Google 了一圈,未能发现有用的信息,建议直接放弃。

posts/translations/zh-hans/learning-rust-in-2024.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ Codecrafters 的最大缺点是费用,每月要 40 美元。他们偶尔会有
259259
## 进一步阅读
260260

261261
- [常见的 Rust 生命周期误解](./common-rust-lifetime-misconceptions.md)
262-
- [导览 Rust 标准库特征](./tour-of-rusts-standard-library-traits.md)
262+
- [Rust 标准库特性指南](./tour-of-rusts-standard-library-traits.md)
263263
- [并发编程初学者指南:使用 Tokio 编写多线程聊天服务器](./chat-server.md)
264264
- [Sizedness in Rust](../../sizedness-in-rust.md)
265265
- [RESTful API in Sync & Async Rust](../../restful-api-in-sync-and-async-rust.md)

posts/translations/zh-hans/tour-of-rusts-standard-library-traits.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5891,8 +5891,8 @@ _该漫画的创作者: [The Jenkins Comic](https://thejenkinscomic.wordpress.co
58915891
## 更多资料 Further Reading
58925892

58935893
- [Sizedness in Rust](../../sizedness-in-rust.md)
5894-
- [Common Rust Lifetime Misconceptions](./common-rust-lifetime-misconceptions.md)
5895-
- [Learning Rust in 2020](../../learning-rust-in-2020.md)
5894+
- [Rust 中常见的有关生命周期的误解](./common-rust-lifetime-misconceptions.md)
5895+
- [2020 年的 Rust 学习指南](./learning-rust-in-2020.md)
58965896
- [Learn Assembly with Entirely Too Many Brainfuck Compilers](../../too-many-brainfuck-compilers.md)
58975897

58985898

posts/translations/zh-hans/why-blog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ _作者:[stuffman](https://stuffman.tumblr.com/)_
3636

3737
## 参阅
3838

39-
- [Common Rust Lifetime Misconceptions](./../../common-rust-lifetime-misconceptions.md)
39+
- [Rust 中常见的有关生命周期的误解](./../../common-rust-lifetime-misconceptions.md)
4040
- [Rust 标准库特性指南](./tour-of-rusts-standard-library-traits.md)
4141
- [Sizedness in Rust](./../../sizedness-in-rust.md)
4242
- [RESTful API in Sync & Async Rust](./../../restful-api-in-sync-and-async-rust.md)

0 commit comments

Comments
 (0)