Skip to content

Commit 86a9ee8

Browse files
committed
docs: update to gh-pages links
WebexCommunity#237
1 parent 754e1cb commit 86a9ee8

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

README.rst

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ webexpythonsdk
1010
:target: https://pypi.org/project/webexpythonsdk/
1111
.. image:: https://img.shields.io/pypi/dw/webexpythonsdk.svg
1212
:target: https://pypi.org/project/webexpythonsdk/
13-
.. image:: https://readthedocs.org/projects/webexpythonsdk/badge/?version=latest
14-
:target: http://webexpythonsdk.readthedocs.io/en/latest/?badge=latest
1513

1614
---------------------------------------------------------------------------------------------------
1715

@@ -111,7 +109,7 @@ Documentation
111109
-------------
112110

113111
**Excellent documentation is now available at:**
114-
http://webexpythonsdk.readthedocs.io
112+
https://webexcommunity.github.io/WebexPythonSDK
115113

116114
Check out the Quickstart_ to dive in and begin using webexpythonsdk.
117115

@@ -180,20 +178,19 @@ this repository.
180178
.. _Community: https://eurl.io/#BJ0A8gfOQ
181179
.. _Contributing: https://github.com/WebexCommunity/WebexPythonSDK/blob/master/docs/contributing.rst
182180
.. _examples: https://github.com/WebexCommunity/WebexPythonSDK/tree/master/examples
183-
.. _Introduction: http://webexpythonsdk.readthedocs.io/en/latest/user/intro.html
181+
.. _Introduction: https://webexcommunity.github.io/WebexPythonSDK/user/intro.html
184182
.. _issues: https://github.com/WebexCommunity/WebexPythonSDK/issues
185-
.. _migrate: https://webexpythonsdk.readthedocs.io/en/latest/user/migrate.html
183+
.. _migrate: https://webexcommunity.github.io/WebexPythonSDK/user/migrate.html
186184
.. _pagination: https://developer.webex.com/docs/basics#pagination
187185
.. _projects: https://github.com/WebexCommunity/WebexPythonSDK/projects
188186
.. _pull request: https://github.com/WebexCommunity/WebexPythonSDK/pulls
189187
.. _pull requests: https://github.com/WebexCommunity/WebexPythonSDK/pulls
190-
.. _Quickstart: http://webexpythonsdk.readthedocs.io/en/latest/user/quickstart.html
188+
.. _Quickstart: https://webexcommunity.github.io/WebexPythonSDK/user/quickstart.html
191189
.. _Release Plan: https://github.com/WebexCommunity/WebexPythonSDK/wiki/Release-Plans
192190
.. _release/v0/ciscosparkapi: https://github.com/WebexCommunity/WebexPythonSDK/tree/release/v0/ciscosparkapi
193191
.. _release/v1/webexteamssdk: https://github.com/WebexCommunity/WebexPythonSDK/tree/release/v1/webexteamssdk
194192
.. _releases: https://github.com/WebexCommunity/WebexPythonSDK/releases
195193
.. _the repository: https://github.com/WebexCommunity/WebexPythonSDK
196194
.. _webexpythonsdk: https://github.com/WebexCommunity/WebexPythonSDK
197195
.. _webexpythonsdk: https://github.com/WebexCommunity/WebexPythonSDK
198-
.. _webexpythonsdk.readthedocs.io: https://webexpythonsdk.readthedocs.io
199196
.. _webexteamssdk: https://github.com/WebexCommunity/WebexPythonSDK/tree/release/v1/webexteamssdk

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT"
1111
readme = "README.rst"
1212
homepage = "https://github.com/WebexCommunity/WebexPythonSDK"
1313
repository = "https://github.com/WebexCommunity/WebexPythonSDK"
14-
documentation = "https://webexpythonsdk.readthedocs.io"
14+
documentation = "https://webexcommunity.github.io/WebexPythonSDK"
1515
include = ["LICENSE", "README.rst"]
1616
keywords = ["cisco", "webex", "api", "sdk", "python"]
1717
classifiers = [

0 commit comments

Comments
 (0)