Skip to content

Commit 532c4e2

Browse files
committed
make DataStore refernce link clickable
1 parent a593cf5 commit 532c4e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

R/datastore_interactions.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,8 @@ create_datastore_script <- function(owner,
428428
cat("Unless you have a documented reason to do so, please leave the reference public.\n\n")
429429

430430
cat("Your draft reference can be accessed at:\n")
431-
432-
cat(crayon::blue$bold(ds_ref_url))
431+
ds_ref_url <- utils::URLencode(ds_ref_url)
432+
cli::cli_text("{.url {ds_ref_url}}")
433433
}
434434

435435
invisible(ds_ref_url)

0 commit comments

Comments
 (0)