Skip to content

Commit

Permalink
Update README.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
NicK4rT authored Nov 24, 2024
1 parent 889a9d3 commit ef63ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit ef63ea6

Please sign in to comment.