-
Notifications
You must be signed in to change notification settings - Fork 40
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
Broken links #17
Comments
Another broken link - https://seed-rs.org/guide/routing/ => link under Url struct |
|
Fixed the broken routing link in WIP PR. |
gonna work on checking / fixing the links in all the files in here: https://github.com/itsgreggreg/seed-rs.org/tree/17/doc_link_fixes/crate/guides Feel free to assign this to me or however you guys work. I'm not working on a dead link linter tho. |
@itsgreggreg Just create a PR and request code review, thanks! |
On page https://seed-rs.org/0.6.0/structure broken link orders example |
Current broken links:
not counting localhost, example.com and crates.io (crates.io very quickly starts returning 404s when they detect fast activity). I'm trying to see if I can put together the automation in a way which doesn't make the rest of the internet cross. |
We should add a dead-link linter to the build / deploy pipeline.
Dead-link example: https://docs.rs/seed/0.5.1/seed/fetch/struct.Request.html on https://seed-rs.org/guide/http-requests-and-state.
It should be replaced with https://docs.rs/seed/latest/seed/browser/service/fetch/index.html
0.5.1
=>latest
(if we want to point always to thelatest
version)The text was updated successfully, but these errors were encountered: