Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
rastern committed Jun 14, 2021
1 parent 34a07c3 commit b10dcff
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
8 changes: 4 additions & 4 deletions docs/source/advancedguide.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.. # Links
.. _API: https://greencircle.vmturbo.com/community/products/pages/documentation
.. _API: https://support-turbonomic.force.com/TurbonomicCustomerCommunity/s/documentation
.. _cryptography: https://pypi.org/project/cryptography/
.. _Fernet: https://github.com/fernet/spec/blob/master/Spec.md
.. _jq: https://stedolan.github.io/jq/
.. _jq python: https://pypi.org/project/jq/
.. _jq script: https://stedolan.github.io/jq/manual/
.. _Turbonomic: https://www.turbonomic.com
.. _Requests: https://requests.readthedocs.io/en/master/
.. _proxies: https://requests.readthedocs.io/en/master/user/advanced/#proxies
.. _RFC 2732: https://tools.ietf.org/html/rfc2732
.. _Requests: https://docs.python-requests.org/en/master/
.. _proxies: https://docs.python-requests.org/en/master/user/advanced/#proxies
.. _RFC 2732: https://datatracker.ietf.org/doc/html/rfc2732

==============
Advanced Usage
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sphinx-quickstart on Tue Jul 18 10:49:54 2017.
.. # Links
.. _APIs: https://greencircle.vmturbo.com/community/products/pages/documentation
.. _APIs: https://support-turbonomic.force.com/TurbonomicCustomerCommunity/s/documentation
.. _Turbonomic: https://www.turbonomic.com

==================================
Expand Down
11 changes: 6 additions & 5 deletions docs/source/start.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.. # Links
.. _CPython: https://www.python.org/
.. _PyPi: http://pypi.org/
.. _Requests: https://requests.readthedocs.io/en/master/
.. _Requests: https://docs.python-requests.org/en/master/
.. _IronPython: http://http://ironpython.net/
.. _GitHub: https://github.com/turbonomic/vmt-connect
.. _releases: https://github.com/turbonomic/vmt-connect/releases
.. _Apache 2.0: https://github.com/turbonomic/vmt-connect/blob/master/LICENSE
.. _Apache 2.0: https://www.apache.org/licenses/LICENSE-2.0.txt
.. _Turbonomic: https://www.turbonomic.com

===============
Expand Down Expand Up @@ -63,7 +63,7 @@ However, you may find it more useful to alias the import
Source Code
===========

*vmt-connect* is now an official Turbonomic_ Open Source project. The source code
*vmt-connect* is an official Turbonomic_ Open Source project. The source code
continues to be hosted on GitHub_.

Individual release archives may be found `here`__.
Expand All @@ -87,8 +87,9 @@ Turbonomic REST API Guides
==========================

The following published user guides are available to aid in developing against
the Turbonomic API. Additional resources are availble at https://docs.turbonomic.com/.
the Turbonomic REST API. Additional resources are available on the `Turbonomic Documentation <https://support-turbonomic.force.com/TurbonomicCustomerCommunity/s/documentation>`_ website.

* `XL 8.1.0 <https://docs.turbonomic.com/pdfdocs/Turbonomic_API_PRINT_8.1.0.pdf>`_
* `XL 8.0.1 <https://docs.turbonomic.com/docApp/doc/index.html?config=8.0.json#!/MAPPED&DEFAULT_DEDICATED_XL&showToc=1>`_
* `XL 7.22.2 <https://docs.turbonomic.com/pdfdocs/Turbonomic_User_Guide_7.21.2.pdf>`_
* `Unofficial User Guide <http://rsnyc.sdf.org/vmt/>`_ for 6.0.
Expand All @@ -99,4 +100,4 @@ License
=======

*vmt-connect* is distributed under the `Apache 2.0`_ software license, which may
also be obtained from the Apache Software Foundation, http://www.apache.org/licenses/LICENSE-2.0
also be obtained from the Apache Software Foundation, https://www.apache.org/licenses/LICENSE-2.0.txt
2 changes: 1 addition & 1 deletion docs/source/userguide.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. # Links
.. _API: https://greencircle.vmturbo.com/community/products/pages/documentation
.. _API: https://support-turbonomic.force.com/TurbonomicCustomerCommunity/s/documentation
.. _Turbonomic: https://www.turbonomic.com

================
Expand Down
2 changes: 1 addition & 1 deletion vmtconnect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ class Connection:
Each of these override the connection global property, and will be safely
ignored if the endpoint does not support, or does not require paging the
results. Additionally, you may pass :py:class:`requests.Request` keyword
arguments to each call if required (e.g. `timeout <https://requests.readthedocs.io/en/master/user/quickstart/#timeouts>`_).
arguments to each call if required (e.g. `timeout <https://docs.python-requests.org/en/master/user/quickstart/#timeouts>`_).
Care should be taken, as some parameters will break *vmt-connect* calls if they
conflict with existing headers, or alter expected results.
Expand Down

0 comments on commit b10dcff

Please sign in to comment.