From 230940c644688f305075f4fd35d38f02941e8b4f Mon Sep 17 00:00:00 2001 From: William Giang <33235753+WillGiang@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:17:12 -0500 Subject: [PATCH] docs(README): Fix link to installation page (#1821) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35916600f..0232aecb3 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ If you have questions about Shiny for Python, or want to help us decide what to ## Getting started -To get started with shiny follow the [installation instructions](https://shiny.posit.co/py/docs/install.html) or just install it from pip. +To get started with shiny follow the [installation instructions](https://shiny.posit.co/py/docs/install-create-run.html) or just install it from pip. ```sh pip install shiny