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 | |
parent | de6a63bd4bd5dcb52ed05224b5ad65800b3812da (diff) |
[ci skip] Fix broken links
-rw-r--r-- | user_guide_src/source/contributing/index.rst | 2 | ||||
-rw-r--r-- | user_guide_src/source/overview/at_a_glance.rst | 2 | ||||
-rw-r--r-- | user_guide_src/source/overview/getting_started.rst | 4 | ||||
-rw-r--r-- | user_guide_src/source/tutorial/conclusion.rst | 6 |
4 files changed, 7 insertions, 7 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 diff --git a/user_guide_src/source/overview/at_a_glance.rst b/user_guide_src/source/overview/at_a_glance.rst index 6dcfdbb14..da323b907 100644 --- a/user_guide_src/source/overview/at_a_glance.rst +++ b/user_guide_src/source/overview/at_a_glance.rst @@ -111,4 +111,4 @@ CodeIgniter has a Friendly Community of Users ============================================= Our growing community of users can be seen actively participating in our -`Community Forums <http://codeigniter.com/forums/>`_. +`Community Forums <http://ellislab.com/forums/>`_. diff --git a/user_guide_src/source/overview/getting_started.rst b/user_guide_src/source/overview/getting_started.rst index 5157d4860..feaad5908 100644 --- a/user_guide_src/source/overview/getting_started.rst +++ b/user_guide_src/source/overview/getting_started.rst @@ -19,6 +19,6 @@ Reference** and **Helper Reference** pages to learn to utilize the native libraries and helper files. Feel free to take advantage of our `Community -Forums <http://codeigniter.com/forums/>`_ if you have questions or -problems, and our `Wiki <http://codeigniter.com/wiki/>`_ to see code +Forums <http://ellislab.com/forums/>`_ if you have questions or +problems, and our `Wiki <https://github.com/EllisLab/CodeIgniter/wiki>`_ to see code examples posted by other users. diff --git a/user_guide_src/source/tutorial/conclusion.rst b/user_guide_src/source/tutorial/conclusion.rst index 48fbdcc8a..a5f69b4e7 100644 --- a/user_guide_src/source/tutorial/conclusion.rst +++ b/user_guide_src/source/tutorial/conclusion.rst @@ -20,7 +20,7 @@ CodeIgniter within a few days. If you still have questions about the framework or your own CodeIgniter code, you can: -- Check out our `forums <http://codeigniter.com/forums>`_ -- Visit our `IRC chatroom <http://codeigniter.com/wiki/IRC>`_ -- Explore the `Wiki <http://codeigniter.com/wiki/>`_ +- Check out our `forums <http://ellislab.com/forums>`_ +- Visit our `IRC chatroom <https://github.com/EllisLab/CodeIgniter/wiki/IRC>`_ +- Explore the `Wiki <https://github.com/EllisLab/CodeIgniter/wiki/>`_ |