Skip to content

Commit

Permalink
fix dead link (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
daattali authored Oct 20, 2023
1 parent 4799b23 commit b577d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/comp-r-shiny.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit b577d2e

Please sign in to comment.