From e95559b4fcd7595cfd1827804a10b09a63342b26 Mon Sep 17 00:00:00 2001 From: Christopher Lees Date: Sat, 5 May 2018 15:08:56 +0100 Subject: [PATCH] Fix broken link in usage.md --- USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USAGE.md b/USAGE.md index 8470ca1f..93f89b51 100644 --- a/USAGE.md +++ b/USAGE.md @@ -32,7 +32,7 @@ To be explicit though, consider always using the overloads that use `ReaderOptio ## Samples -Also, look over the tests for more thorough [examples](https://github.com/adamhathcock/sharpcompress/tree/master/test/SharpCompress.Test) +Also, look over the tests for more thorough [examples](https://github.com/adamhathcock/sharpcompress/tree/master/tests/SharpCompress.Test) ### Create Zip Archive from all files in a directory to a file