Skip to content

Commit c2120e5

Browse files
committed
Switch the repo of TRPL 2 from hazama-yuinyan account to rust-lang-ja org
1 parent 4a512e3 commit c2120e5

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

index.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,19 @@ Rustは速度、安全性、平行性の3つのゴールにフォーカスした
77

88
## Rustの入門書
99

10-
- [**プログラミング言語 Rust, 2nd Edition(最新版)/ The Rust Programming Language, Second Edition**][trpl2]
10+
- [**プログラミング言語 Rust, 2nd Edition/ The Rust Programming Language, Second Edition**][trpl2]
1111
* Rustプロジェクト公式の入門書を和訳したものです。通称「TRPL」または「the book」
12+
* Rust 2018 Editionには**非対応**です。2018年6月ごろの英語版をベースしています
1213
* じっくり読みたい人向けに[PDF版][trpl2-pdf]もあります
1314

1415
- **プログラミング言語 Rust, 1st Edition / The Rust Programming Language, First Edition**
1516
* [Rust 1.9版][trpl1-1.9], [Rust 1.6版][trpl1-1.6]
16-
* 公式の入門書の古いバージョンです
17+
* 公式の入門書の古いバージョン(2016年版)です
18+
* Rust 2018 Editionには**非対応**です
1719

1820
- [**Rust by Example日本語版**][rbe]
1921
* 動作するサンプルコードを中心に学べる入門書です
22+
* Rust 2018 Editionには**非対応**です。2017年ごろの英語版をベースにしています
2023

2124

2225
## 各種リファレンス、ガイド
@@ -85,7 +88,7 @@ Rustは速度、安全性、平行性の3つのゴールにフォーカスした
8588

8689
| 文書 | GitHubリポジトリ |
8790
|:--- |:--- |
88-
| プログラミング言語 Rust, 2nd Edition | [hazama-yuinyan/book][gh-trpl2] |
91+
| プログラミング言語 Rust, 2nd Edition | [rust-lang-ja/book-ja][gh-trpl2] |
8992
| 同 PDF版 | [y-yu/trpl-2nd-pdf][gh-trpl2-pdf] |
9093
| プログラミング言語 Rust, 1st Edition | [rust-lang-ja/the-rust-programming-language-ja][gh-trpl1] |
9194
| Rust by Example日本語版 | [rust-lang-ja/rust-by-example-ja][gh-rbe] |
@@ -97,7 +100,7 @@ Rustは速度、安全性、平行性の3つのゴールにフォーカスした
97100
| Discovery | [tomoyuki-nakabayashi/discovery][gh-embedded-discovery] |
98101
| その他(doc.rust-jp.rs全般) | [rust-lang-ja/rust-lang-ja.github.io][gh-org] |
99102

100-
[gh-trpl2]: https://github.com/hazama-yuinyan/book
103+
[gh-trpl2]: https://github.com/rust-lang-ja/book-ja
101104
[gh-trpl2-pdf]: https://github.com/y-yu/trpl-2nd-pdf
102105
[gh-trpl1]: https://github.com/rust-lang-ja/the-rust-programming-language-ja
103106
[gh-rbe]: https://github.com/rust-lang-ja/rust-by-example-ja

0 commit comments

Comments
 (0)