From 797e6fc41b5c34699464d30d408fa441eacf9f44 Mon Sep 17 00:00:00 2001 From: Joshua Olson <0joshua.olson1@gmail.com> Date: Fri, 15 Jan 2016 20:50:03 -0700 Subject: [PATCH] added link for issue mentioned in readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ‌ ‌ ▲ ▲‌ ▲ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 636c8adfa91e9..84fb8f3e5b089 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ build. Download [MinGW from here](http://mingw-w64.org/doku.php/download/mingw-builds), and choose the `threads=win32,exceptions=dwarf/seh` flavor when installing. After installing, -add its `bin` directory to your `PATH`. This is due to #28260, in the future, +add its `bin` directory to your `PATH`. This is due to [#28260](https://github.com/rust-lang/rust/issues/28260), in the future, installing from pacman should be just fine. ```