seed-rs / seed-rs.org

Seed's official website
https://seed-rs.org/
Other
14 stars 40 forks source link

Broken link fixes in website docs #34

Closed itsgreggreg closed 4 years ago

itsgreggreg commented 4 years ago

This PR fixes all the broken links in the docs on the website. This PR does not attempt to change any language unless where the link was pointing to no longer exists. This means that some of the content in support.md#initialization is outdated, some of the content in view.md is outdated, and possibly other content too.

fixes: #17

MartinKavik commented 4 years ago

note: Once you are ready for code review, please squash commits and rebase your branch onto the current Seed's master. We are rebasing PRs onto master so we don't want to have commits like Merge branch master into 17/doc_link_fixes in our commit history. Thank you.

itsgreggreg commented 4 years ago

Squashed and rebased and good to go for review.

David-OConnor commented 4 years ago

Good stuff. And good to know you can put latest in the Rust docs url.

MartinKavik commented 4 years ago