From f06553a74d755efb63d0c106ebb54128c7e06f47 Mon Sep 17 00:00:00 2001 From: Lukas Kubanek Date: Mon, 5 Apr 2021 17:22:40 +0200 Subject: [PATCH] Fixed links to releases in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0adf6e..3ac3c69 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ For the explanation of the API of `OrderedDictionary` and examples on how to use ## Changelog -To view the changelog, refer to GitHub's [releases page](releases). If you're upgrading from version 3.x, you might want to check out the list of changes made in [version 4.0](releases/tag/v4.0.0). +To view the changelog, refer to GitHub's [releases page](https://github.com/lukaskubanek/OrderedDictionary/releases). If you're upgrading from version 3.x, you might want to check out the list of changes made in [version 4.0](https://github.com/lukaskubanek/OrderedDictionary/releases/tag/v4.0.0). ## Credits