Fix walkdir broken link.

You used a relative path to reference `walkdir` repository, but github starts at your repository URL.

- Old broken link: `https://github.com/mvdnes/zip-rs/blob/master/BurntSushi/walkdir`;
- New link: `https://github.com/BurntSushi/walkdir`.
This commit is contained in:
Songbird0 2018-02-28 20:24:48 +01:00 committed by GitHub
parent 34b7502a7d
commit 44ec82e746
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,6 @@ Examples
See the [examples directory](examples) for: See the [examples directory](examples) for:
* How to write a file to a zip. * How to write a file to a zip.
* how to write a directory of files to a zip (using [walkdir](/BurntSushi/walkdir)). * how to write a directory of files to a zip (using [walkdir](https://github.com/BurntSushi/walkdir)).
* How to extract a zip file. * How to extract a zip file.
* How to extract a single file from a zip. * How to extract a single file from a zip.