elm-explorations / elm-explorations/test
Broken links in Test docs
- Dominant language
- Elm
- Stars
- 244
- Forks
- 40
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 2
Description
Hi all,
The [`Test` docs](https://package.elm-lang.org/packages/elm-explorations/test/latest/Test) contain two links to [`Expect#Expectation`](https://package.elm-lang.org/packages/elm-explorations/test/latest/Expect#Expectation) that seem to be broken. See [line 32](https://github.com/elm-explorations/test/blob/866245564a44d97973a665d5b004ec005e52a8c7/src/Test.elm#L32) and [line 128](https://github.com/elm-explorations/test/blob/866245564a44d97973a665d5b004ec005e52a8c7/src/Test.elm#L128).
The URLs in question are:
* https://package.elm-lang.org/packages/elm-explorations/test/Expect#Expectation
* https://package.elm-lang.org/packages/elm-explorations/test/latest/Expect#Expectation
The first is broken, the second works.
The code uses relative links `../Expect#Expectation` which appear valid at a glance. Apparently something else is going on?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.