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 dead links #8

Open
nicmr opened this issue Mar 23, 2020 · 1 comment
Open

Fix dead links #8

nicmr opened this issue Mar 23, 2020 · 1 comment

Comments

@nicmr
Copy link

nicmr commented Mar 23, 2020

1. https://amethyst.rs/doc

https://amethyst.rs/doc contains a dead link at

<h2>Previous Stable Version (0.12)</h2>
<!-- [... ] -->
    <li><a target="_blank" rel="noopener" href="https://docs.amethyst.rs/v0.12.0/amethyst/">Browse the API Reference</a></li>
<!-- [... ] -->
</ul>

Specifically, https://docs.amethyst.rs/v0.12.0/amethyst/returns a 404.

I don't know if they're still hosted under the amethyst.rs domain somewhere, alternatively you might want to link to https://docs.rs/amethyst/0.12.0/amethyst/ instead.

I'm not sure how to open a PR to fix this, when I search for the strings I can't find them in this repo, at least not on the master branch. It's probably in a different part of your build / content pipeline.

2. README.md

README.md links to https://amethyst-engine.org/ in line 3. The link appears to be unreachable.

@nicmr
Copy link
Author

nicmr commented Mar 25, 2020

Update for amethyst 0.15 website changes: Link is still dead, and now also outdated. (Trying to link to 0.12 but previous stable is 0.14).

<h2>Previous Stable Version (0.14)</h2>
<!-- [... ] -->
    <li><a target="_blank" rel="noopener" href="https://docs.amethyst.rs/v0.12.0/amethyst/">Browse the API Reference</a></li>
<!-- [... ] -->
</ul>]

In this case, there is no docs.rs alternative to link to, as docs.rs has been failing to build amethyst since 0.13. Is there a working docs.amethyst.rs link?

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