summaryrefslogtreecommitdiffstats
path: root/contributing.md
diff options
context:
space:
mode:
authorVinod Selvin <vinodselvinnadar@gmail.com>2017-11-05 15:00:24 +0100
committerGitHub <noreply@github.com>2017-11-05 15:00:24 +0100
commita425963d769984a7f97f088ce1eb3db27d933cfa (patch)
treea7e74694149565b9e422f5755324ac8c06c8bbe9 /contributing.md
parente56a28d0698cb9743995fdac664336047101fe34 (diff)
Bug in documentation
when i clicked on Codeigniter repository on Contributing.md, it redirects to https://github.com/bcit-ci/CodeIgniter>, there is some extra greater than symbol, creating issue, so i fixed and creating pull request to you.
Diffstat (limited to 'contributing.md')
-rw-r--r--contributing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contributing.md b/contributing.md
index 10b89b1db..d0df9b966 100644
--- a/contributing.md
+++ b/contributing.md
@@ -1,7 +1,7 @@
# Contributing to CodeIgniter
-CodeIgniter is a community driven project and accepts contributions of code and documentation from the community. These contributions are made in the form of Issues or [Pull Requests](http://help.github.com/send-pull-requests/) on the [CodeIgniter repository](https://github.com/bcit-ci/CodeIgniter>) on GitHub.
+CodeIgniter is a community driven project and accepts contributions of code and documentation from the community. These contributions are made in the form of Issues or [Pull Requests](http://help.github.com/send-pull-requests/) on the [CodeIgniter repository](https://github.com/bcit-ci/CodeIgniter) on GitHub.
Issues are a quick way to point out a bug. If you find a bug or documentation error in CodeIgniter then please check a few things first:
@@ -92,4 +92,4 @@ If you are using command-line you can do the following:
2. `git pull codeigniter develop`
3. `git push origin develop`
-Now your fork is up to date. This should be done regularly, or before you send a pull request at least. \ No newline at end of file
+Now your fork is up to date. This should be done regularly, or before you send a pull request at least.