Move .update-contributing.py script under .github directory.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2019-01-10 17:55:32 -08:00
parent 517abfdc36
commit 88e68414bf
2 changed files with 2 additions and 2 deletions

View File

@ -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`.
""")

View File

@ -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`.