From ebd18616d0b52c10099d1ec8364c506eec8ea124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20T=C3=A9tar?= Date: Tue, 7 Jan 2014 12:31:41 -0800 Subject: [PATCH] Updated Note getting started developing Rust (markdown) --- Note-getting-started-developing-Rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Note-getting-started-developing-Rust.md b/Note-getting-started-developing-Rust.md index fe4c1d4..93e4338 100644 --- a/Note-getting-started-developing-Rust.md +++ b/Note-getting-started-developing-Rust.md @@ -36,7 +36,7 @@ build HTML docs on Ubuntu, you'll need to install pandoc manually according to the [installation instructions](http://johnmacfarlane.net/pandoc/installing.html). -For Ubuntu users willing to build LaTeX doc; you might need to additionally install `lmodern` font package, see [#1692](https://github.com/mozilla/rust/issues/3989). +For Ubuntu users willing to build LaTeX doc; you might need to additionally install `lmodern` font package, see [#3989](https://github.com/mozilla/rust/issues/3989). ### Windows