diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2015-04-15 17:26:09 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-04-15 17:26:09 -0400 |
| commit | ff7c991305ef6087df86c6676ae6173676e3068f (patch) | |
| tree | 0da26285925246abdfbea4c9b474b21b0fb02908 | |
| parent | 68648fe0dad5274731982794719214faa5934876 (diff) | |
| parent | 86ec4571d5269e35a8c1014d1ad040aa12126119 (diff) | |
| download | rust-ff7c991305ef6087df86c6676ae6173676e3068f.tar.gz rust-ff7c991305ef6087df86c6676ae6173676e3068f.zip | |
Rollup merge of #24471 - andrewseidl:master, r=alexcrichton
Use external instead of relative link for rustbyexample.com in generated `src/doc/index.md`. (http://doc.rust-lang.org/nightly/index.html) Previous: http://doc.rust-lang.org/nightly/rustbyexample.com Desired: http://rustbyexample.com/
| -rw-r--r-- | src/doc/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/index.md b/src/doc/index.md index 124a82aa7dc..5a437e959b7 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -19,7 +19,7 @@ ideas behind Rust. donated to the Rust project. As the name implies, it teaches you Rust through a series of small examples. -[rbe]: rustbyexample.com +[rbe]: http://rustbyexample.com/ # Community & Getting Help |
