Skip to content

Commit

Permalink
Merge pull request #92 from fautore/main
Browse files Browse the repository at this point in the history
fix broken links
  • Loading branch information
Giuseppe De Marco authored Apr 30, 2024
2 parents f3ed0f5 + 43884e0 commit 651c415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/express-react-relying-party/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 651c415

Please sign in to comment.