diff --git a/README.rst b/README.rst index e630b77662235848617c04d2b3817def27bd2d2d..18dd2452b5d94b0a4b5ff8bfaa945f605d7e3ee9 100644 --- a/README.rst +++ b/README.rst @@ -25,8 +25,8 @@ Role Variables Dependencies ------------ -`Common role <https://www.shore.co.il/cgit/ansible-common/>`_ -`Nginx role <https://www.shore.co.il/cgit/ansible-nginx/>`_ +`Common role <https://git.shore.co.il/ansible/common/>`_ +`Nginx role <https://git.shore.co.il/ansible/nginx/>`_ Example Playbook @@ -48,19 +48,19 @@ Example requirements.yml ------------------------ :: - - src: https://www.shore.co.il/cgit/ansible-common + - src: https://git.shore.co.il/ansible/common.git scm: git path: roles/ name: common - - src: https://www.shore.co.il/cgit/ansible-mysql + - src: https://git.shore.co.il/ansible/mysql.git scm: git path: roles/ name: mysql - - src: https://www.shore.co.il/cgit/ansible-nginx + - src: https://git.shore.co.il/ansible/nginx.git scm: git path: roles/ name: nginx - - src: https://www.shore.co.il/cgit/ansible-wordpress + - src: https://git.shore.co.il/ansible/wordpress.git scm: git path: roles/ name: wordpress @@ -76,7 +76,7 @@ Author Information Nimrod Adar, `contact me <nimrod@shore.co.il>`_ or visit my `website <https://www.shore.co.il/>`_. Patches are welcome via `git send-email <http://git-scm.com/book/en/v2/Git-Commands-Email>`_. The repository is located -at: https://www.shore.co.il/cgit/. +at: https://git.shore.co.il/explore. TODO ----