From c272babb8d7dc04d68dfc41e821be8923534cb54 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Tue, 16 Apr 2024 22:45:44 +0200 Subject: [PATCH] fix links --- helpers.md | 6 +++--- pre-course.qmd | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/helpers.md b/helpers.md index 4360494..3057b43 100644 --- a/helpers.md +++ b/helpers.md @@ -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: diff --git a/pre-course.qmd b/pre-course.qmd index efc1bcd..9bf6fb8 100644 --- a/pre-course.qmd +++ b/pre-course.qmd @@ -8,7 +8,7 @@ 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} @@ -16,5 +16,5 @@ cat(r3admin::insert_common_md("reading-website.md")) ```{r} #| echo: false #| output: asis -cat(r3admin::insert_common_md("installing-programs.md")) +cat(r3admin::read_common("installing-programs.md")) ```