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

"View Source" link on package.elm-lang.org should point to its .elm file #208

Closed
hoosierEE opened this Issue Apr 6, 2015 · 2 comments

Comments

Projects
None yet
2 participants
@hoosierEE

hoosierEE commented Apr 6, 2015

Currently, the "View Source" links for each of the core libraries point to here:

https://github.com/elm-lang/core

It would be nicer if these links instead pointed to the Elm code for that library. The worst offender is Graphics.Input.Field which is 5 links away from its link on package.elm-lang.org.

Instead of linking to elm-lang/core, it should go directly to its source code:

https://github.com/elm-lang/core/blob/1.1.1/src/Graphics/Input/Field.elm

I think this change would improve the user experience for people using the package.elm-lang.org documentation.

@jvoigtlaender

This comment has been minimized.

Show comment
Hide comment
@jvoigtlaender

jvoigtlaender Aug 30, 2015

Contributor

Im closing this issue here. The relevant place to track this request is here: elm/package.elm-lang.org#35.

Contributor

jvoigtlaender commented Aug 30, 2015

Im closing this issue here. The relevant place to track this request is here: elm/package.elm-lang.org#35.

@hoosierEE

This comment has been minimized.

Show comment
Hide comment
@hoosierEE

hoosierEE Aug 31, 2015

Woo, nice! 👍

hoosierEE commented Aug 31, 2015

Woo, nice! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment