File tree 4 files changed +5
-5
lines changed 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ case "$(uname -s)" in
13
13
* ) FEATURES=(' --features' ' vendored-openssl' ) ;;
14
14
esac
15
15
16
- # rustc only supports armv7: https://forge .rust-lang.org/release /platform-support.html
16
+ # rustc only supports armv7: https://doc .rust-lang.org/nightly/rustc /platform-support.html
17
17
if [ " $TARGET " = arm-linux-androideabi ]; then
18
18
export CFLAGS=' -march=armv7'
19
19
fi
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Rust [supports a great number of platforms][p]. For many of these platforms
4
4
The Rust Project publishes binary releases of the standard library, and for
5
5
some the full compiler. ` rustup ` gives easy access to all of them.
6
6
7
- [ p ] : https://forge .rust-lang.org/release /platform-support.html
7
+ [ p ] : https://doc .rust-lang.org/nightly/rustc /platform-support.html
8
8
9
9
When you first install a toolchain, ` rustup ` installs only the standard
10
10
library for your * host* platform - that is, the architecture and operating
Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ impl Package {
379
379
tpkgs
380
380
. get ( t)
381
381
. ok_or_else ( || format ! ( "target '{}' not found in channel. \
382
- Perhaps check https://forge .rust-lang.org/release /platform-support.html for available targets", t) . into ( ) )
382
+ Perhaps check https://doc .rust-lang.org/nightly/rustc /platform-support.html for available targets", t) . into ( ) )
383
383
} else {
384
384
Err ( "no target specified" . into ( ) )
385
385
}
Original file line number Diff line number Diff line change @@ -425,7 +425,7 @@ fn update_invalid_toolchain() {
425
425
r"" ,
426
426
r"info: syncing channel updates for 'nightly-2016-03-1'
427
427
info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
428
- error: target '2016-03-1' not found in channel. Perhaps check https://forge .rust-lang.org/release /platform-support.html for available targets
428
+ error: target '2016-03-1' not found in channel. Perhaps check https://doc .rust-lang.org/nightly/rustc /platform-support.html for available targets
429
429
" ,
430
430
) ;
431
431
} ) ;
@@ -440,7 +440,7 @@ fn default_invalid_toolchain() {
440
440
r"" ,
441
441
r"info: syncing channel updates for 'nightly-2016-03-1'
442
442
info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
443
- error: target '2016-03-1' not found in channel. Perhaps check https://forge .rust-lang.org/release /platform-support.html for available targets
443
+ error: target '2016-03-1' not found in channel. Perhaps check https://doc .rust-lang.org/nightly/rustc /platform-support.html for available targets
444
444
" ,
445
445
) ;
446
446
} ) ;
You can’t perform that action at this time.
0 commit comments