Skip to content

Commit

Permalink
changelog: fix issue links
Browse files Browse the repository at this point in the history
For some reason GitHub pull requests are linked as `/pull/N` but issues
are `/issues/N`. This commit fixes the links in the CHANGELOG.

PR rust-lang#686
  • Loading branch information
goffrie authored May 29, 2020
1 parent 6916067 commit a7cc8bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ compile on other Rust versions, such as Rust 1.39.

Bug fixes:

* [BUG #685](https://github.com/rust-lang/regex/issue/685):
* [BUG #685](https://github.com/rust-lang/regex/issues/685):
Remove use of `doc_comment` crate, which cannot be used before Rust 1.43.


Expand All @@ -22,9 +22,9 @@ Bug fixes:

* [BUG #523](https://github.com/rust-lang/regex/pull/523):
Add note to documentation that spaces can be escaped in `x` mode.
* [BUG #524](https://github.com/rust-lang/regex/issue/524):
* [BUG #524](https://github.com/rust-lang/regex/issues/524):
Add support for empty sub-expressions, including empty alternations.
* [BUG #659](https://github.com/rust-lang/regex/issue/659):
* [BUG #659](https://github.com/rust-lang/regex/issues/659):
Fix match bug caused by an empty sub-expression miscompilation.


Expand Down

0 comments on commit a7cc8bd

Please sign in to comment.