Skip to content

Commit d9d2bab

Browse files
committed
Fix example URL in vignette #120
1 parent 2794cf0 commit d9d2bab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vignettes/updating_rank_list.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ library(htmltools)
2727
tags$div(
2828
class = "shiny-app-frame",
2929
tags$iframe(
30-
src = "https://andrie-de-vries.shinyapps.io/sortable_update_rank_list_ui",
30+
src = "https://andrie-de-vries.shinyapps.io/sortable_update_rank_list_app",
3131
width = 800,
3232
height = 700
3333
)

0 commit comments

Comments
 (0)