Skip to content

Commit 2d6abc6

Browse files
committed
Update README links for release
1 parent 9b34eed commit 2d6abc6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# TekDrive Python SDK
2-
[![TekCloud Logo](https://raw.githubusercontent.com/initialstate/tekdrive-sdk-python/master/ext/tekcloud-logo.png)](https://tekcloud.com)
2+
[![TekCloud Logo](https://raw.githubusercontent.com/tektronix/tekdrive-sdk-python/master/ext/tekcloud-logo.png)](https://tekcloud.com)
33

44
This is a Python SDK for interacting with the TekDrive API.
55

66
## Quick Links
77
#### SDK
8-
- [PyPI](TODO:)
9-
- [Documentation](TODO:)
10-
- [File a Bug/Request a Feature](https://github.com/initialstate/tekdrive-sdk-python/issues/new/choose)
8+
- [PyPI](https://pypi.org/project/tekdrive/)
9+
- [Documentation](https://tektronix.github.io/tekdrive-sdk-python/)
10+
- [File a Bug/Request a Feature](https://github.com/tektronix/tekdrive-sdk-python/issues/new/choose)
1111

1212
#### Other
1313
- [TekDrive API Documentation](https://docs.drive.tekcloud.com)
@@ -18,7 +18,7 @@ This is a Python SDK for interacting with the TekDrive API.
1818
The SDK is available on PyPI:
1919

2020
```console
21-
$ python -m pip install tekdrive
21+
$ pip install tekdrive
2222
```
2323

2424
This SDK officially supports Python 3.6+.

0 commit comments

Comments
 (0)