diff --git a/.update-contributing.py b/.github/update-contributing.py similarity index 93% rename from .update-contributing.py rename to .github/update-contributing.py index 48bf9dfa..7f6ff44e 100755 --- a/.update-contributing.py +++ b/.github/update-contributing.py @@ -29,7 +29,7 @@ contrib.append( ---- This file is generated from [README.md](README.md), please edit that file then -run the `./.update-contributing.py`. +run the `./.github/update-contributing.py`. """) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 61d2b4df..4b7acc0a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -92,5 +92,5 @@ In addition to the above contribution guidelines, see the guide to ---- This file is generated from [README.md](README.md), please edit that file then -run the `./.update-contributing.py`. +run the `./.github/update-contributing.py`.