From f004acd69119d43426d93b8d0db5d2efe562b07e Mon Sep 17 00:00:00 2001 From: Roman Proskuryakov Date: Sat, 10 Aug 2019 15:30:43 +0300 Subject: [PATCH] Fix broken link in README --- library/compiler-builtins/libm/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/compiler-builtins/libm/README.md b/library/compiler-builtins/libm/README.md index e10904f8cf08..e90b42d740c2 100644 --- a/library/compiler-builtins/libm/README.md +++ b/library/compiler-builtins/libm/README.md @@ -22,6 +22,8 @@ This crate is [on crates.io] and can be used today in stable `#![no_std]` progra The API documentation can be found [here](https://docs.rs/libm). +[on crates.io]: https://crates.io/crates/libm + ## Benchmark [benchmark]: #benchmark