diff options
author | Andrey Andreev <narf@devilix.net> | 2014-01-29 12:51:22 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-01-29 12:51:22 +0100 |
commit | 1a903921473d1bedda86e758dc171233f9f69492 (patch) | |
tree | 1024191fb23bce4397a9ee605190fbdc7149ce56 /user_guide_src/source/contributing/index.rst | |
parent | de6a63bd4bd5dcb52ed05224b5ad65800b3812da (diff) |
[ci skip] Fix broken links
Diffstat (limited to 'user_guide_src/source/contributing/index.rst')
-rw-r--r-- | user_guide_src/source/contributing/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/contributing/index.rst b/user_guide_src/source/contributing/index.rst index 0771a4192..4d3fe6ede 100644 --- a/user_guide_src/source/contributing/index.rst +++ b/user_guide_src/source/contributing/index.rst @@ -33,7 +33,7 @@ PHP Style ========= All code must meet the `Style Guide -<http://codeigniter.com/user_guide/general/styleguide.html>`_, which is +<http://ellislab.com/codeigniter/user-guide/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 |