Skip to content

Commit 9b5c0ae

Browse files
committed
Add link to vignette to .onAttach() message
1 parent 2b4e479 commit 9b5c0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/zzz.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
packageStartupMessage(
3636
rlang::inform(
3737
cli::cli_text(
38-
"To use sortable with shiny modules, run {.run sortable::enable_modules()} to opt into the new standard."
38+
"To use sortable with shiny modules, run {.run sortable::enable_modules()} to opt into the new standard. See https://rstudio.github.io/sortable/articles/shiny_modules.html for more information."
3939
),
4040
.frequency = "once",
4141
.frequency_id = "sortable"

0 commit comments

Comments
 (0)