From 88e5211f06676c9891862cb8fca3f88c45c3bf91 Mon Sep 17 00:00:00 2001 From: Florent Morselli Date: Thu, 28 Apr 2016 15:43:32 +0200 Subject: [PATCH] Link corrected --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93ce766..f78ea3c 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,8 @@ $P = AESGCM::decrypt($K, $IV, $C, $A, $T); # Contributing -Requests for new features, bug fixed and all other ideas to make this library useful are welcome. The best contribution you could provide is by fixing the [opened issues where help is wanted](https://github.com/Spomky-Labs/oauth2-server-library/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) +Requests for new features, bug fixed and all other ideas to make this library useful are welcome. +The best contribution you could provide is by fixing the [opened issues where help is wanted](https://github.com/Spomky-Labs/php-aes-gcm/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) Please make sure to [follow these best practices](doc/Contributing.md).