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, '
',