Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Apr 16, 2024
1 parent bcd4dc9 commit c272bab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions helpers.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Being a helper 🤝

Many of the tips in the [Teaching In Class](instructors.md) section also
apply to being a helper, but the helpers job is much much simpler and
easier. The tasks are to help troubleshoot and resolve issues that
Many of the tips in the [Teaching In Class](instructors.qmd) section
also apply to being a helper, but the helpers job is much much simpler
and easier. The tasks are to help troubleshoot and resolve issues that
learners encounter. The vast majority of issues that you would encounter
would be:

Expand Down
4 changes: 2 additions & 2 deletions pre-course.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ the r-cubed courses (for instance, introductory and intermediate).
```{r}
#| echo: false
#| output: asis
cat(r3admin::insert_common_md("reading-website.md"))
cat(r3admin::read_common("reading-website.md"))
```

## Installing the latest programs {#installation-instructions}

```{r}
#| echo: false
#| output: asis
cat(r3admin::insert_common_md("installing-programs.md"))
cat(r3admin::read_common("installing-programs.md"))
```

0 comments on commit c272bab

Please sign in to comment.