about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSmitty <me@smitop.com>2021-06-23 19:36:51 -0400
committerSmitty <me@smitop.com>2021-06-23 19:36:51 -0400
commit157898e7d597747c15f6e6b570f763fd401550a3 (patch)
tree677734de2a982b3c4649cd1fb1681e61282bd2e6
parentbdfcb88e8b6203ccb46a2fb6649979b773efc8ac (diff)
downloadrust-157898e7d597747c15f6e6b570f763fd401550a3.tar.gz
rust-157898e7d597747c15f6e6b570f763fd401550a3.zip
Point to the updated version of some dead links
-rw-r--r--compiler/rustc_target/src/abi/call/msp430.rs2
-rw-r--r--src/test/ui/nullable-pointer-iotareduction.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_target/src/abi/call/msp430.rs b/compiler/rustc_target/src/abi/call/msp430.rs
index 7af04b9cf48..0ba73657b5b 100644
--- a/compiler/rustc_target/src/abi/call/msp430.rs
+++ b/compiler/rustc_target/src/abi/call/msp430.rs
@@ -1,5 +1,5 @@
 // Reference: MSP430 Embedded Application Binary Interface
-// https://web.archive.org/web/20191221205752/http://www.ti.com/lit/an/slaa534/slaa534.pdf
+// https://www.ti.com/lit/an/slaa534a/slaa534a.pdf
 
 use crate::abi::call::{ArgAbi, FnAbi};
 
diff --git a/src/test/ui/nullable-pointer-iotareduction.rs b/src/test/ui/nullable-pointer-iotareduction.rs
index 7f84450e621..568c3e144be 100644
--- a/src/test/ui/nullable-pointer-iotareduction.rs
+++ b/src/test/ui/nullable-pointer-iotareduction.rs
@@ -4,7 +4,7 @@
 
 // Iota-reduction is a rule in the Calculus of (Co-)Inductive Constructions,
 // which "says that a destructor applied to an object built from a constructor
-// behaves as expected".  -- https://web.archive.org/web/20100531091244/http://coq.inria.fr/doc/Reference-Manual006.html
+// behaves as expected".  -- https://coq.inria.fr/doc/language/core/conversion.html#iota-reduction
 //
 // It's a little more complicated here, because of pointers and regions and
 // trying to get assert failure messages that at least identify which case