From 9c4b8204e45124c1933c3784ea618a842284609d Mon Sep 17 00:00:00 2001 From: Steffen Schuemann Date: Sat, 5 Jan 2019 17:20:38 +0100 Subject: [PATCH] Fixed readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f57b39..3e84082 100644 --- a/README.md +++ b/README.md @@ -345,7 +345,7 @@ to the expected behavior. ## Release Notes -### [v1.0.6]((https://github.com/gulrak/filesystem/releases/tag/v1.0.6) +### [v1.0.6](https://github.com/gulrak/filesystem/releases/tag/v1.0.6) * Bugfix for ([#4](https://github.com/gulrak/filesystem/issues/4)), missing error_code propagation in `ghc::filesystem::copy()` and `ghc::filesystem::remove_all` fixed.