Skip to content

Commit 651c415

Browse files
author
Giuseppe De Marco
authoredApr 30, 2024··
Merge pull request #92 from fautore/main
fix broken links
2 parents f3ed0f5 + 43884e0 commit 651c415

File tree

1 file changed

+2
-2
lines changed
  • examples/express-react-relying-party

1 file changed

+2
-2
lines changed
 

‎examples/express-react-relying-party/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ This project showcases the relying party.
1010

1111
## How to run
1212

13-
- run the SPID povider [federation](https://github.com/italia/spid-cie-oidc-django/examples/federation)
13+
- run the SPID povider [federation](https://github.com/italia/spid-cie-oidc-django/tree/main/examples/federation_authority)
1414
- follow these [instructions](https://github.com/italia/spid-cie-oidc-django/blob/main/docs/SETUP.md)
1515
- `./manage.py runserver 0.0.0.0:8000`
1616
- the project should run on [http://127.0.0.1:8000](http://127.0.0.1:8000), keep it running
1717

18-
- run the CIE povider [provider](https://github.com/italia/spid-cie-oidc-django/examples/provider)
18+
- run the CIE povider [provider](https://github.com/italia/spid-cie-oidc-django/tree/main/examples/provider)
1919
- follow these [instructions](https://github.com/italia/spid-cie-oidc-django/blob/main/docs/SETUP.md)
2020
- `./manage.py runserver 0.0.0.0:8002`
2121
- the project should run on [http://127.0.0.1:8002](http://127.0.0.1:8002), keep it running

0 commit comments

Comments
 (0)
Please sign in to comment.