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

Commit 46d14a4

Browse files
committed
Always point to master branch release notes.
1 parent b86a3a5 commit 46d14a4

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

de-DE/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Wenn du Rust noch nie gesehen hast, solltest du zuerst einen Blick in das Buch [
4848
[ref]: https://doc.rust-lang.org/reference
4949
[cargo]: http://doc.crates.io/guide.html
5050
[err]: https://doc.rust-lang.org/error-index.html
51-
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md
51+
[release_notes]: https://github.com/rust-lang/rust/blob/master/RELEASES.md
5252
[docs.rs]: https://docs.rs
5353
[crates.io]: https://crates.io
5454
[platform_support]: https://forge.rust-lang.org/platform-support.html

en-US/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ the errors produced by the Rust compiler.
6868
[ref]: https://doc.rust-lang.org/reference
6969
[cargo]: http://doc.crates.io/guide.html
7070
[err]: https://doc.rust-lang.org/error-index.html
71-
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md
71+
[release_notes]: https://github.com/rust-lang/rust/blob/master/RELEASES.md
7272
[docs.rs]: https://docs.rs
7373
[crates.io]: https://crates.io
7474
[platform_support]: https://forge.rust-lang.org/platform-support.html

es-ES/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ cada lanzamiento.
6262
[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
65-
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md
65+
[release_notes]: https://github.com/rust-lang/rust/blob/master/RELEASES.md
6666
[docs.rs]: https://docs.rs
6767
[crates.io]: https://crates.io
6868

fr-FR/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Si vous découvrez Rust, la première chose à lire est l'introduction du livre
4444
[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
47-
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md
47+
[release_notes]: https://github.com/rust-lang/rust/blob/master/RELEASES.md
4848

4949
## Les documents réglementaires
5050

id-ID/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ yang dihasilkan oleh compiler Rust.
6565
[ref]: https://doc.rust-lang.org/reference
6666
[cargo]: http://doc.crates.io/guide.html
6767
[err]: https://doc.rust-lang.org/error-index.html
68-
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md
68+
[release_notes]: https://github.com/rust-lang/rust/blob/master/RELEASES.md
6969
[docs.rs]: https://docs.rs
7070
[crates.io]: https://crates.io
7171
[platform_support]: https://forge.rust-lang.org/platform-support.html

it-IT/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ errori emessi dal compilatore Rust.
6464
[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
67-
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md
67+
[release_notes]: https://github.com/rust-lang/rust/blob/master/RELEASES.md
6868
[docs.rs]: https://docs.rs
6969
[crates.io]: https://crates.io
7070

ja-JP/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Rustのコンパイラによって生成されるエラーの補足説明です
6161
[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
64-
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md
64+
[release_notes]: https://github.com/rust-lang/rust/blob/master/RELEASES.md
6565
[docs.rs]: https://docs.rs
6666
[crates.io]: https://crates.io
6767

ko-KR/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Rust의 각 릴리스마다 바뀐 점들을 기록합니다.
6262
[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
65-
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md
65+
[release_notes]: https://github.com/rust-lang/rust/blob/master/RELEASES.md
6666
[docs.rs]: https://docs.rs
6767
[crates.io]: https://crates.io
6868
[platform_support]: https://forge.rust-lang.org/platform-support.html

pl-PL/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ które generuje kompilator Rusta.
6363
[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
66-
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md
66+
[release_notes]: https://github.com/rust-lang/rust/blob/master/RELEASES.md
6767
[docs.rs]: https://docs.rs
6868
[crates.io]: https://crates.io
6969

pt-BR/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ com referência da seção do livro que a descreve.
5757
[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
60-
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md
60+
[release_notes]: https://github.com/rust-lang/rust/blob/master/RELEASES.md
6161
[docs.rs]: https://docs.rs
6262
[crates.io]: https://crates.io
6363

ru-RU/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ title: Документация Rust · Язык Программиров
5858
[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
61-
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md
61+
[release_notes]: https://github.com/rust-lang/rust/blob/master/RELEASES.md
6262

6363
## Правила проекта
6464

vi-VN/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ release.
5757
[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
60-
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md
60+
[release_notes]: https://github.com/rust-lang/rust/blob/master/RELEASES.md
6161
[docs.rs]: https://docs.rs
6262
[crates.io]: https://crates.io
6363

zh-CN/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ title: Rust 语言文档 · Rust 程序设计语言
5151
[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
54-
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md
54+
[release_notes]: https://github.com/rust-lang/rust/blob/master/RELEASES.md
5555
[docs.rs]: https://docs.rs
5656
[crates.io]: https://crates.io
5757
[platform_support]: https://forge.rust-lang.org/platform-support.html

0 commit comments

Comments
 (0)