Skip to content

Commit 3ecfc40

Browse files
authored
Fix deploy (#160)
* fix link to session info
1 parent c163820 commit 3ecfc40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2023-10-30_floating_point/appendix.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ insert_source <- function(repo_spec, name,
1717
host = "https://github.com",
1818
text = "Session info",
1919
file_name) {
20-
path <- "https://pharmaverse.github.io/blog/_site/session_info.html"
20+
path <- "https://pharmaverse.github.io/blog/session_info.html"
2121
return(markdown_link(text, path))
2222
}
2323

0 commit comments

Comments
 (0)