From a1d6ff4608c9973e92ef308dad8df36ccf8a10c6 Mon Sep 17 00:00:00 2001 From: Laurence Bahiirwa Date: Tue, 26 Apr 2022 08:21:44 +0300 Subject: [PATCH 1/2] Update broken Contributing link The current link is broken when file structure was fixed to the new github version. --- readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 2a304b0a..21f131db 100755 --- a/readme.txt +++ b/readme.txt @@ -83,7 +83,7 @@ When you upgrade to Pro you also get premium ticket and live chat support for th Would you like to help improve Sermon Manager or report a bug you found? This project is open source on [GitHub](https://github.com/WP-for-Church/Sermon-Manager)! -(Note: Please read [contributing instructions](https://github.com/WP-for-Church/Sermon-Manager/blob/dev/CONTRIBUTING.md) first.) +(Note: Please read [contributing instructions](https://github.com/WP-for-Church/Sermon-Manager/blob/dev/.github/CONTRIBUTING.md) first.) ### WP for Church ### @@ -243,4 +243,4 @@ Visit the [plugin homepage](https://wpforchurch.com/wordpress-plugins/sermon-man * Fix: Taxonomy feed URLs not picked up by Sermon Manager * Fix: Allow deleted imported sermons to be re-imported -Note: The rest of the changelog is in changelog.txt \ No newline at end of file +Note: The rest of the changelog is in changelog.txt From 305d13aad1c9673167be8e8364a146730f1bd335 Mon Sep 17 00:00:00 2001 From: Laurence Bahiirwa Date: Tue, 26 Apr 2022 08:37:38 +0300 Subject: [PATCH 2/2] Fix broken link to PR doc --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f5b91028..d7e0cef0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,7 +7,7 @@ ## Checklist: -- [ ] I have read the [**CONTRIBUTING**](CONTRIBUTING.md) document. +- [ ] I have read the [**CONTRIBUTING**](./CONTRIBUTING.md) document. - [ ] My code follows the code style of this project. ([WPCS](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards)) - [ ] My change requires a change to the documentation.