]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #41613 - cuviper:fix-release-links, r=aturon
authorCorey Farwell <coreyf@rwell.org>
Sun, 30 Apr 2017 03:44:29 +0000 (23:44 -0400)
committerGitHub <noreply@github.com>
Sun, 30 Apr 2017 03:44:29 +0000 (23:44 -0400)
commitc9f5a47ed1b39de6a833e35603c32d434031cc4e
tree25a4d3f8278ab6175d3f8e16e1d0de958ddc1e45
parentb14694071c459519fbc4a8c2aa25bdf007c6611b
parente8c4b7af216c9e035b40f78cbd77a35614fdc240
Rollup merge of #41613 - cuviper:fix-release-links, r=aturon

Fix links in RELEASES.md for 1.10.0 through 1.12.0

Many links in this series have the `[link text]` and `(url)` on separate
lines, which doesn't get correctly interpreted in markdown.  Or maybe it
once did, but it doesn't now.  This patch joins the lines together.

Here is the content rendered [before](https://github.com/rust-lang/rust/blob/2971d491b955fd8bb504c8ca675b8116b8b1550e/RELEASES.md#version-1120-2016-09-29) and [after](https://github.com/cuviper/rust/blob/e8c4b7af216c9e035b40f78cbd77a35614fdc240/RELEASES.md#version-1120-2016-09-29).