summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoshua Olson <0joshua.olson1@gmail.com>2016-01-15 20:50:03 -0700
committerJoshua Olson <0joshua.olson1@gmail.com>2016-01-15 20:50:03 -0700
commit797e6fc41b5c34699464d30d408fa441eacf9f44 (patch)
tree32da4ca15b87836dd4b9acdec7650d5ffe6aec91 /README.md
parente7e4ecc52267f35ae5f846e9e65e5fe83fc6b7be (diff)
added link for issue mentioned in readme
‌ ‌ ▲ ▲‌ ▲
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 636c8adfa91..84fb8f3e5b0 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.
```