diff --git a/gallery/gallery.yml b/gallery/gallery.yml index 28207800..1a8fbfec 100644 --- a/gallery/gallery.yml +++ b/gallery/gallery.yml @@ -13,7 +13,7 @@ thumbnail: restaurant-tips.png - title: Stock prices description: null - href: https://gallery.shinyapps.io/template-stock-app/ + href: https://gallery.shinyapps.io/stock-app/ code: https://github.com/posit-dev/py-shiny-templates/tree/main/stock-app thumbnail: stock-prices.png - title: Regularization strength diff --git a/get-started/gallery-highlight.yml b/get-started/gallery-highlight.yml index 4e7327be..efb86768 100644 --- a/get-started/gallery-highlight.yml +++ b/get-started/gallery-highlight.yml @@ -9,7 +9,7 @@ thumbnail: ../gallery/restaurant-tips.png - title: Stock prices - href: https://gallery.shinyapps.io/template-stock-app/ + href: https://gallery.shinyapps.io/stock-app/ code: ../templates/stock-app/ thumbnail: ../gallery/stock-prices.png diff --git a/templates/stock-app/index.qmd b/templates/stock-app/index.qmd index e4f7dc76..877f6e6e 100644 --- a/templates/stock-app/index.qmd +++ b/templates/stock-app/index.qmd @@ -4,7 +4,7 @@ description: Use the stock-app template as a foundation for your next Shiny app date: 2024-03-04 image: thumbnail.png imagealt: "A screenshot of the stock-app template" -appurl: https://gallery.shinyapps.io/template-stock-app/ +appurl: https://gallery.shinyapps.io/stock-app/ sourceurl: https://github.com/posit-dev/py-shiny-templates/tree/main/stock-app ---