Merge pull request #63 from Songbird0/fix_walkdir_broken_link
Fix `walkdir` broken link.
This commit is contained in:
commit
ce4104d682
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue