Skip to content

Commit 66cf3f0

Browse files
committed
Update README
1 parent b2606b3 commit 66cf3f0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![Medium](https://img.shields.io/badge/%E2%80%8B-medium-brightgreen.svg?logo=medium)](https://medium.com/@ehmicky)
1111

1212
[`modern-errors`](https://github.com/ehmicky/modern-errors)
13-
[plugin](https://github.com/ehmicky/modern-errors#plugins-1) to print where to
13+
[plugin](https://github.com/ehmicky/modern-errors#-plugins) to print where to
1414
report bugs.
1515

1616
This appends a bug reports URL to error messages.
@@ -35,7 +35,7 @@ export const UnknownError = AnyError.subclass('UnknownError', {
3535
})
3636
```
3737

38-
[Unknown errors](https://github.com/ehmicky/modern-errors/README.md#unknown-errors)
38+
[Unknown errors](https://github.com/ehmicky/modern-errors/README.md#-unknown-errors)
3939
now include the following message.
4040

4141
```
@@ -67,7 +67,7 @@ The bug reports URL must be a `string` or a
6767
[`URL`](https://developer.mozilla.org/en-US/docs/Web/API/URL).
6868

6969
While this plugin is especially useful with
70-
[_unknown_ errors](https://github.com/ehmicky/modern-errors/README.md#unknown-errors),
70+
[_unknown_ errors](https://github.com/ehmicky/modern-errors/README.md#-unknown-errors),
7171
it can also apply to (in priority order):
7272

7373
- Any error: second argument to

0 commit comments

Comments
 (0)