From ef63ea64ae915a93ef85b6f40a80cf1ee0f59d3f Mon Sep 17 00:00:00 2001 From: Nick Art <100365428+NicK4rT@users.noreply.github.com> Date: Sat, 23 Nov 2024 23:51:16 -0500 Subject: [PATCH] Update README.qmd --- docs/README.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.qmd b/docs/README.qmd index 077b38e..5d48a9f 100644 --- a/docs/README.qmd +++ b/docs/README.qmd @@ -14,7 +14,7 @@ editor_options: ```{r setup, include=FALSE} file_path <- fs::path_real("README.qmd") path_components <- strsplit(file_path, "/")[[1]] -shortened_path <- fs::path_join(path_components[-c(2, 3)]) +shortened_path <- fs::path_join(path_components[-c(2, 6)]) ``` ## Location: `r shortened_path`