From 44ec82e74675b78d2c0bea24099dc6888c28e4ad Mon Sep 17 00:00:00 2001 From: Songbird0 Date: Wed, 28 Feb 2018 20:24:48 +0100 Subject: [PATCH] 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`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c07a68f..ba38d842 100644 --- a/README.md +++ b/README.md @@ -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.