Skip to content

Commit 4c3d9e6

Browse files
authored
Merge pull request #166 from dgraph-io/aaroncarey/link-to-docs
Docs(Cross-linking): Update with a link to Python client docs under /docs, minor edits to intro
2 parents 09f5061 + b6383f5 commit 4c3d9e6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
# pydgraph
22

3-
Official Dgraph client implementation for Python (Python >= v2.7 and >= v3.5), using [gRPC][grpc].
3+
This is the official Dgraph database client implementation for Python (Python >= v2.7 and >= v3.5), using [gRPC][grpc].
44

55
[grpc]: https://grpc.io/
66

77
This client follows the [Dgraph Go client][goclient] closely.
88

9-
**Use [Discuss Issues](https://discuss.dgraph.io/c/issues/35/clients/46) for reporting issues about this repository.**
9+
**Use [Discuss Issues](https://discuss.dgraph.io/c/issues/35/clients/46) to report issues about this repository.**
1010

1111
[goclient]: https://github.com/dgraph-io/dgo
12-
Before using this client, we highly recommend that you go through [docs.dgraph.io],
13-
and understand how to run and work with Dgraph.
12+
13+
Before using this client, we highly recommend that you read the [Dgraph Python
14+
Client docs](https://dgraph.io/docs/clients/python/), as well as reviewing
15+
the product documentation at [docs.dgraph.io].
1416

1517
[docs.dgraph.io]:https://docs.dgraph.io
1618

0 commit comments

Comments
 (0)