diff options
author | Mehdi Bounya <mehdi.bounya@gmail.com> | 2018-05-18 01:41:30 +0200 |
---|---|---|
committer | Mehdi Bounya <mehdi.bounya@gmail.com> | 2018-05-18 01:41:30 +0200 |
commit | 52a87e506d4fc70bd5922b07a532852d28f28ab6 (patch) | |
tree | 5aee6ff3f2c293be396ffb1e5b1668555cdec0b9 /user_guide_src/source/contributing | |
parent | e837b9b8705c222d49f86ab051d2df717d986c5b (diff) |
http:// to https://
Diffstat (limited to 'user_guide_src/source/contributing')
-rw-r--r-- | user_guide_src/source/contributing/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/contributing/index.rst b/user_guide_src/source/contributing/index.rst index e102b8848..5bdeffde5 100644 --- a/user_guide_src/source/contributing/index.rst +++ b/user_guide_src/source/contributing/index.rst @@ -31,7 +31,7 @@ Support Please note that GitHub is not for general support questions! If you are having trouble using a feature of CodeIgniter, ask for help on our -`forums <http://forum.codeigniter.com/>`_ instead. +`forums <https://forum.codeigniter.com/>`_ instead. If you are not sure whether you are using something correctly or if you have found a bug, again - please ask on the forums first. @@ -112,7 +112,7 @@ Branching ========= CodeIgniter uses the `Git-Flow -<http://nvie.com/posts/a-successful-git-branching-model/>`_ branching model +<https://nvie.com/posts/a-successful-git-branching-model/>`_ branching model which requires all pull requests to be sent to the "develop" branch. This is where the next planned version will be developed. The "master" branch will always contain the latest stable version and is kept clean so a "hotfix" (e.g: |