From 66736c0a12278f108c2e35e902145b525312c4d5 Mon Sep 17 00:00:00 2001 From: NickCH-K <44816781+NickCH-K@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:25:53 -0700 Subject: [PATCH] Add type specification to `source_link()` call --- R/msmb_html.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/msmb_html.R b/R/msmb_html.R index 87183cf..aba845f 100644 --- a/R/msmb_html.R +++ b/R/msmb_html.R @@ -322,7 +322,7 @@ msmb_build_chapter = function( chapter, '
', bookdown:::button_link(link_prev, 'Previous'), - bookdown:::source_link(rmd_cur), + bookdown:::source_link(rmd_cur, 'view'), bookdown:::button_link(link_next, 'Next'), '
', 'Page built: ', as.character(Sys.Date()), ' using ', R.version.string, '
',