Merge pull request #63 from Songbird0/fix_walkdir_broken_link

Fix `walkdir` broken link.
This commit is contained in:
Mathijs van de Nes 2018-03-01 21:58:31 +01:00 committed by GitHub
commit ce4104d682
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,6 @@ Examples
See the [examples directory](examples) for:
* 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 single file from a zip.