From 9997c314a45c89f06211c0d67b5ca726270dbb5e Mon Sep 17 00:00:00 2001 From: Homes32 Date: Sun, 8 Jan 2023 18:08:35 -0600 Subject: [PATCH] update README.md --- README.md | 2 +- CHANGELOG.md => docs/CHANGELOG.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename CHANGELOG.md => docs/CHANGELOG.md (100%) diff --git a/README.md b/README.md index 607be77..fab2ef0 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Documentation is available on the [PhoenixPE Wiki](https://github.com/PhoenixPE/ PhoenixPE is developed and maintained, and supported by a community of developers/volunteers who enjoy sharing their ideas and work in their free time. -Interested in contributing to PhoenixPE? Check out our [guidelines](https://github.com/PhoenixPE/PhoenixPE/wiki/ContributionGuidelines). +Interested in contributing to PhoenixPE? Check out our [guidelines](https://github.com/PhoenixPE/PhoenixPE/docs/CONTRIBUTING.md). ## Enhancements/Bugs diff --git a/CHANGELOG.md b/docs/CHANGELOG.md similarity index 100% rename from CHANGELOG.md rename to docs/CHANGELOG.md