Skip to content

Commit d367bc7

Browse files
committed
fix broken/wrong URLs in CHANGELOG.md [ci skip]
1 parent 6184529 commit d367bc7

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

CHANGELOG.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
- [#2000]: Use distinctive characters in `dot` reporter; `,` will denote a "pending" test and `!` will denote a "failing" test. ([@elliottcable])
3232
- [#1632]: Throw a useful exception when a suite or test lacks a title. ([@a8m])
3333
- [#1481]: Better `.only()` behavior. ([@a8m])
34-
- [#946]: Allow `this.skip()` in async tests and hooks. ([@boneskull])
34+
- [#2334]: Allow `this.skip()` in async tests and hooks. ([@boneskull])
3535
- [#1320]: Throw a useful exception when test resolution method is overspecified. ([@jugglinmike])
3636
- [#2364]: Support `--preserve-symlinks`. ([@rosswarren])
3737

@@ -63,8 +63,8 @@ We :heart: our [backers and sponsors](https://opencollective.com/mochajs)!
6363

6464
:shipit:
6565

66-
[#2348]: https://github.com/mochajs/mocha/issue/2348
67-
[#808]: https://github.com/mochajs/mocha/issue/808
66+
[#2348]: https://github.com/mochajs/mocha/issues/2348
67+
[#808]: https://github.com/mochajs/mocha/issues/808
6868
[#2361]: https://github.com/mochajs/mocha/pull/2361
6969
[#2367]: https://github.com/mochajs/mocha/pull/2367
7070
[#2364]: https://github.com/mochajs/mocha/pull/2364
@@ -73,17 +73,17 @@ We :heart: our [backers and sponsors](https://opencollective.com/mochajs)!
7373
[#2259]: https://github.com/mochajs/mocha/pull/2259
7474
[#2208]: https://github.com/mochajs/mocha/pull/2208
7575
[#2299]: https://github.com/mochajs/mocha/pull/2299
76-
[#2286]: https://github.com/mochajs/mocha/issue/2286
77-
[#1644]: https://github.com/mochajs/mocha/issue/1644
78-
[#2310]: https://github.com/mochajs/mocha/issue/2310
79-
[#2311]: https://github.com/mochajs/mocha/issue/2311
80-
[#2323]: https://github.com/mochajs/mocha/issue/2323
76+
[#2286]: https://github.com/mochajs/mocha/issues/2286
77+
[#1644]: https://github.com/mochajs/mocha/issues/1644
78+
[#2310]: https://github.com/mochajs/mocha/issues/2310
79+
[#2311]: https://github.com/mochajs/mocha/issues/2311
80+
[#2323]: https://github.com/mochajs/mocha/issues/2323
8181
[#2000]: https://github.com/mochajs/mocha/pull/2000
82-
[#1632]: https://github.com/mochajs/mocha/issue/1632
83-
[#1813]: https://github.com/mochajs/mocha/issue/1813
84-
[#946]: https://github.com/mochajs/mocha/issue/946
85-
[#2317]: https://github.com/mochajs/mocha/issue/2317
86-
[#1481]: https://github.com/mochajs/mocha/issue/1481
82+
[#1632]: https://github.com/mochajs/mocha/issues/1632
83+
[#1813]: https://github.com/mochajs/mocha/issues/1813
84+
[#2334]: https://github.com/mochajs/mocha/issues/2334
85+
[#2317]: https://github.com/mochajs/mocha/issues/2317
86+
[#1481]: https://github.com/mochajs/mocha/issues/1481
8787
[@elliottcable]: https://github.com/elliottcable
8888
[@RobLoach]: https://github.com/robloach
8989
[@AviVahl]: https://github.com/avivahl

0 commit comments

Comments
 (0)