Skip to content

Commit a382608

Browse files
authored
Merge pull request #1457 from olivroy/patch-1
2 parents 41651d1 + 3f95dc8 commit a382608

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/interactive/shiny/index.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ title: "Shiny"
44

55
## Introduction
66

7-
If you are an R user, you may already be familiar with [Shiny](https://shiny.rstudio.com), a package that makes it easy to build interactive web apps with R.
7+
If you are an R user, you may already be familiar with [Shiny](https://shiny.posit.co/), a package that makes it easy to build interactive web apps with R.
88

99
When using the Knitr computation engine, Quarto documents can include embedded Shiny components (e.g. a plot with sliders that control its inputs) or even simple Shiny applications that include several components.
1010

11-
This section covers integrating Shiny with Quarto and assumes that you already have basic familiarity with Shiny. To learn more about Shiny please visit <https://shiny.rstudio.com>.
11+
This section covers integrating Shiny with Quarto and assumes that you already have basic familiarity with Shiny. To learn more about Shiny please visit <https://shiny.posit.co/>.
1212

1313
::: {.callout-note appearance="simple"}
14-
In order to run the examples below you will need the very latest version of the **rmarkdown** package (v2.10), which you can install with:
14+
In order to run the examples below you will need a recent version of the **rmarkdown** package, which you can install with:
1515

1616
``` r
1717
install.packages("rmarkdown")

0 commit comments

Comments
 (0)