Commit 6eca723
committed
Fix anchor references in UnexpectedError docs
Caught by hyperlink when I tried to make a release:
$ ./node_modules/.bin/hyperlink -ri --canonicalroot https://unexpected.js.org --skip content-type-mismatch --skip unexpected.js.org/unexpected- site-build/index.html | ./node_modules/.bin/tap-spot
Guessing --root from input files: file:///home/andreas/work/unexpected/site-build/
.......................................................................................................................,,,,,,,,,,,,,,............................................................................................................................××
✖ FAIL fragment-check site-build/api/UnexpectedError/index.html --> #unexpectederror-parent
| operator: fragment-check
| expected: id="unexpectederror-parent"
| at: site-build/api/UnexpectedError/index.html:162:10 <a href="#unexpectederror-parent">...</a>
✖ FAIL fragment-check site-build/api/UnexpectedError/index.html --> #unexpectederror-parent
| operator: fragment-check
| expected: id="unexpectederror-parent"
| at: site-build/api/UnexpectedError/index.html:162:10 <a href="#unexpectederror-parent">...</a>
259 tests
14 skipped
257 passed
2 failed1 parent b9236e6 commit 6eca723
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
0 commit comments