From b577d2e21284e13280d212e918c936116f419b79 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Fri, 20 Oct 2023 14:49:29 -0400 Subject: [PATCH] fix dead link (#2) --- docs/comp-r-shiny.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/comp-r-shiny.qmd b/docs/comp-r-shiny.qmd index 638b4964..007f65ee 100644 --- a/docs/comp-r-shiny.qmd +++ b/docs/comp-r-shiny.qmd @@ -550,4 +550,4 @@ This means that they can be modified in place---modifying an object in one part This difference in mutability has consequences for Shiny applications and for programming in general. In many cases, using `.copy()` in Python will help avoid bugs due to inadvertently altering mutable objects. -See our [page on mutability](https://github.com/rstudio/pyshiny-site/pull/reactive-mutable.html) to understand the possible bugs and how to avoid them. +See our [page on mutability](https://shiny.posit.co/py/docs/reactive-mutable.html) to understand the possible bugs and how to avoid them.