Skip to content

Commit 207c114

Browse files
committed
Replaced apidocs http links with https
1 parent 8f3f306 commit 207c114

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)