From 0768ffe447e96c9686af28d0c4590cb6ebca5034 Mon Sep 17 00:00:00 2001 From: Mahmoud Hamdy Abdelhady <106309885+TutTrue@users.noreply.github.com> Date: Thu, 10 Jul 2025 11:44:49 +0300 Subject: [PATCH] Update guide URL in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1787c5e..1c73bcf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Example Python Django with external OIDC Provider for a Wep application This repository provides a Django example for ZITADEL using OpenID connect (OIDC) authentication instead of the internal authentication mechanism. -This example is provided as companion to our [guide](https://zitadel.com/docs/examples/login/django), +This example is provided as companion to our [guide](https://zitadel.com/docs/examples/login/python-django), which should produce this application when followed. ## Base @@ -71,4 +71,4 @@ python manage.py runserver Visit [http://localhost:8000/](http://localhost:8000/), where you see all available endpoints. You can create Questions and the availabe Choices, where users can vote on. -After you can go to [http://localhost:8000/polls/](http://localhost:8000/polls/) and vote on different Questions. \ No newline at end of file +After you can go to [http://localhost:8000/polls/](http://localhost:8000/polls/) and vote on different Questions.