Skip to content

Commit

Permalink
Correct branch
Browse files Browse the repository at this point in the history
  • Loading branch information
avahoffman committed Aug 20, 2024
1 parent bcca91d commit f764e1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 01-BioDIGS_project_overview.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_biodigs_overview.Rmd",
branch = "setup-for-borrowing",
branch = "main",
repo_name = "fhdsl/GDSCN_BioDIGS_Book"
)
```
2 changes: 1 addition & 1 deletion 02-research_team.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_research_team.Rmd",
branch = "setup-for-borrowing",
branch = "main",
repo_name = "fhdsl/GDSCN_BioDIGS_Book"
)
```
2 changes: 1 addition & 1 deletion 03-data_tour.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_data_tour.Rmd",
branch = "setup-for-borrowing",
branch = "main",
repo_name = "fhdsl/GDSCN_BioDIGS_Book"
)
```

0 comments on commit f764e1f

Please sign in to comment.