Skip to content

Commit cce0849

Browse files
authored
Update API docs link and remove travisCI mention
Fixes #1538
1 parent 94ca347 commit cce0849

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/dev/index.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,7 @@ your code. You can run only the linting checks by using this command:
7272

7373
The project's configuration instructs tox to test against many different
7474
versions of Python. A tox test will use as many of those as it can find on your
75-
local computer. Rather than installing all those versions, we recommend that
76-
you point the `Travis <https://travis-ci.org>`_ continuous integration tool at
77-
your GitHub fork. Travis will run the test against the full suite of Python
78-
versions every time you push new code.
75+
local computer.
7976

8077
Using tox to run tests in multiple environments can be very time
8178
consuming. If you wish to quickly run the tests in your own environment, you
@@ -178,7 +175,7 @@ Developer Resources
178175
-------------------
179176
.. toctree::
180177

181-
SoftLayer API Documentation <http://developer.softlayer.com/reference/softlayerapi>
178+
SoftLayer API Documentation <https://sldn.softlayer.com/reference/softlayerapi/>
182179
Source on GitHub <https://github.com/softlayer/softlayer-python>
183180
Issues <https://github.com/softlayer/softlayer-python/issues>
184181
Pull Requests <https://github.com/softlayer/softlayer-python/pulls>

0 commit comments

Comments
 (0)