From 43884e01c87f2130b21518936ddbd45e60c41f8b Mon Sep 17 00:00:00 2001 From: Michele Contato Date: Tue, 30 Apr 2024 10:53:51 +0200 Subject: [PATCH] fix broken links --- examples/express-react-relying-party/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/express-react-relying-party/README.md b/examples/express-react-relying-party/README.md index a2bc9fb..59b5098 100644 --- a/examples/express-react-relying-party/README.md +++ b/examples/express-react-relying-party/README.md @@ -10,12 +10,12 @@ This project showcases the relying party. ## How to run -- run the SPID povider [federation](https://github.com/italia/spid-cie-oidc-django/examples/federation) +- run the SPID povider [federation](https://github.com/italia/spid-cie-oidc-django/tree/main/examples/federation_authority) - follow these [instructions](https://github.com/italia/spid-cie-oidc-django/blob/main/docs/SETUP.md) - `./manage.py runserver 0.0.0.0:8000` - the project should run on [http://127.0.0.1:8000](http://127.0.0.1:8000), keep it running -- run the CIE povider [provider](https://github.com/italia/spid-cie-oidc-django/examples/provider) +- run the CIE povider [provider](https://github.com/italia/spid-cie-oidc-django/tree/main/examples/provider) - follow these [instructions](https://github.com/italia/spid-cie-oidc-django/blob/main/docs/SETUP.md) - `./manage.py runserver 0.0.0.0:8002` - the project should run on [http://127.0.0.1:8002](http://127.0.0.1:8002), keep it running