From 42f4158fd9bff58cafdb27589e4a98add07aa8d6 Mon Sep 17 00:00:00 2001 From: hackerman <3372410+aeneasr@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:43:26 +0200 Subject: [PATCH] docs: update readme Closes #155 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4513a51..c841845 100644 --- a/README.md +++ b/README.md @@ -742,5 +742,5 @@ mockgen -package ladon_test -destination manager_mock_test.go github.com/ory/lad By implementing the warden.Manager it is possible to create your own adapters to persist data in a datastore of your choice. Below are a list of third party implementations. - [Redis and RethinkDB](https://github.com/ory/ladon-community) -- [CockroachDB](https://github.com/wehco/ladon-crdb) -- [sql.DB](https://github.com/wirepair/ladonsecuritymanager) +- [CockroachDB](https://github.com/dwin/ladon-crdb) +- [sql.DB](https://github.com/wirepair/ladonsqlmanager)