diff --git a/rstudio/exampleREADME.qmd b/rstudio/exampleREADME.qmd index 104cadd..2679880 100644 --- a/rstudio/exampleREADME.qmd +++ b/rstudio/exampleREADME.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`