diff options
author | Andrey Andreev <narf@devilix.net> | 2015-03-25 12:53:16 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-03-25 12:53:16 +0100 |
commit | b112a3eb94d19f91ee3b698f43f36fd17a06d9c3 (patch) | |
tree | 01c91d4bc3c69cd97691fafe1068f78cc6a35a0b /user_guide_src/source/contributing/index.rst | |
parent | 8f5c1780706113c926bb7801db27dbae97d00fcf (diff) | |
parent | bd2a7e4062fd97017c5b16beddc15b0c7fc38210 (diff) |
Merge pull request #3698 from jim-parry/fix/links
[ci skip] Fixed user guide internal & external links to resolve problems reported ...
Diffstat (limited to 'user_guide_src/source/contributing/index.rst')
-rw-r--r-- | user_guide_src/source/contributing/index.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/user_guide_src/source/contributing/index.rst b/user_guide_src/source/contributing/index.rst index e88147753..0112ca065 100644 --- a/user_guide_src/source/contributing/index.rst +++ b/user_guide_src/source/contributing/index.rst @@ -10,9 +10,8 @@ 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. +of Issues or `Pull Requests <https://help.github.com/articles/using-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: @@ -75,7 +74,7 @@ PHP Style ========= All code must meet the `Style Guide -<http://codeigniter.com/user_guide/general/styleguide.html>`_, which is +<http://www.codeigniter.com/userguide3/general/styleguide.html>`_, which is essentially the `Allman indent style <http://en.wikipedia.org/wiki/Indent_style#Allman_style>`_, underscores and readable operators. This makes certain that all code is the same format as the |