From 3a84b209327c78ce3b3bdf791209641cc8c7cf75 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Mon, 5 May 2025 15:11:20 +0200 Subject: [PATCH] Update outdated links. Fixes #38. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 845367d..4b6c73d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ struct HashAlgorithm }; ``` -See [the documentation](https://pdimov.github.io/hash2/) for more information. +See [the documentation](https://boostorg.github.io/hash2/) for more information. ## Supported compilers @@ -48,7 +48,7 @@ The library requires C++11. The following compilers: * clang++ 3.9 or later * Visual Studio 2015 and above -are being tested on [Github Actions](https://github.com/pdimov/hash2/actions/) and [Appveyor](https://ci.appveyor.com/project/pdimov/hash2/). +are being tested on [Github Actions](https://github.com/boostorg/hash2/actions/) and [Appveyor](https://ci.appveyor.com/project/pdimov/hash2/). ## License