From 99e47485eb8868611eeddf2b5701ac513e24dc15 Mon Sep 17 00:00:00 2001 From: Jordan Bradford <36420801+jrdnbradford@users.noreply.github.com> Date: Fri, 19 Jul 2024 22:12:58 -0400 Subject: [PATCH] Update links --- .github/CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e2d4b23..d237539 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,7 +1,7 @@ # How to Contribute Contributions, issues, and fixes are welcome! -> If making changes to data, this must be done to the [raw txt files](/data-raw/corpus/). The [`generate_data.R`](/data-raw/generate_data.R) script automates creating the RDA files and accompanying documentation. +> If making changes to data, this must be done to the [raw txt files](../data-raw/corpus/). The [`generate_data.R`](../data-raw/generate_data.R) script automates creating the RDA files and accompanying documentation. 1. [Fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo) and [clone](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) the repo @@ -15,8 +15,8 @@ Contributions, issues, and fixes are welcome! 1. Make your changes - * Run the [`generate_data.R`](/data-raw/generate_data.R) script if you made changes to the raw txt files or data documentation - * Render [`README.md`](/README.md) from [`README.qmd`](/README.md) if you made changes to the `README` + * Run the [`generate_data.R`](../data-raw/generate_data.R) script if you made changes to the raw txt files or data documentation + * Render [`README.md`](../README.md) from [`README.qmd`](../README.md) if you made changes to the `README` 1. Ensure all {[`testthat`](https://testthat.r-lib.org/)} tests pass