Skip to content

Commit 59dfb53

Browse files
authored
Fix broken link in docs.rs (#1173)
1 parent c2fd8ec commit 59dfb53

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/lib.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,15 +140,14 @@
140140
//! set up by running the appropriate developer tools shell.
141141
//! * Windows platforms targeting MinGW (e.g. your target triple ends in `-gnu`)
142142
//! require `cc` to be available in `PATH`. We recommend the
143-
//! [MinGW-w64](https://www.mingw-w64.org/) distribution, which is using the
144-
//! [Win-builds](http://win-builds.org/) installation system.
143+
//! [MinGW-w64](https://www.mingw-w64.org/) distribution.
145144
//! You may also acquire it via
146145
//! [MSYS2](https://www.msys2.org/), as explained [here][msys2-help]. Make sure
147146
//! to install the appropriate architecture corresponding to your installation of
148147
//! rustc. GCC from older [MinGW](http://www.mingw.org/) project is compatible
149148
//! only with 32-bit rust compiler.
150149
//!
151-
//! [msys2-help]: https://github.com/rust-lang/rust#building-on-windows
150+
//! [msys2-help]: https://github.com/rust-lang/rust/blob/master/INSTALL.md#building-on-windows
152151
//!
153152
//! # C++ support
154153
//!

0 commit comments

Comments
 (0)