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

Commit 2884d5d

Browse files
authored
Merge pull request #798 from oconnor663/master
update links to the reference, now that it's in chapters
2 parents 533f5c9 + f92af89 commit 2884d5d

29 files changed

+29
-29
lines changed

en-US/contribute-docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ TODO: blogging, translation
5656
[Rust Design Patterns]: https://github.com/nrc/patterns
5757
[Rust Style Guidelines]: https://doc.rust-lang.org/style/index.html
5858
[The Book]: https://doc.rust-lang.org/book/index.html
59-
[The Rust Reference]: https://doc.rust-lang.org/reference.html
59+
[The Rust Reference]: https://doc.rust-lang.org/reference
6060
[The Rustonomicon]: https://doc.rust-lang.org/nomicon/index.html
6161
[awesome-rust]: https://github.com/kud1ing/awesome-rust
6262
[crate_docs]: https://users.rust-lang.org/t/lets-talk-about-ecosystem-documentation/2791

en-US/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ the errors produced by the Rust compiler.
6464

6565
[api]: https://doc.rust-lang.org/std/
6666
[syn]: https://doc.rust-lang.org/book/syntax-index.html
67-
[ref]: https://doc.rust-lang.org/reference.html
67+
[ref]: https://doc.rust-lang.org/reference
6868
[cargo]: http://doc.crates.io/guide.html
6969
[err]: https://doc.rust-lang.org/error-index.html
7070
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md

en-US/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ TODO: Write this answer.
10301030
What's the idiomatic way to express platform-specific behavior in Rust?
10311031
</a></h3>
10321032

1033-
Platform-specific behavior can be expressed using [conditional compilation attributes](https://doc.rust-lang.org/reference.html#conditional-compilation) such as `target_os`, `target_family`, `target_endian`, etc.
1033+
Platform-specific behavior can be expressed using [conditional compilation attributes](https://doc.rust-lang.org/reference/attributes.html#conditional-compilation) such as `target_os`, `target_family`, `target_endian`, etc.
10341034

10351035
<h3><a href="#can-rust-be-used-for-android-ios-programs" name="can-rust-be-used-for-android-ios-programs">
10361036
Can Rust be used for Android/iOS programming?

es-ES/contribute-docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ TODO: blogging, translation
5656
[Rust Design Patterns]: https://github.com/nrc/patterns
5757
[Rust Style Guidelines]: https://doc.rust-lang.org/style/index.html
5858
[The Book]: https://doc.rust-lang.org/book/index.html
59-
[The Rust Reference]: https://doc.rust-lang.org/reference.html
59+
[The Rust Reference]: https://doc.rust-lang.org/reference
6060
[The Rustonomicon]: https://doc.rust-lang.org/nomicon/index.html
6161
[awesome-rust]: https://github.com/kud1ing/awesome-rust
6262
[crate_docs]: https://users.rust-lang.org/t/lets-talk-about-ecosystem-documentation/2791

es-ES/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ cada lanzamiento.
5959

6060
[api]: https://doc.rust-lang.org/std/
6161
[syn]: https://doc.rust-lang.org/book/syntax-index.html
62-
[ref]: https://doc.rust-lang.org/reference.html
62+
[ref]: https://doc.rust-lang.org/reference
6363
[cargo]: http://doc.crates.io/guide.html
6464
[err]: https://doc.rust-lang.org/error-index.html
6565
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md

es-ES/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ TODO: Write this answer.
10301030
What's the idiomatic way to express platform-specific behavior in Rust?
10311031
</a></h3>
10321032

1033-
Platform-specific behavior can be expressed using [conditional compilation attributes](https://doc.rust-lang.org/reference.html#conditional-compilation) such as `target_os`, `target_family`, `target_endian`, etc.
1033+
Platform-specific behavior can be expressed using [conditional compilation attributes](https://doc.rust-lang.org/reference/attributes.html#conditional-compilation) such as `target_os`, `target_family`, `target_endian`, etc.
10341034

10351035
<h3><a href="#can-rust-be-used-for-android-ios-programs" name="can-rust-be-used-for-android-ios-programs">
10361036
Can Rust be used for Android/iOS programming?

fr-FR/contribute-docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ TODO: blogging, translation
2727
[Rust Design Patterns]: https://github.com/nrc/patterns
2828
[Rust Style Guidelines]: https://doc.rust-lang.org/style/index.html
2929
[The Book]: https://doc.rust-lang.org/book/index.html
30-
[The Rust Reference]: https://doc.rust-lang.org/reference.html
30+
[The Rust Reference]: https://doc.rust-lang.org/reference
3131
[The Rustonomicon]: https://doc.rust-lang.org/nomicon/index.html
3232
[awesome-rust]: https://github.com/kud1ing/awesome-rust
3333
[crate_docs]: https://users.rust-lang.org/t/lets-talk-about-ecosystem-documentation/2791

fr-FR/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Si vous découvrez Rust, la première chose à lire est l'introduction du livre
4141

4242
[api]: https://doc.rust-lang.org/std/
4343
[syn]: https://doc.rust-lang.org/book/syntax-index.html
44-
[ref]: https://doc.rust-lang.org/reference.html
44+
[ref]: https://doc.rust-lang.org/reference
4545
[cargo]: http://doc.crates.io/guide.html
4646
[err]: https://doc.rust-lang.org/error-index.html
4747
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md

fr-FR/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ TODO: Write this answer.
10301030
What's the idiomatic way to express platform-specific behavior in Rust?
10311031
</a></h3>
10321032

1033-
Platform-specific behavior can be expressed using [conditional compilation attributes](https://doc.rust-lang.org/reference.html#conditional-compilation) such as `target_os`, `target_family`, `target_endian`, etc.
1033+
Platform-specific behavior can be expressed using [conditional compilation attributes](https://doc.rust-lang.org/reference/attributes.html#conditional-compilation) such as `target_os`, `target_family`, `target_endian`, etc.
10341034

10351035
<h3><a href="#can-rust-be-used-for-android-ios-programs" name="can-rust-be-used-for-android-ios-programs">
10361036
Can Rust be used for Android/iOS programming?

it-IT/contribute-docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ TODO: blogging, translation
5858
[Rust Design Patterns]: https://github.com/nrc/patterns
5959
[Rust Style Guidelines]: https://doc.rust-lang.org/style/index.html
6060
[The Book]: https://doc.rust-lang.org/book/index.html
61-
[The Rust Reference]: https://doc.rust-lang.org/reference.html
61+
[The Rust Reference]: https://doc.rust-lang.org/reference
6262
[The Rustonomicon]: https://doc.rust-lang.org/nomicon/index.html
6363
[awesome-rust]: https://github.com/kud1ing/awesome-rust
6464
[crate_docs]: https://users.rust-lang.org/t/lets-talk-about-ecosystem-documentation/2791

it-IT/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ errori emessi dal compilatore Rust.
6161

6262
[api]: https://doc.rust-lang.org/std/
6363
[syn]: https://doc.rust-lang.org/book/syntax-index.html
64-
[ref]: https://doc.rust-lang.org/reference.html
64+
[ref]: https://doc.rust-lang.org/reference
6565
[cargo]: http://doc.crates.io/guide.html
6666
[err]: https://doc.rust-lang.org/error-index.html
6767
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md

it-IT/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ TODO: Write this answer.
12141214
Qual'è il modo consigliato per indicare comportamenti specifici a una piattaforma in Rust?
12151215
</a></h3>
12161216

1217-
I comportamenti specifici alla piattaforma sono esprimibili utilizzando [attributi di compilazione condizionale](https://doc.rust-lang.org/reference.html#conditional-compilation) come ad esempio `target_os`, `target_family`, `target_endian`, ecc.
1217+
I comportamenti specifici alla piattaforma sono esprimibili utilizzando [attributi di compilazione condizionale](https://doc.rust-lang.org/reference/attributes.html#conditional-compilation) come ad esempio `target_os`, `target_family`, `target_endian`, ecc.
12181218

12191219
<h3><a href="#can-rust-be-used-for-android-ios-programs" name="can-rust-be-used-for-android-ios-programs">
12201220
Posso programmare per Android/iOS in Rust?

ja-JP/contribute-docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ TODO: blogging, translation
4343
[Rust Design Patterns]: https://github.com/nrc/patterns
4444
[Rust Style Guidelines]: https://doc.rust-lang.org/style/index.html
4545
[The Book]: https://doc.rust-lang.org/book/index.html
46-
[The Rust Reference]: https://doc.rust-lang.org/reference.html
46+
[The Rust Reference]: https://doc.rust-lang.org/reference
4747
[The Rustonomicon]: https://doc.rust-lang.org/nomicon/index.html
4848
[awesome-rust]: https://github.com/kud1ing/awesome-rust
4949
[crate_docs]: https://users.rust-lang.org/t/lets-talk-about-ecosystem-documentation/2791

ja-JP/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Rustのコンパイラによって生成されるエラーの補足説明です
5858

5959
[api]: https://doc.rust-lang.org/std/
6060
[syn]: https://doc.rust-lang.org/book/syntax-index.html
61-
[ref]: https://doc.rust-lang.org/reference.html
61+
[ref]: https://doc.rust-lang.org/reference
6262
[cargo]: http://doc.crates.io/guide.html
6363
[err]: https://doc.rust-lang.org/error-index.html
6464
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md

ja-JP/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ TODO: Write this answer.
10561056
What's the idiomatic way to express platform-specific behavior in Rust?
10571057
</a></h3>
10581058

1059-
Platform-specific behavior can be expressed using [conditional compilation attributes](https://doc.rust-lang.org/reference.html#conditional-compilation) such as `target_os`, `target_family`, `target_endian`, etc.
1059+
Platform-specific behavior can be expressed using [conditional compilation attributes](https://doc.rust-lang.org/reference/attributes.html#conditional-compilation) such as `target_os`, `target_family`, `target_endian`, etc.
10601060

10611061
<h3><a href="#can-rust-be-used-for-android-ios-programs" name="can-rust-be-used-for-android-ios-programs">
10621062
Can Rust be used for Android/iOS programming?

ko-KR/contribute-docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ TODO: blogging, translation
5555
[Rust Design Patterns]: https://github.com/nrc/patterns
5656
[Rust Style Guidelines]: https://doc.rust-lang.org/style/index.html
5757
[The Book]: https://doc.rust-lang.org/book/index.html
58-
[The Rust Reference]: https://doc.rust-lang.org/reference.html
58+
[The Rust Reference]: https://doc.rust-lang.org/reference
5959
[The Rustonomicon]: https://doc.rust-lang.org/nomicon/index.html
6060
[awesome-rust]: https://github.com/kud1ing/awesome-rust
6161
[crate_docs]: https://users.rust-lang.org/t/lets-talk-about-ecosystem-documentation/2791

ko-KR/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Rust의 각 릴리스마다 바뀐 점들을 기록합니다.
5656

5757
[api]: https://doc.rust-lang.org/std/
5858
[syn]: https://doc.rust-lang.org/book/syntax-index.html
59-
[ref]: https://doc.rust-lang.org/reference.html
59+
[ref]: https://doc.rust-lang.org/reference
6060
[cargo]: http://doc.crates.io/guide.html
6161
[err]: https://doc.rust-lang.org/error-index.html
6262
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md

ko-KR/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ TODO: Write this answer.
12241224
Rust에서 플랫폼 의존적인 동작을 표현하는 일반적인 방법은 무엇인가요?
12251225
</a></h3>
12261226

1227-
플랫폼 의존적인 동작은 `target_os``target_family`, `target_endian` 같은 [조건부 컴파일 속성](https://doc.rust-lang.org/reference.html#conditional-compilation)으로 표현할 수 있습니다.
1227+
플랫폼 의존적인 동작은 `target_os``target_family`, `target_endian` 같은 [조건부 컴파일 속성](https://doc.rust-lang.org/reference/attributes.html#conditional-compilation)으로 표현할 수 있습니다.
12281228

12291229
<h3><a href="#can-rust-be-used-for-android-ios-programs" name="can-rust-be-used-for-android-ios-programs">
12301230
Rust를 안드로이드 및 iOS 프로그래밍에 쓸 수 있나요?

pl-PL/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ które generuje kompilator Rusta.
6060

6161
[api]: https://doc.rust-lang.org/std/
6262
[syn]: https://doc.rust-lang.org/book/syntax-index.html
63-
[ref]: https://doc.rust-lang.org/reference.html
63+
[ref]: https://doc.rust-lang.org/reference
6464
[cargo]: http://doc.crates.io/guide.html
6565
[err]: https://doc.rust-lang.org/error-index.html
6666
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md

pt-BR/contribute-docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ TODO: blogging, translation
5151
[Rust Design Patterns]: https://github.com/nrc/patterns
5252
[Rust Style Guidelines]: https://doc.rust-lang.org/style/index.html
5353
[The Book]: https://doc.rust-lang.org/book/index.html
54-
[The Rust Reference]: https://doc.rust-lang.org/reference.html
54+
[The Rust Reference]: https://doc.rust-lang.org/reference
5555
[The Rustonomicon]: https://doc.rust-lang.org/nomicon/index.html
5656
[awesome-rust]: https://github.com/kud1ing/awesome-rust
5757
[crate_docs]: https://users.rust-lang.org/t/lets-talk-about-ecosystem-documentation/2791

pt-BR/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ com referência da seção do livro que a descreve.
5454

5555
[api]: https://doc.rust-lang.org/std/
5656
[syn]: https://doc.rust-lang.org/book/syntax-index.html
57-
[ref]: https://doc.rust-lang.org/reference.html
57+
[ref]: https://doc.rust-lang.org/reference
5858
[cargo]: http://doc.crates.io/guide.html
5959
[err]: https://doc.rust-lang.org/error-index.html
6060
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md

pt-BR/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ TODO: Write this answer.
10301030
What's the idiomatic way to express platform-specific behavior in Rust?
10311031
</a></h3>
10321032

1033-
Platform-specific behavior can be expressed using [conditional compilation attributes](https://doc.rust-lang.org/reference.html#conditional-compilation) such as `target_os`, `target_family`, `target_endian`, etc.
1033+
Platform-specific behavior can be expressed using [conditional compilation attributes](https://doc.rust-lang.org/reference/attributes.html#conditional-compilation) such as `target_os`, `target_family`, `target_endian`, etc.
10341034

10351035
<h3><a href="#can-rust-be-used-for-android-ios-programs" name="can-rust-be-used-for-android-ios-programs">
10361036
Can Rust be used for Android/iOS programming?

ru-RU/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ title: Документация Rust &middot; Язык Программиров
5555

5656
[api]: https://doc.rust-lang.org/std/
5757
[syn]: http://rurust.github.io/rust_book_ru/src/syntax-index.html
58-
[ref]: https://doc.rust-lang.org/reference.html
58+
[ref]: https://doc.rust-lang.org/reference
5959
[cargo]: https://rurust.github.io/cargo-docs-ru/
6060
[err]: https://doc.rust-lang.org/error-index.html
6161
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md

vi-VN/contribute-docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ TODO: blogging, translation
5656
[Rust Design Patterns]: https://github.com/nrc/patterns
5757
[Rust Style Guidelines]: https://doc.rust-lang.org/style/index.html
5858
[The Book]: https://doc.rust-lang.org/book/index.html
59-
[The Rust Reference]: https://doc.rust-lang.org/reference.html
59+
[The Rust Reference]: https://doc.rust-lang.org/reference
6060
[The Rustonomicon]: https://doc.rust-lang.org/nomicon/index.html
6161
[awesome-rust]: https://github.com/kud1ing/awesome-rust
6262
[crate_docs]: https://users.rust-lang.org/t/lets-talk-about-ecosystem-documentation/2791

vi-VN/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ release.
5454

5555
[api]: https://doc.rust-lang.org/std/
5656
[syn]: https://doc.rust-lang.org/book/syntax-index.html
57-
[ref]: https://doc.rust-lang.org/reference.html
57+
[ref]: https://doc.rust-lang.org/reference
5858
[cargo]: http://doc.crates.io/guide.html
5959
[err]: https://doc.rust-lang.org/error-index.html
6060
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md

vi-VN/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ TODO: Write this answer.
10301030
What's the idiomatic way to express platform-specific behavior in Rust?
10311031
</a></h3>
10321032

1033-
Platform-specific behavior can be expressed using [conditional compilation attributes](https://doc.rust-lang.org/reference.html#conditional-compilation) such as `target_os`, `target_family`, `target_endian`, etc.
1033+
Platform-specific behavior can be expressed using [conditional compilation attributes](https://doc.rust-lang.org/reference/attributes.html#conditional-compilation) such as `target_os`, `target_family`, `target_endian`, etc.
10341034

10351035
<h3><a href="#can-rust-be-used-for-android-ios-programs" name="can-rust-be-used-for-android-ios-programs">
10361036
Can Rust be used for Android/iOS programming?

zh-CN/contribute-docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ TODO: blogging, translation
5656
[Rust Design Patterns]: https://github.com/nrc/patterns
5757
[Rust Style Guidelines]: https://doc.rust-lang.org/style/index.html
5858
[The Book]: https://doc.rust-lang.org/book/index.html
59-
[The Rust Reference]: https://doc.rust-lang.org/reference.html
59+
[The Rust Reference]: https://doc.rust-lang.org/reference
6060
[The Rustonomicon]: https://doc.rust-lang.org/nomicon/index.html
6161
[awesome-rust]: https://github.com/kud1ing/awesome-rust
6262
[crate_docs]: https://users.rust-lang.org/t/lets-talk-about-ecosystem-documentation/2791

zh-CN/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ title: Rust 语言文档 &middot; Rust 程序设计语言
4848

4949
[api]: https://doc.rust-lang.org/std/
5050
[syn]: https://doc.rust-lang.org/book/syntax-index.html
51-
[ref]: https://doc.rust-lang.org/reference.html
51+
[ref]: https://doc.rust-lang.org/reference
5252
[cargo]: http://doc.crates.io/guide.html
5353
[err]: https://doc.rust-lang.org/error-index.html
5454
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md

zh-CN/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ TODO: Write this answer.
10301030
What's the idiomatic way to express platform-specific behavior in Rust?
10311031
</a></h3>
10321032

1033-
Platform-specific behavior can be expressed using [conditional compilation attributes](https://doc.rust-lang.org/reference.html#conditional-compilation) such as `target_os`, `target_family`, `target_endian`, etc.
1033+
Platform-specific behavior can be expressed using [conditional compilation attributes](https://doc.rust-lang.org/reference/attributes.html#conditional-compilation) such as `target_os`, `target_family`, `target_endian`, etc.
10341034

10351035
<h3><a href="#can-rust-be-used-for-android-ios-programs" name="can-rust-be-used-for-android-ios-programs">
10361036
Can Rust be used for Android/iOS programming?

0 commit comments

Comments
 (0)