From aac3ece9bba4c5b7b03fa0fbf097f02a04526150 Mon Sep 17 00:00:00 2001 From: tmstorey Date: Wed, 12 Aug 2026 15:59:27 +1000 Subject: [PATCH] Fix broken link http://cglab.ca/~abeinges/* appears to no longer exist. Updated link to https://faultlore.com/blah/everyone-poops/. --- src/libs/maintaining-std.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/maintaining-std.md b/src/libs/maintaining-std.md index b90032c0b..fca24ce42 100644 --- a/src/libs/maintaining-std.md +++ b/src/libs/maintaining-std.md @@ -349,7 +349,7 @@ To try reduce noise in the docs from deprecated items, they should be moved to t [RFC 1023]: https://rust-lang.github.io/rfcs/1023-rebalancing-coherence.html [RFC 1105]: https://rust-lang.github.io/rfcs/1105-api-evolution.html [RFC 0769 PhantomData]: https://github.com/rust-lang/rfcs/blob/master/text/0769-sound-generic-drop.md#phantom-data -[Everyone Poops]: http://cglab.ca/~abeinges/blah/everyone-poops +[Everyone Poops]: https://faultlore.com/blah/everyone-poops/ [rust/pull/46799]: https://github.com/rust-lang/rust/pull/46799 [rust/issues/76367]: https://github.com/rust-lang/rust/issues/76367 [rust/issues/31844]: https://github.com/rust-lang/rust/issues/31844