From bf7e17921d8e958ec0c08f660b1e54914e251c3d Mon Sep 17 00:00:00 2001 From: Martin Guitteny <“martin.guitteny@centralesupelec.fr”> Date: Tue, 9 Sep 2025 13:59:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(docs)=20fix=20path=20developping?= =?UTF-8?q?=20locally?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix the path of the app in the doc to improve developer experience --- docs/developping_locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developping_locally.md b/docs/developping_locally.md index d5fdf567..f72f58f4 100644 --- a/docs/developping_locally.md +++ b/docs/developping_locally.md @@ -142,4 +142,4 @@ Once the Kubernetes cluster is ready, start the application stack locally: $ make start-tilt-keycloak ``` -Monitor Tilt’s progress at [http://localhost:10350/](http://localhost:10350/). After Tilt actions finish, you can access the app at [https://visio.127.0.0.1.nip.io/](https://visio.127.0.0.1.nip.io/). +Monitor Tilt’s progress at [http://localhost:10350/](http://localhost:10350/). After Tilt actions finish, you can access the app at [https://meet.127.0.0.1.nip.io/](https://meet.127.0.0.1.nip.io/).