Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing / in link to the package causes 404 down the line #38

Open
jfmengels opened this issue Sep 23, 2019 · 0 comments
Open

Missing / in link to the package causes 404 down the line #38

jfmengels opened this issue Sep 23, 2019 · 0 comments

Comments

@jfmengels
Copy link

jfmengels commented Sep 23, 2019

This is related to a bug I uncovered and reported in the Elm packages repo: elm/package.elm-lang.org#313

SSCCE

Explanation

The problem is that the jfmengels/lint-debug/1.0.0 link links to https://package.elm-lang.org/packages/jfmengels/lint-debug/1.0.0, which is missing a trailing slash. In the README, the NoDebug link links to a relative URL ./NoDebug. Without the trailing slash in the URL, this links to https://package.elm-lang.org/packages/jfmengels/lint-debug/NoDebug, but we actually want to link to https://package.elm-lang.org/packages/jfmengels/lint-debug/1.0.0/NoDebug.

Probable solution

Add a trailing slash to the link to the package.

Let me know if you would like help with fixing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant