Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdnbradford committed Jul 20, 2024
1 parent d8d5ed2 commit 99e4748
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down

0 comments on commit 99e4748

Please sign in to comment.