From a8c79e8483493359a04370c4b6196461c102a49e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20Kr=C3=A4mer?= Date: Thu, 18 May 2023 07:47:42 +0200 Subject: [PATCH] Fix auth links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48cec25..67675dc 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ next to it. This icon means the component is part of the official ## Authentication Authorisation -* [Vert.x Auth SQL](https://github.com/vert-x3/vertx-auth/tree/master/vertx-auth-jdbc) (stack) - Vert.x authentication/authorisation based on the Vert.x SQL client and a relational database. +* [Vert.x Auth SQL](https://github.com/eclipse-vertx/vertx-auth) (stack) - Vert.x authentication/authorisation based on the Vert.x SQL client and a relational database. * [Vert.x Auth JWT](https://github.com/eclipse-vertx/vertx-auth/tree/master/vertx-auth-jwt) (stack) - Vert.x Authorisation based on JSON Web Tokens. * [Vert.x Auth htdigest](https://github.com/eclipse-vertx/vertx-auth/tree/master/vertx-auth-htdigest) (stack) - Vert.x Authorisation/Authentication based on [Apache htdigest](https://httpd.apache.org/docs/2.4/programs/htdigest.html). * [Vert.x Auth Mongo](https://github.com/vert-x3/vertx-auth/tree/master/vertx-auth-mongo) (stack) - Vert.x Authorisation/Authentication based on [MongoDB](https://www.mongodb.com/).