From 9c9fb26678b4b6abe3b521bfd8d28ae095fc0829 Mon Sep 17 00:00:00 2001 From: francisfuzz <15894826+francisfuzz@users.noreply.github.com> Date: Tue, 10 Sep 2024 12:36:56 -0700 Subject: [PATCH] docs(`README.md`): point to `CONTRIBUTING.md` at root of directory (#66) ## Summary This updates the README's reference to the CONTRIBUTING.md file to the correct location at root, rather than its previous location in `.github/CONTRIBUTING.md`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf0f40d..25d3619 100644 --- a/README.md +++ b/README.md @@ -461,7 +461,7 @@ While implementing the lower-level functionality, we also dream big: what would ## Contributing -Please see [CONTRIBUTING.md](.github/CONTRIBUTING.md) +Please see [CONTRIBUTING.md](CONTRIBUTING.md) ## License