-
Notifications
You must be signed in to change notification settings - Fork 14
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
documentation links broken #36
Comments
Argh, good catch, thanks! I think that probably worked when previewing docs locally but doesn't work on the actual Elm package site. The intent is to link to https://package.elm-lang.org/packages/ianmackenzie/elm-units/latest/#multiplication-and-division (a section of the README) but using a link of https://package.elm-lang.org/packages/ianmackenzie/elm-units/latest/Quantity leads to https://package.elm-lang.org/#multiplication-and-division instead, which obviously doesn't work. Using Now that I look more closely, though, even the desired link doesn't work since the Elm package site doesn't seem to support directly linking to an anchor (clicking on an anchor link within the README once it's loaded works fine, but not entering it in the URL - logged as elm/package.elm-lang.org#304). So there may not be a nice way to do it...might have to refactor the documentation to move that section from the README to the |
I'm actually also currently working on a framework for making nice 'guides' for Elm packages (with code examples, inline interactive demos etc.). So perhaps the best solution is to move much of the high-level explanatory content that is currently in the README to a separate guide, and then link to that from the README/module documentation pages etc. |
In
Quantity.elm
there are a number of links to#multiplication-and-division
, but that tag doesn't exist.The text was updated successfully, but these errors were encountered: