From f42f801680aaf0c8280ffabde00f6e1a98b4bfd3 Mon Sep 17 00:00:00 2001 From: Florian Jacta <98709993+FlorianJacta@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:55:41 +0200 Subject: [PATCH] Fix dead links in ReadMe Resolves: #2105 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 98d8e4f680..616f4b6f61 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ pip install taipy **Ready to Install Taipy?** 🚀
Get everything set up in no time! Whether you're using a Conda environment or installing from -source, follow our [Installation Guide](https://docs.taipy.io/en/latest/installation/) for +source, follow our [Installation Guide](https://docs.taipy.io/en/latest/tutorials/getting_started/installation/) for step-by-step instructions.
**Excited to Dive In?** 💡
@@ -133,10 +133,10 @@ This is the execution graph of the scenario we are implementing: You can use the Taipy Studio extension in Visual Studio Code to configure your scenario with no code.
Your configuration is automatically saved as a TOML file.
-Check out the Taipy Studio [Documentation](https://docs.taipy.io/en/latest/manuals/studio/). +Check out the Taipy Studio [Documentation](https://docs.taipy.io/en/latest/userman/ecosystem/studio/). For more advanced use cases or if you prefer coding your configurations instead of using Taipy Studio,
-check out the movie genre demo scenario creation with this [Demo](https://docs.taipy.io/en/latest/gallery/other/movie_genre_selector/). +check out the movie genre demo scenario creation with this [Demo](https://docs.taipy.io/en/latest/gallery/articles/movie_genre_selector/). ![TaipyStudio](https://github.com/Avaiga/taipy/raw/develop/readme_img/readme_demo_studio.gif)