From 88125bee8528f575637e94db07fada395847a50a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20M=C3=A4nnchen?= Date: Mon, 11 Sep 2023 20:20:28 +0200 Subject: [PATCH] Link to oidcc_plug in README (#225) --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 99fd267..81aa90b 100644 --- a/README.md +++ b/README.md @@ -86,11 +86,11 @@ Supervisor.init([ - [`oidcc_plug`](https://hex.pm/packages/oidcc_plug) - Integrations for [`plug`](https://hex.pm/packages/plug) and [`phoenix`](https://hex.pm/packages/phoenix) -- [`phx_gen_oidcc`](https://hex.pm/packages/phx_gen_oidcc) - Setup Generator for + ### Erlang @@ -140,7 +140,7 @@ Supervisor.init([ #{}). ``` -for more details, see https://hexdocs.pm/expo/oidcc.html +for more details, see https://hexdocs.pm/oidcc/oidcc.html ### Elixir @@ -192,3 +192,5 @@ for more details, see https://hexdocs.pm/expo/oidcc.html "client_secret" ) ``` + +for more details, see https://hexdocs.pm/oidcc/Oidcc.html