Skip to content

Commit

Permalink
Update links after the "bin" -> "_bin" rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Nov 4, 2016
1 parent 86675bb commit dd63ad5
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/_bin/gen_ansible_modules_rst_defs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
set -e

echo '.. Ansible modules [[[
.. This section was generated by: https://github.com/debops/docs/blob/master/docs/docs/bin/gen_ansible_modules_rst_defs
.. This section was generated by: https://github.com/debops/docs/blob/master/docs/docs/_bin/gen_ansible_modules_rst_defs
'

## dev/testing: `ansible-doc -l` needs to be cached because it is that freaking slow.
Expand Down
2 changes: 1 addition & 1 deletion docs/_bin/gen_rst_defs_using_debops_api
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__license__ = 'GPL-3.0'
__author__ = 'Robin Schneider <[email protected]>'
__version__ = '0.1.0'
SCRIPT_URL = 'https://github.com/debops/docs/blob/master/docs/docs/bin/gen_rst_defs_using_debops_api'
SCRIPT_URL = 'https://github.com/debops/docs/blob/master/docs/docs/_bin/gen_rst_defs_using_debops_api'

"""
Generate URL definitions based on data returned by the DebOps API.
Expand Down
2 changes: 1 addition & 1 deletion docs/_bin/gen_rst_defs_using_remote_api
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

set -e

SCRIPT_URL='https://github.com/debops/docs/blob/master/docs/docs/bin/gen_rst_defs_using_remote_api'
SCRIPT_URL='https://github.com/debops/docs/blob/master/docs/docs/_bin/gen_rst_defs_using_remote_api'

get_defs_by_github_api_call() {
## Ref: https://developer.github.com/v3/repos/#list-user-repositories
Expand Down
2 changes: 1 addition & 1 deletion docs/includes/30gen_ansible_modules.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. Ansible modules [[[
.. This section was generated by: https://github.com/debops/docs/blob/master/docs/docs/bin/gen_ansible_modules_rst_defs
.. This section was generated by: https://github.com/debops/docs/blob/master/docs/docs/_bin/gen_ansible_modules_rst_defs
.. _Ansible a10_server module: https://docs.ansible.com/ansible/a10_server_module.html
.. _Ansible a10_service_group module: https://docs.ansible.com/ansible/a10_service_group_module.html
Expand Down
2 changes: 1 addition & 1 deletion docs/includes/40gen_debops_api.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. debops roles [[[
.. This section was generated by: https://github.com/debops/docs/blob/master/docs/docs/bin/gen_rst_defs_using_debops_api
.. This section was generated by: https://github.com/debops/docs/blob/master/docs/docs/_bin/gen_rst_defs_using_debops_api
.. _debops.ansible: https://github.com/debops/ansible-role-ansible
.. _debops.apache: https://github.com/debops/ansible-apache
Expand Down
2 changes: 1 addition & 1 deletion docs/includes/45gen_debops_contrib_repos.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. DebOps Contrib repositories [[[
.. This section was generated by: https://github.com/debops/docs/blob/master/docs/docs/bin/gen_rst_defs_using_remote_api
.. This section was generated by: https://github.com/debops/docs/blob/master/docs/docs/_bin/gen_rst_defs_using_remote_api
.. _debops-contrib.openvpn: https://github.com/debops-contrib/ansible-openvpn
.. _debops-contrib.nullmailer: https://github.com/debops-contrib/ansible-nullmailer
Expand Down
2 changes: 1 addition & 1 deletion docs/includes/60gen_ypid_repos.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. ypid repositories [[[
.. This section was generated by: https://github.com/debops/docs/blob/master/docs/docs/bin/gen_rst_defs_using_remote_api
.. This section was generated by: https://github.com/debops/docs/blob/master/docs/docs/_bin/gen_rst_defs_using_remote_api
.. _ypid.copy: https://github.com/ypid/ansible-copy
.. _ypid.cryptsetup_remote_unlock: https://github.com/ypid/ansible-cryptsetup_remote_unlock
Expand Down
8 changes: 4 additions & 4 deletions docs/includes/global.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
.. ]]]
.. Ansible modules [[[
.. This section was generated by: https://github.com/debops/docs/blob/master/docs/docs/bin/gen_ansible_modules_rst_defs
.. This section was generated by: https://github.com/debops/docs/blob/master/docs/docs/_bin/gen_ansible_modules_rst_defs
.. _Ansible a10_server module: https://docs.ansible.com/ansible/a10_server_module.html
.. _Ansible a10_service_group module: https://docs.ansible.com/ansible/a10_service_group_module.html
Expand Down Expand Up @@ -627,7 +627,7 @@
.. ]]]
.. debops roles [[[
.. This section was generated by: https://github.com/debops/docs/blob/master/docs/docs/bin/gen_rst_defs_using_debops_api
.. This section was generated by: https://github.com/debops/docs/blob/master/docs/docs/_bin/gen_rst_defs_using_debops_api
.. _debops.ansible: https://github.com/debops/ansible-role-ansible
.. _debops.apache: https://github.com/debops/ansible-apache
Expand Down Expand Up @@ -821,7 +821,7 @@
.. ]]]
.. DebOps Contrib repositories [[[
.. This section was generated by: https://github.com/debops/docs/blob/master/docs/docs/bin/gen_rst_defs_using_remote_api
.. This section was generated by: https://github.com/debops/docs/blob/master/docs/docs/_bin/gen_rst_defs_using_remote_api
.. _debops-contrib.openvpn: https://github.com/debops-contrib/ansible-openvpn
.. _debops-contrib.nullmailer: https://github.com/debops-contrib/ansible-nullmailer
Expand All @@ -848,7 +848,7 @@
.. ]]]
.. ypid repositories [[[
.. This section was generated by: https://github.com/debops/docs/blob/master/docs/docs/bin/gen_rst_defs_using_remote_api
.. This section was generated by: https://github.com/debops/docs/blob/master/docs/docs/_bin/gen_rst_defs_using_remote_api
.. _ypid.copy: https://github.com/ypid/ansible-copy
.. _ypid.cryptsetup_remote_unlock: https://github.com/ypid/ansible-cryptsetup_remote_unlock
Expand Down

0 comments on commit dd63ad5

Please sign in to comment.