diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-12-16 12:47:45 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-12-16 12:48:38 -0500 |
commit | fd91097055f095fdd827ef8751d9534f59a89404 (patch) | |
tree | 39db52d99b17b746f905dd28c5dbde7437c95501 /README.md | |
parent | aa8344e04bfe950cc9f5e45352cd8202295e0cdf (diff) | |
download | bfs-fd91097055f095fdd827ef8751d9534f59a89404.tar.xz |
docs: Rename HACKING to CONTRIBUTING
So that GitHub recognizes it.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,13 +9,13 @@ <a href="https://codecov.io/gh/tavianator/bfs"><img src="https://img.shields.io/codecov/c/github/tavianator/bfs?token=PpBVuozOVC" alt="Code coverage" align="right"/></a> </h1> -**[Features] • [Installation] • [Usage] • [Building] • [Hacking] • [Changelog]** +**[Features] • [Installation] • [Usage] • [Building] • [Contributing] • [Changelog]** [Features]: #features [Installation]: #installation [Usage]: /docs/USAGE.md [Building]: /docs/BUILDING.md -[Hacking]: /docs/HACKING.md +[Contributing]: /docs/CONTRIBUTING.md [Changelog]: /docs/CHANGELOG.md <picture> |