Update CONTRIBUTING.md
authorGabriel Habryn <widmogrod@gmail.com>
Sat, 17 Feb 2018 20:46:13 +0000 (21:46 +0100)
committerGitHub <noreply@github.com>
Sat, 17 Feb 2018 20:46:13 +0000 (21:46 +0100)
CONTRIBUTING.md

index 5520939..0909195 100644 (file)
@@ -1,7 +1,7 @@
 # Contribution guidelines
 
 ## Creating pull request
-1. Open a related issue in the [Issue Tracker](https://github.com/EduardoGR/php-functional/issues)
+1. Open a related issue in the [Issue Tracker](https://github.com/widmogrod/php-functional/issues)
 2. Fork repository on Web Page
 3. Clone this repository `git clone https://github.com/{your-username}/php-functional`
 4. Create a branch with expressive name `git checkout -b {your-username}-{what-i-am-going-to-develop}`
@@ -16,4 +16,4 @@ to automatically applied them to code base please run:
 composer fix
 ```
 
-`php-functional` follows the PSR-4 autoloading standard.
\ No newline at end of file
+`php-functional` follows the PSR-4 autoloading standard.