Skip to content

Commit

Permalink
Fix deploy (#160)
Browse files Browse the repository at this point in the history
* fix link to session info
  • Loading branch information
StefanThoma authored May 2, 2024
1 parent c163820 commit 3ecfc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/2023-10-30_floating_point/appendix.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ insert_source <- function(repo_spec, name,
host = "https://github.com",
text = "Session info",
file_name) {
path <- "https://pharmaverse.github.io/blog/_site/session_info.html"
path <- "https://pharmaverse.github.io/blog/session_info.html"
return(markdown_link(text, path))
}

Expand Down

0 comments on commit 3ecfc40

Please sign in to comment.