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

Doc contains broken links #600

Closed
Boscop opened this Issue Jan 31, 2017 · 3 comments

Comments

Projects
None yet
4 participants
@Boscop

Boscop commented Jan 31, 2017

The doc contains broken links, e.g. the second link on that page for AsChangeset (the first one works).
Maybe others are affected too (depending on the cause).

@beatgammit

This comment has been minimized.

beatgammit commented Jan 31, 2017

I also noticed that the link to update in IncompleteUpdateStatement is broken as well (I'm guessing it should be update_statement? I think this one is because something was renamed.

@theduke

This comment has been minimized.

Contributor

theduke commented Apr 24, 2017

I just tested the docs at http://docs.diesel.rs/diesel/index.html with a linkchecker.

It reports no broken links, so I think this can be closed.

@killercup

This comment has been minimized.

Member

killercup commented Apr 24, 2017

Nice. Thanks, @theduke!

We currently cheated this issue by using absolute URLs (well, absolute paths) in a few places. This is good for now, but we should revisit this when a better solution (e.g. rust-lang/rfcs#1946) is available.

@killercup killercup closed this Apr 24, 2017

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