about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSuKiN-a <suryakiranpradosh@gmail.com>2021-07-09 09:52:08 +0530
committerSuKiN-a <suryakiranpradosh@gmail.com>2021-07-09 09:52:08 +0530
commit5428334eaac521c8c3a9ec65f1221e0082311b15 (patch)
tree4119cd3a0a67de5e1f067e141d30df7238550c4e
parent0dc91d40e69552b4ec9be86c3cb2c659b218e7a4 (diff)
downloadrust-5428334eaac521c8c3a9ec65f1221e0082311b15.tar.gz
rust-5428334eaac521c8c3a9ec65f1221e0082311b15.zip
updated link to musl website
-rw-r--r--library/compiler-builtins/libm/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/compiler-builtins/libm/README.md b/library/compiler-builtins/libm/README.md
index 5d9e9bddbf8..b864b5df8e7 100644
--- a/library/compiler-builtins/libm/README.md
+++ b/library/compiler-builtins/libm/README.md
@@ -2,7 +2,7 @@
 
 A port of [MUSL]'s libm to Rust.
 
-[MUSL]: https://www.musl-libc.org/
+[MUSL]: https://musl.libc.org/
 
 ## Goals