Skip to content

Commit 1660b9e

Browse files
authored
Change Docs Links
Updated documentation links and TerminusCMS details.
1 parent 8774841 commit 1660b9e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![TerminusDB Python Client](https://assets.terminusdb.com/readmes/terminusdb-client-python/header.gif)][terminusdb-client-python-docs]
22

3-
[terminusdb-client-python-docs]: https://terminusdb.github.io/terminusdb-client-python/
3+
[terminusdb-client-python-docs]: https://terminusdb.com/docs/guides/reference-guides/python-client-reference
44

55
---
66

@@ -12,11 +12,11 @@
1212
[![downloads](https://img.shields.io/pypi/dm/terminusdb-client.svg?logo=pypi)](https://pypi.python.org/pypi/terminusdb-client/)
1313

1414
[![build status](https://img.shields.io/github/workflow/status/terminusdb/terminusdb-client-python/Python%20package?logo=github)](https://github.com/terminusdb/terminusdb-client-python/actions)
15-
[![documentation](https://img.shields.io/github/deployments/terminusdb/terminusdb-client-python/github-pages?label=documentation&logo=github)](https://terminusdb.github.io/terminusdb-client-python/)
15+
[![documentation](https://img.shields.io/github/deployments/terminusdb/terminusdb-client-python/github-pages?label=documentation&logo=github)](https://terminusdb.com/docs/guides/reference-guides/python-client-reference)
1616
[![code coverage](https://codecov.io/gh/terminusdb/terminusdb-client-python/branch/main/graph/badge.svg?token=BclAUaOPnQ)](https://codecov.io/gh/terminusdb/terminusdb-client-python)
1717
[![license](https://img.shields.io/github/license/terminusdb/terminusdb-client-python?color=pink&logo=apache)](https://github.com/terminusdb/terminusdb-client-python/blob/main/LICENSE)
1818

19-
> Python client for TerminusDB and TerminusX.
19+
> Python client for TerminusDB and TerminusCMS.
2020
2121
[**TerminusDB**][terminusdb] is an [open-source][terminusdb-repo] graph database
2222
and document store. It allows you to link JSON documents in a powerful knowledge
@@ -26,7 +26,7 @@ graph all through a simple document API.
2626
[terminusdb-docs]: https://terminusdb.com/docs/
2727
[terminusdb-repo]: https://github.com/terminusdb/terminusdb
2828

29-
**TerminusX** is TerminusDB as a service. SOC 2 certified hosting. Build your beta and get to market fast. Scale up and deploy your own instance. [Sign up now][dashboard].
29+
[**TerminusCMS**](https://terminusdb.com/terminuscms/) is a hosted headless content management system. It is built upon TerminusDB and is a developer focused data management platform for complex data and content infrastructure. [Sign up and clone a demo project to see how it works][dashboard].
3030

3131
[dashboard]: https://dashboard.terminusdb.com/
3232

@@ -37,7 +37,7 @@ graph all through a simple document API.
3737

3838
## Release Notes and Previous Versions
3939

40-
TerminusDB Client v10.0 works with TerminusDB v10.0 and TerminusX. Please check the [Release Notes](RELEASE_NOTES.md) to find out what has changed.
40+
TerminusDB Client v10.0 works with TerminusDB v10.0 and TerminusCMS. Please check the [Release Notes](RELEASE_NOTES.md) to find out what has changed.
4141

4242
## Installation
4343
- TerminusDB Client can be downloaded form PyPI using pip:
@@ -76,9 +76,9 @@ client = Client("http://127.0.0.1:6363/")
7676
client.connect()
7777
```
7878

79-
Connect to TerminusX
79+
Connect to TerminusCMS
8080

81-
*check documentation for TerminusX about how to add the API token to the environment variable*
81+
*check documentation for TerminusCMS about how to add the [API token](https://terminusdb.com/docs/terminuscms/get-api-key) to the environment variable*
8282

8383

8484
```Python
@@ -185,11 +185,11 @@ Do you want to delete 'mydb'? WARNING: This opertation is non-reversible. [y/N]:
185185
mydb deleted.
186186
```
187187

188-
### Please check the [full Documentation](https://terminusdb.github.io/terminusdb-client-python/) for more information.
188+
### Please check the [full Documentation](https://terminusdb.com/docs/guides/reference-guides/python-client-reference) for more information.
189189

190-
## Tutorials
190+
## Guides & Tutorials
191191

192-
There is a [list of examples](https://terminusdb.github.io/terminusdb-client-python/tutorials.html) that uses the Python client in our [tutorial repo](https://github.com/terminusdb/terminus-tutorials/). As a start, we would recommend having a look at [create TerminusDB graph with Python client using Jupyter notebook](https://github.com/terminusdb/terminusdb-tutorials/blob/master/bike-tutorial/python/Create%20TerminusDB%20Graph%20with%20Python%20Client.ipynb)
192+
Visit our documentation for a range of short how to guides, [how-to use the Python Client](https://terminusdb.com/docs/guides/how-to-guides/use-the-python-client) and [how to use the collaboration features with the Python Client](https://terminusdb.com/docs/guides/how-to-guides/use-collaboration-features/with-the-python-client). Alternatively, undertake the [Getting Started with the Python Client Tutorial Series.](https://github.com/terminusdb/terminusdb-tutorials/blob/main/getting_started/python-client/README.md).
193193

194194
## Testing
195195

0 commit comments

Comments
 (0)