From ee0e3bd3528e5fdcf959004e1a56331925959e25 Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Tue, 6 Aug 2024 22:35:21 +1000 Subject: [PATCH 1/2] Fix broken link in docs.rs Fixed #1172 --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 0c0a0450..90fa3cc0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -141,14 +141,14 @@ //! * Windows platforms targeting MinGW (e.g. your target triple ends in `-gnu`) //! require `cc` to be available in `PATH`. We recommend the //! [MinGW-w64](https://www.mingw-w64.org/) distribution, which is using the -//! [Win-builds](http://win-builds.org/) installation system. +//! [Win-builds](https://github.com/alex85k/winbuilds/blob/master/README.md) installation system. //! You may also acquire it via //! [MSYS2](https://www.msys2.org/), as explained [here][msys2-help]. Make sure //! to install the appropriate architecture corresponding to your installation of //! rustc. GCC from older [MinGW](http://www.mingw.org/) project is compatible //! only with 32-bit rust compiler. //! -//! [msys2-help]: https://github.com/rust-lang/rust#building-on-windows +//! [msys2-help]: https://github.com/rust-lang/rust/blob/master/INSTALL.md#building-on-windows //! //! # C++ support //! From f2bb6d989bf591075a8800f72d0a24e12dae72cf Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Tue, 6 Aug 2024 23:39:48 +1000 Subject: [PATCH 2/2] Remove win-builds from crate doc --- src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 90fa3cc0..dedaeb61 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -140,8 +140,7 @@ //! set up by running the appropriate developer tools shell. //! * Windows platforms targeting MinGW (e.g. your target triple ends in `-gnu`) //! require `cc` to be available in `PATH`. We recommend the -//! [MinGW-w64](https://www.mingw-w64.org/) distribution, which is using the -//! [Win-builds](https://github.com/alex85k/winbuilds/blob/master/README.md) installation system. +//! [MinGW-w64](https://www.mingw-w64.org/) distribution. //! You may also acquire it via //! [MSYS2](https://www.msys2.org/), as explained [here][msys2-help]. Make sure //! to install the appropriate architecture corresponding to your installation of