We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a59f06 + 3a84b20 commit 0f48523Copy full SHA for 0f48523
README.md
@@ -38,7 +38,7 @@ struct HashAlgorithm
38
};
39
```
40
41
-See [the documentation](https://pdimov.github.io/hash2/) for more information.
+See [the documentation](https://boostorg.github.io/hash2/) for more information.
42
43
## Supported compilers
44
@@ -48,7 +48,7 @@ The library requires C++11. The following compilers:
48
* clang++ 3.9 or later
49
* Visual Studio 2015 and above
50
51
-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/).
52
53
## License
54
0 commit comments