From 8eb71263161eb19bcae7e499734d6264cbf614e9 Mon Sep 17 00:00:00 2001 From: Janis Lesinskis Date: Fri, 3 Aug 2018 17:39:15 +1000 Subject: [PATCH] Update repo URLs --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e30e8ae..6f57da5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ Contributing to Persephone The preferred workflow for contributing to Persephone is to fork the main repository on GitHub, clone, and develop on a branch. Steps: -1. Fork the [project repository](https://github.com/oadams/persephone) +1. Fork the [project repository](https://github.com/persephone-tools/persephone) by clicking on the 'Fork' button near the top right of the page. This creates a copy of the code under your GitHub user account. @@ -90,8 +90,8 @@ It is recommended to check that your issue complies with the following rules before submitting: - Verify that your issue is not being currently addressed by other - [issues](https://github.com/oadams/persephone/issues?q=) - or [pull requests](https://github.com/oadams/persephone/pulls?q=). + [issues](https://github.com/persephone-tools/persephone/issues?q=) + or [pull requests](https://github.com/persephone-tools/persephone/pulls?q=). - Please ensure all code snippets and error messages are formatted in appropriate code blocks.