diff --git a/README.md b/README.md index 8ca0477..e53b431 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ A universal JSON logger that plugs in to the existing `console.log` native funct -* *[contributing...](CONTRIBUTING.md)* +* *[contributing...](docs/CONTRIBUTING.md)* ## Pupose and Description diff --git a/CONTRIBUTING.md b/docs/CONTRIBUTING.md similarity index 97% rename from CONTRIBUTING.md rename to docs/CONTRIBUTING.md index f18f3a6..1160dae 100644 --- a/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -38,7 +38,7 @@ please add @ for . The bot will then create a Pull Request to add the contributor, then reply with the pull request details. -![](CONTRIBUTING-assets/2022-12-21-15-22-48-image.png) +![](images/contributing.png) > Your request to the bot doesn't need to be perfect. The bot will use [basic Natural Language Parsing](https://github.com/all-contributors/app/blob/master/lib/parse-comment.js) to determine your intent. > For example, this will work too: diff --git a/CONTRIBUTING-assets/2022-12-21-15-22-48-image.png b/docs/images/contributing.png similarity index 100% rename from CONTRIBUTING-assets/2022-12-21-15-22-48-image.png rename to docs/images/contributing.png