diff --git a/inst/apps/304-bslib-card/app.R b/inst/apps/304-bslib-card/app.R index c1b45d30b6..3444e2b0a3 100644 --- a/inst/apps/304-bslib-card/app.R +++ b/inst/apps/304-bslib-card/app.R @@ -4,4 +4,4 @@ library(plotly) library(leaflet) library(gt) -shiny::shinyAppDir(system.file("examples/card", package = "bslib")) +shiny::shinyAppDir(system.file("examples-shiny/card", package = "bslib")) diff --git a/inst/apps/305-bslib-value-box/app.R b/inst/apps/305-bslib-value-box/app.R index 2a676c4151..236805288e 100644 --- a/inst/apps/305-bslib-value-box/app.R +++ b/inst/apps/305-bslib-value-box/app.R @@ -3,4 +3,4 @@ library(bslib) library(bsicons) library(plotly) -shiny::shinyAppDir(system.file("examples/value_box", package = "bslib")) +shiny::shinyAppDir(system.file("examples-shiny/value_box", package = "bslib"))