From 0407a561fcb8c3e4a6b369aaacee93494ae7dcac Mon Sep 17 00:00:00 2001 From: Sefa Ilkimen Date: Tue, 24 Oct 2017 17:07:25 +0200 Subject: [PATCH] fix broken links in contribution guidelines --- CONTRIBUTING.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 97dfe7b..79eabbe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,20 +10,20 @@ today! Here are the guidelines we'd like you to follow: ## Found an Issue? If you find a bug in the source code or a mistake in the documentation, you can help us by -submitting an issue to our [GitHub Repository][github]. Even better you can submit a Pull Request -with a fix. +submitting an issue to our [GitHub Repository](https://github.com/silkimen/cordova-plugin-advanced-http/issues). +Even better you can submit a Pull Request with a fix. ## Want a Feature? -You can request a new feature by submitting an issue to our [GitHub Repository][github]. If you -would like to implement a new feature then consider what kind of change it is: +You can request a new feature by submitting an issue to our +[GitHub Repository](https://github.com/silkimen/cordova-plugin-advanced-http/issues). +If you would like to implement a new feature then consider what kind of change it is: * **Major Changes** that you wish to contribute to the project should be discussed first so that we can better coordinate our efforts, prevent duplication of work, and help you to craft the change - so that it is successfully accepted into the project. Please submit an issue to our - [GitHub Repository][github] for discussion. -* **Small Changes** can be crafted and submitted to the [GitHub Repository][github] as a Pull - Request. + so that it is successfully accepted into the project. Please submit an issue to our GitHub Repository + for discussion. +* **Small Changes** can be crafted and submitted to the GitHub Repository as a Pull Request. ## Submission Guidelines