Skip to content

Commit 6810e97

Browse files
Doc: URL fixups
1 parent 2ce672c commit 6810e97

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/cli.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ The only required fields are `username` and `api_key`. You can optionally also/e
4747
[softlayer]
4848
username = username
4949
api_key = oyVmeipYQCNrjVS4rF9bHWV7D75S6pa1fghFl384v7mwRCbHTfuJ8qRORIqoVnha
50-
endpoint_url = http://api.softlayer.com/xmlrpc/v3/
50+
endpoint_url = https://api.softlayer.com/xmlrpc/v3/
5151

5252
*exclusive url*
5353
::
5454

5555
[softlayer]
56-
endpoint_url = http://api.softlayer.com/xmlrpc/v3/
56+
endpoint_url = https://api.softlayer.com/xmlrpc/v3/
5757

5858

5959
Usage Examples
@@ -154,4 +154,4 @@ Most commands will take in additional options/arguments. To see all available ac
154154
Standard Options:
155155
--format=ARG Output format. [Options: table, raw] [Default: table]
156156
-C FILE --config=FILE Config file location. [Default: ~/.softlayer]
157-
-h --help Show this screen
157+
-h --help Show this screen

docs/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Install from source gia pip (requires git): ::
1414

1515
$ pip install git+git://github.com/softlayer/softlayer-api-python-client.git
1616

17-
The most up to date version of this library can be found on the SoftLayer GitHub public repositories: http://github.com/softlayer. Please post to the SoftLayer forums http://forums.softlayer.com/ or open a support ticket in the SoftLayer customer portal if you have any questions regarding use of this library.
17+
The most up to date version of this library can be found on the SoftLayer GitHub public repositories: https://github.com/softlayer. Please post to the SoftLayer forums https://forums.softlayer.com/ or open a support ticket in the SoftLayer customer portal if you have any questions regarding use of this library.
1818

1919

2020
From Source
@@ -39,4 +39,4 @@ Or, download the `zipball <https://github.com/softlayer/softlayer-api-python-cli
3939
Once you have a copy of the source, you can embed it in your Python package,
4040
or install it into your site-packages easily::
4141

42-
$ python setup.py install
42+
$ python setup.py install

0 commit comments

Comments
 (0)