BurntSushi / walkdir

Rust library for walking directories recursively.
The Unlicense
1.24k stars 107 forks source link

Documentation link should point to docs.rs #14

Closed joshtriplett closed 7 years ago

joshtriplett commented 7 years ago

The documentation link currently points to http://burntsushi.net/rustdoc/walkdir/, which seems to have an outdated copy of the documentation. You may want to point to https://docs.rs/walkdir/ instead.

BurntSushi commented 7 years ago

Ah indeed. The README had the right link but I forgot crates.io. All set, thanks for the report!

(I should do this for all my projects...)

BurntSushi commented 7 years ago

I've also updated the docs on burntsushi.net since they are still top google hits. I'll set up proper redirects at some point.