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

update links to the reference, now that it's in chapters #798

Merged
merged 1 commit into from
May 4, 2017
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 en-US/contribute-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ TODO: blogging, translation
[Rust Design Patterns]: https://github.com/nrc/patterns
[Rust Style Guidelines]: https://doc.rust-lang.org/style/index.html
[The Book]: https://doc.rust-lang.org/book/index.html
[The Rust Reference]: https://doc.rust-lang.org/reference.html
[The Rust Reference]: https://doc.rust-lang.org/reference
[The Rustonomicon]: https://doc.rust-lang.org/nomicon/index.html
[awesome-rust]: https://github.com/kud1ing/awesome-rust
[crate_docs]: https://users.rust-lang.org/t/lets-talk-about-ecosystem-documentation/2791
Expand Down
2 changes: 1 addition & 1 deletion en-US/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ the errors produced by the Rust compiler.

[api]: https://doc.rust-lang.org/std/
[syn]: https://doc.rust-lang.org/book/syntax-index.html
[ref]: https://doc.rust-lang.org/reference.html
[ref]: https://doc.rust-lang.org/reference
[cargo]: http://doc.crates.io/guide.html
[err]: https://doc.rust-lang.org/error-index.html
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md
Expand Down
2 changes: 1 addition & 1 deletion en-US/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ TODO: Write this answer.
What's the idiomatic way to express platform-specific behavior in Rust?
</a></h3>

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.
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.

<h3><a href="#can-rust-be-used-for-android-ios-programs" name="can-rust-be-used-for-android-ios-programs">
Can Rust be used for Android/iOS programming?
Expand Down
2 changes: 1 addition & 1 deletion es-ES/contribute-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ TODO: blogging, translation
[Rust Design Patterns]: https://github.com/nrc/patterns
[Rust Style Guidelines]: https://doc.rust-lang.org/style/index.html
[The Book]: https://doc.rust-lang.org/book/index.html
[The Rust Reference]: https://doc.rust-lang.org/reference.html
[The Rust Reference]: https://doc.rust-lang.org/reference
[The Rustonomicon]: https://doc.rust-lang.org/nomicon/index.html
[awesome-rust]: https://github.com/kud1ing/awesome-rust
[crate_docs]: https://users.rust-lang.org/t/lets-talk-about-ecosystem-documentation/2791
Expand Down
2 changes: 1 addition & 1 deletion es-ES/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ cada lanzamiento.

[api]: https://doc.rust-lang.org/std/
[syn]: https://doc.rust-lang.org/book/syntax-index.html
[ref]: https://doc.rust-lang.org/reference.html
[ref]: https://doc.rust-lang.org/reference
[cargo]: http://doc.crates.io/guide.html
[err]: https://doc.rust-lang.org/error-index.html
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md
Expand Down
2 changes: 1 addition & 1 deletion es-ES/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ TODO: Write this answer.
What's the idiomatic way to express platform-specific behavior in Rust?
</a></h3>

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.
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.

<h3><a href="#can-rust-be-used-for-android-ios-programs" name="can-rust-be-used-for-android-ios-programs">
Can Rust be used for Android/iOS programming?
Expand Down
2 changes: 1 addition & 1 deletion fr-FR/contribute-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ TODO: blogging, translation
[Rust Design Patterns]: https://github.com/nrc/patterns
[Rust Style Guidelines]: https://doc.rust-lang.org/style/index.html
[The Book]: https://doc.rust-lang.org/book/index.html
[The Rust Reference]: https://doc.rust-lang.org/reference.html
[The Rust Reference]: https://doc.rust-lang.org/reference
[The Rustonomicon]: https://doc.rust-lang.org/nomicon/index.html
[awesome-rust]: https://github.com/kud1ing/awesome-rust
[crate_docs]: https://users.rust-lang.org/t/lets-talk-about-ecosystem-documentation/2791
Expand Down
2 changes: 1 addition & 1 deletion fr-FR/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Si vous découvrez Rust, la première chose à lire est l'introduction du livre

[api]: https://doc.rust-lang.org/std/
[syn]: https://doc.rust-lang.org/book/syntax-index.html
[ref]: https://doc.rust-lang.org/reference.html
[ref]: https://doc.rust-lang.org/reference
[cargo]: http://doc.crates.io/guide.html
[err]: https://doc.rust-lang.org/error-index.html
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md
Expand Down
2 changes: 1 addition & 1 deletion fr-FR/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ TODO: Write this answer.
What's the idiomatic way to express platform-specific behavior in Rust?
</a></h3>

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.
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.

<h3><a href="#can-rust-be-used-for-android-ios-programs" name="can-rust-be-used-for-android-ios-programs">
Can Rust be used for Android/iOS programming?
Expand Down
2 changes: 1 addition & 1 deletion it-IT/contribute-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ TODO: blogging, translation
[Rust Design Patterns]: https://github.com/nrc/patterns
[Rust Style Guidelines]: https://doc.rust-lang.org/style/index.html
[The Book]: https://doc.rust-lang.org/book/index.html
[The Rust Reference]: https://doc.rust-lang.org/reference.html
[The Rust Reference]: https://doc.rust-lang.org/reference
[The Rustonomicon]: https://doc.rust-lang.org/nomicon/index.html
[awesome-rust]: https://github.com/kud1ing/awesome-rust
[crate_docs]: https://users.rust-lang.org/t/lets-talk-about-ecosystem-documentation/2791
Expand Down
2 changes: 1 addition & 1 deletion it-IT/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ errori emessi dal compilatore Rust.

[api]: https://doc.rust-lang.org/std/
[syn]: https://doc.rust-lang.org/book/syntax-index.html
[ref]: https://doc.rust-lang.org/reference.html
[ref]: https://doc.rust-lang.org/reference
[cargo]: http://doc.crates.io/guide.html
[err]: https://doc.rust-lang.org/error-index.html
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md
Expand Down
2 changes: 1 addition & 1 deletion it-IT/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@ TODO: Write this answer.
Qual'è il modo consigliato per indicare comportamenti specifici a una piattaforma in Rust?
</a></h3>

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.
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.

<h3><a href="#can-rust-be-used-for-android-ios-programs" name="can-rust-be-used-for-android-ios-programs">
Posso programmare per Android/iOS in Rust?
Expand Down
2 changes: 1 addition & 1 deletion ja-JP/contribute-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ TODO: blogging, translation
[Rust Design Patterns]: https://github.com/nrc/patterns
[Rust Style Guidelines]: https://doc.rust-lang.org/style/index.html
[The Book]: https://doc.rust-lang.org/book/index.html
[The Rust Reference]: https://doc.rust-lang.org/reference.html
[The Rust Reference]: https://doc.rust-lang.org/reference
[The Rustonomicon]: https://doc.rust-lang.org/nomicon/index.html
[awesome-rust]: https://github.com/kud1ing/awesome-rust
[crate_docs]: https://users.rust-lang.org/t/lets-talk-about-ecosystem-documentation/2791
Expand Down
2 changes: 1 addition & 1 deletion ja-JP/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Rustのコンパイラによって生成されるエラーの補足説明です

[api]: https://doc.rust-lang.org/std/
[syn]: https://doc.rust-lang.org/book/syntax-index.html
[ref]: https://doc.rust-lang.org/reference.html
[ref]: https://doc.rust-lang.org/reference
[cargo]: http://doc.crates.io/guide.html
[err]: https://doc.rust-lang.org/error-index.html
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md
Expand Down
2 changes: 1 addition & 1 deletion ja-JP/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@ TODO: Write this answer.
What's the idiomatic way to express platform-specific behavior in Rust?
</a></h3>

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.
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.

<h3><a href="#can-rust-be-used-for-android-ios-programs" name="can-rust-be-used-for-android-ios-programs">
Can Rust be used for Android/iOS programming?
Expand Down
2 changes: 1 addition & 1 deletion ko-KR/contribute-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ TODO: blogging, translation
[Rust Design Patterns]: https://github.com/nrc/patterns
[Rust Style Guidelines]: https://doc.rust-lang.org/style/index.html
[The Book]: https://doc.rust-lang.org/book/index.html
[The Rust Reference]: https://doc.rust-lang.org/reference.html
[The Rust Reference]: https://doc.rust-lang.org/reference
[The Rustonomicon]: https://doc.rust-lang.org/nomicon/index.html
[awesome-rust]: https://github.com/kud1ing/awesome-rust
[crate_docs]: https://users.rust-lang.org/t/lets-talk-about-ecosystem-documentation/2791
Expand Down
2 changes: 1 addition & 1 deletion ko-KR/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Rust의 각 릴리스마다 바뀐 점들을 기록합니다.

[api]: https://doc.rust-lang.org/std/
[syn]: https://doc.rust-lang.org/book/syntax-index.html
[ref]: https://doc.rust-lang.org/reference.html
[ref]: https://doc.rust-lang.org/reference
[cargo]: http://doc.crates.io/guide.html
[err]: https://doc.rust-lang.org/error-index.html
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md
Expand Down
2 changes: 1 addition & 1 deletion ko-KR/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,7 @@ TODO: Write this answer.
Rust에서 플랫폼 의존적인 동작을 표현하는 일반적인 방법은 무엇인가요?
</a></h3>

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

<h3><a href="#can-rust-be-used-for-android-ios-programs" name="can-rust-be-used-for-android-ios-programs">
Rust를 안드로이드 및 iOS 프로그래밍에 쓸 수 있나요?
Expand Down
2 changes: 1 addition & 1 deletion pl-PL/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ które generuje kompilator Rusta.

[api]: https://doc.rust-lang.org/std/
[syn]: https://doc.rust-lang.org/book/syntax-index.html
[ref]: https://doc.rust-lang.org/reference.html
[ref]: https://doc.rust-lang.org/reference
[cargo]: http://doc.crates.io/guide.html
[err]: https://doc.rust-lang.org/error-index.html
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md
Expand Down
2 changes: 1 addition & 1 deletion pt-BR/contribute-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ TODO: blogging, translation
[Rust Design Patterns]: https://github.com/nrc/patterns
[Rust Style Guidelines]: https://doc.rust-lang.org/style/index.html
[The Book]: https://doc.rust-lang.org/book/index.html
[The Rust Reference]: https://doc.rust-lang.org/reference.html
[The Rust Reference]: https://doc.rust-lang.org/reference
[The Rustonomicon]: https://doc.rust-lang.org/nomicon/index.html
[awesome-rust]: https://github.com/kud1ing/awesome-rust
[crate_docs]: https://users.rust-lang.org/t/lets-talk-about-ecosystem-documentation/2791
Expand Down
2 changes: 1 addition & 1 deletion pt-BR/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ com referência da seção do livro que a descreve.

[api]: https://doc.rust-lang.org/std/
[syn]: https://doc.rust-lang.org/book/syntax-index.html
[ref]: https://doc.rust-lang.org/reference.html
[ref]: https://doc.rust-lang.org/reference
[cargo]: http://doc.crates.io/guide.html
[err]: https://doc.rust-lang.org/error-index.html
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md
Expand Down
2 changes: 1 addition & 1 deletion pt-BR/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ TODO: Write this answer.
What's the idiomatic way to express platform-specific behavior in Rust?
</a></h3>

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.
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.

<h3><a href="#can-rust-be-used-for-android-ios-programs" name="can-rust-be-used-for-android-ios-programs">
Can Rust be used for Android/iOS programming?
Expand Down
2 changes: 1 addition & 1 deletion ru-RU/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ title: Документация Rust &middot; Язык Программиров

[api]: https://doc.rust-lang.org/std/
[syn]: http://rurust.github.io/rust_book_ru/src/syntax-index.html
[ref]: https://doc.rust-lang.org/reference.html
[ref]: https://doc.rust-lang.org/reference
[cargo]: https://rurust.github.io/cargo-docs-ru/
[err]: https://doc.rust-lang.org/error-index.html
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md
Expand Down
2 changes: 1 addition & 1 deletion vi-VN/contribute-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ TODO: blogging, translation
[Rust Design Patterns]: https://github.com/nrc/patterns
[Rust Style Guidelines]: https://doc.rust-lang.org/style/index.html
[The Book]: https://doc.rust-lang.org/book/index.html
[The Rust Reference]: https://doc.rust-lang.org/reference.html
[The Rust Reference]: https://doc.rust-lang.org/reference
[The Rustonomicon]: https://doc.rust-lang.org/nomicon/index.html
[awesome-rust]: https://github.com/kud1ing/awesome-rust
[crate_docs]: https://users.rust-lang.org/t/lets-talk-about-ecosystem-documentation/2791
Expand Down
2 changes: 1 addition & 1 deletion vi-VN/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ release.

[api]: https://doc.rust-lang.org/std/
[syn]: https://doc.rust-lang.org/book/syntax-index.html
[ref]: https://doc.rust-lang.org/reference.html
[ref]: https://doc.rust-lang.org/reference
[cargo]: http://doc.crates.io/guide.html
[err]: https://doc.rust-lang.org/error-index.html
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md
Expand Down
2 changes: 1 addition & 1 deletion vi-VN/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ TODO: Write this answer.
What's the idiomatic way to express platform-specific behavior in Rust?
</a></h3>

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.
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.

<h3><a href="#can-rust-be-used-for-android-ios-programs" name="can-rust-be-used-for-android-ios-programs">
Can Rust be used for Android/iOS programming?
Expand Down
2 changes: 1 addition & 1 deletion zh-CN/contribute-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ TODO: blogging, translation
[Rust Design Patterns]: https://github.com/nrc/patterns
[Rust Style Guidelines]: https://doc.rust-lang.org/style/index.html
[The Book]: https://doc.rust-lang.org/book/index.html
[The Rust Reference]: https://doc.rust-lang.org/reference.html
[The Rust Reference]: https://doc.rust-lang.org/reference
[The Rustonomicon]: https://doc.rust-lang.org/nomicon/index.html
[awesome-rust]: https://github.com/kud1ing/awesome-rust
[crate_docs]: https://users.rust-lang.org/t/lets-talk-about-ecosystem-documentation/2791
Expand Down
2 changes: 1 addition & 1 deletion zh-CN/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ title: Rust 语言文档 &middot; Rust 程序设计语言

[api]: https://doc.rust-lang.org/std/
[syn]: https://doc.rust-lang.org/book/syntax-index.html
[ref]: https://doc.rust-lang.org/reference.html
[ref]: https://doc.rust-lang.org/reference
[cargo]: http://doc.crates.io/guide.html
[err]: https://doc.rust-lang.org/error-index.html
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md
Expand Down
2 changes: 1 addition & 1 deletion zh-CN/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ TODO: Write this answer.
What's the idiomatic way to express platform-specific behavior in Rust?
</a></h3>

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.
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.

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