From f4ae8a83f9e56a7f16a5f0a25d22c74063e2fb5e Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 16 Jun 2014 16:07:34 -0700 Subject: Update repo location --- src/doc/tutorial.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/doc/tutorial.md') diff --git a/src/doc/tutorial.md b/src/doc/tutorial.md index 61c71b273cb..a763f7804ab 100644 --- a/src/doc/tutorial.md +++ b/src/doc/tutorial.md @@ -90,8 +90,8 @@ Snapshot binaries are currently built and tested on several platforms: You may find that other platforms work, but these are our "tier 1" supported build environments that are most likely to work. -[wiki-start]: https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust -[git]: https://github.com/mozilla/rust.git +[wiki-start]: https://github.com/rust-lang/rust/wiki/Note-getting-started-developing-Rust +[git]: https://github.com/rust-lang/rust.git [rust-install]: http://www.rust-lang.org/install.html To build from source you will also need the following prerequisite @@ -3345,6 +3345,6 @@ There is further documentation on the [wiki], however those tend to be even more [testing]: guide-testing.html [runtime]: guide-runtime.html [rustdoc]: rustdoc.html -[wiki]: https://github.com/mozilla/rust/wiki/Docs +[wiki]: https://github.com/rust-lang/rust/wiki/Docs -[wiki-packages]: https://github.com/mozilla/rust/wiki/Doc-packages,-editors,-and-other-tools +[wiki-packages]: https://github.com/rust-lang/rust/wiki/Doc-packages,-editors,-and-other-tools -- cgit 1.4.1-3-g733a5 From 56d7bbe2637933455249fc3c73f510ab3ef97a29 Mon Sep 17 00:00:00 2001 From: Christopher Bergqvist Date: Tue, 17 Jun 2014 00:07:15 +0200 Subject: Update Sublime Rust github link Package switched maintainer from dbp to jhasse as stated in the README.md at the old link. --- src/doc/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/doc/tutorial.md') diff --git a/src/doc/tutorial.md b/src/doc/tutorial.md index a763f7804ab..b1f72f36ecb 100644 --- a/src/doc/tutorial.md +++ b/src/doc/tutorial.md @@ -183,7 +183,7 @@ There is ctags support via `src/etc/ctags.rust`, but many other tools and editors are not yet supported. If you end up writing a Rust mode for your favorite editor, let us know so that we can link to it. -[sublime]: http://github.com/dbp/sublime-rust +[sublime]: http://github.com/jhasse/sublime-rust [sublime-pkg]: http://wbond.net/sublime_packages/package_control # Syntax basics -- cgit 1.4.1-3-g733a5