Skip to content

Commit 20ffa3f

Browse files
authored
Replace obsolete apidocs links (apache#176)
* Replaced obsolete apidocs links * Replaced apidocs http links with https * Fixed overzealous api link search&replace
1 parent 3bd18b0 commit 20ffa3f

File tree

18 files changed

+24
-24
lines changed

18 files changed

+24
-24
lines changed

source/_global.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
.. _CloudStack Installation Guide: http://docs.cloudstack.apache.org/projects/cloudstack-installation
2121
.. _CloudStack Administrator's Guide: http://docs.cloudstack.apache.org/projects/cloudstack-administration
22-
.. _CloudStack Apidocs: http://cloudstack.apache.org/docs/api/
22+
.. _CloudStack Apidocs: https://cloudstack.apache.org/api.html
2323

2424
.. |documentation_home| replace:: http://docs.cloudstack.apache.org/
2525

source/adminguide/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ some indication of their state.
2626
The API has a REST-like query basis and returns results in XML or JSON.
2727

2828
See `the Developer’s Guide <https://cwiki.apache.org/confluence/display/CLOUDSTACK/Development+101>`_
29-
and `the API Reference <http://cloudstack.apache.org/docs/api/>`_.
29+
and `the API Reference <https://cloudstack.apache.org/api.html>`_.
3030

3131

3232
Provisioning and Authentication API

source/adminguide/locale/pot/api.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ msgstr ""
3838

3939
#: ../../api.rst:31
4040
# 1f57015e966c480795b141ba3f87b86a
41-
msgid "See `the Developer’s Guide <https://cwiki.apache.org/confluence/display/CLOUDSTACK/Development+101>`_ and `the API Reference <http://cloudstack.apache.org/docs/api/>`_."
41+
msgid "See `the Developer’s Guide <https://cwiki.apache.org/confluence/display/CLOUDSTACK/Development+101>`_ and `the API Reference <https://cloudstack.apache.org/api.html>`_."
4242
msgstr ""
4343

4444
#: ../../api.rst:36

source/adminguide/locale/pot/troubleshooting.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ msgstr ""
173173

174174
#: ../../troubleshooting.rst:132
175175
# 25bdb5c7a6a7454ea25d62c3f0a02c57
176-
msgid "For more information about the API syntax, see the API Reference at `http://cloudstack.apache.org/docs/api/ <http://cloudstack.apache.org/docs/api/>`_."
176+
msgid "For more information about the API syntax, see the API Reference at `https://cloudstack.apache.org/api.html <https://cloudstack.apache.org/api.html>`_."
177177
msgstr ""
178178

179179
#: ../../troubleshooting.rst:137
0 Bytes
Binary file not shown.

source/adminguide/locale/zh_CN/LC_MESSAGES/api.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ msgstr "API基于类似REST的查询, 可以返回XML或JSON格式."
5050
msgid ""
5151
"See `the Developer’s Guide "
5252
"<https://cwiki.apache.org/confluence/display/CLOUDSTACK/Development+101>`_ "
53-
"and `the API Reference <http://cloudstack.apache.org/docs/api/>`_."
54-
msgstr "参阅 `开发指南 <https://cwiki.apache.org/confluence/display/CLOUDSTACK/Development+101>`_ 和 `参考API <http://cloudstack.apache.org/docs/api/>`_."
53+
"and `the API Reference <https://cloudstack.apache.org/api.html>`_."
54+
msgstr "参阅 `开发指南 <https://cwiki.apache.org/confluence/display/CLOUDSTACK/Development+101>`_ 和 `参考API <https://cloudstack.apache.org/api.html>`_."
5555

5656
# de3d35bb699f45f495251ceb69a2c238
5757
#: ../../api.rst:36
0 Bytes
Binary file not shown.

source/adminguide/locale/zh_CN/LC_MESSAGES/troubleshooting.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@ msgstr "使用restartNetwork API(参数cleanup=false)重建丢失的虚拟
205205
#: ../../troubleshooting.rst:132
206206
msgid ""
207207
"For more information about the API syntax, see the API Reference at "
208-
"`http://cloudstack.apache.org/docs/api/ "
209-
"<http://cloudstack.apache.org/docs/api/>`_."
210-
msgstr "关于更多的API语法信息,参见API参考`http://cloudstack.apache.org/docs/api/ <http://cloudstack.apache.org/docs/api/>`_。"
208+
"`https://cloudstack.apache.org/api.html "
209+
"<https://cloudstack.apache.org/api.html>`_."
210+
msgstr "关于更多的API语法信息,参见API参考`https://cloudstack.apache.org/api.html <https://cloudstack.apache.org/api.html>`_。"
211211

212212
# d1a32a2023024c72907911b8c7757cae
213213
#: ../../troubleshooting.rst:137

source/adminguide/troubleshooting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ cleanup=false parameter. For more information about redundant router
130130
setup, see Creating a New Network Offering.
131131

132132
For more information about the API syntax, see the API Reference at
133-
`http://cloudstack.apache.org/docs/api/ <http://cloudstack.apache.org/docs/api/>`_.
133+
`https://cloudstack.apache.org/api.html <https://cloudstack.apache.org/api.html>`_.
134134

135135

136136
Maintenance mode not working on vCenter

source/adminguide/virtual_machines/user-data.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ User-Data and Meta-Data
2020
CloudStack provides APIs to attach up to 32KB of user-data to a deployed VM.
2121

2222
There are two CloudStack APIs that can be used to store user-data:
23-
`deployVirtualMachine <http://cloudstack.apache.org/docs/api/apidocs-4.14/user/deployVirtualMachine.html>`_
23+
`deployVirtualMachine <https://cloudstack.apache.org/docs/api/apidocs-4.14/user/deployVirtualMachine.html>`_
2424
and
25-
`updateVirtualMachine <http://cloudstack.apache.org/docs/api/apidocs-4.14/user/updateVirtualMachine.html>`_
25+
`updateVirtualMachine <https://cloudstack.apache.org/docs/api/apidocs-4.14/user/updateVirtualMachine.html>`_
2626
They both support the parameter ``userdata=``. The value for this parameter
2727
must be a `base64 <https://www.base64encode.org/>`_-encoded multi-part MIME
2828
message. See further below for an example of what this should look like.
@@ -89,7 +89,7 @@ Fetching user-data via the API
8989
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9090

9191
User-data is not included with the normal VM state for historic reasons.
92-
To read out the base64-encoded user-data via the API, use the `getVirtualMachineUserData <http://cloudstack.apache.org/docs/api/apidocs-4.14/user/getVirtualMachineUserData.html>`_
92+
To read out the base64-encoded user-data via the API, use the `getVirtualMachineUserData <https://cloudstack.apache.org/docs/api/apidocs-4.14/user/getVirtualMachineUserData.html>`_
9393
API call:
9494

9595
.. code:: bash

0 commit comments

Comments
 (0)