Skip to content

Commit 61254d0

Browse files
corrected filepath to txt
1 parent d99f643 commit 61254d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_jonah.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ refugetools:::dublin(project = "myProject",
515515
<br>
516516

517517
```{r}
518-
text <- readLines("docs/data/txt/project_meta.txt")
518+
text <- readLines("data/txt/project_meta.txt")
519519
cat(text, sep = "\n")
520520
```
521521
:::

0 commit comments

Comments
 (0)