From 04bb4ef11549d13d3a648c193410cf1d687aea7a Mon Sep 17 00:00:00 2001 From: Rhys Weatherley Date: Fri, 9 Apr 2021 05:03:12 +1000 Subject: [PATCH] Update link to documentation page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82f34f3..f927e58 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ If you have better implementations of the cryptographic primitives available, you can modify the createDH(), createCipher(), and createHash() functions in the "Noise" class to integrate your versions. -The [package documentation](http://rweather.github.com/noise-java/index.html) +The [package documentation](http://rweather.github.io/noise-java/index.html) contains more information on the classes in the Noise-Java library. For more information on this library, to report bugs, to contribute,