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

Fix broken guide links #905

Merged
merged 1 commit into from
Apr 15, 2020

Conversation

parkerduckworth
Copy link
Contributor

Hey!

I noticed that in the tutorial guide, the links to each next step in the tutorial are broken, as they refer to <link-to-next-step>.html, rather than using a .md extension. This PR addresses this problem by changing each <link-to-next-step> extension to .md.

I see that PR #777 begins to address this issue, and there may be more. I will look through when I get a chance to make sure all other guide links are updated.

@parkerduckworth parkerduckworth changed the title fix broken guide links Fix broken guide links Apr 15, 2020
@benwilson512 benwilson512 merged commit 730bacd into absinthe-graphql:master Apr 15, 2020
@benwilson512
Copy link
Contributor

Thank you!

@rafael-vitor
Copy link

Hey. This change makes it so that links are now broken when reading the external website version of the guides as they have the .html extension
ex: https://hexdocs.pm/absinthe/start.html should link to https://hexdocs.pm/absinthe/our-first-query.html instead of https://hexdocs.pm/absinthe/our-first-query.md which doesn't exist

is there a way these paths could be mapped so the links can work on both github and the hexdocs page? or maybe a way of generating them dinamically?

@parkerduckworth
Copy link
Contributor Author

Excellent question and point. Yeah I’m going explore solutions.

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

Successfully merging this pull request may close these issues.

3 participants