Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.

Commit a347a4f

Browse files
committed
Update readme
1 parent 7405a07 commit a347a4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Supported versions](https://img.shields.io/pypi/pyversions/python-pachyderm.svg)](https://pypi.python.org/pypi/python-pachyderm)
55
[![Slack Status](https://badge.slack.pachyderm.io/badge.svg)](http://slack.pachyderm.io)
66

7-
Official Python Pachyderm client. Created by [kalugny](https://github.com/kalugny) (formerly kalugny/pypachy), and now maintained by Pachyderm Inc.
7+
Official Python Pachyderm client.
88

99
This library provides the autogenerated gRPC/protobuf code for Pachyderm, along with a higher-level and more pythonic `Client` class.
1010
See the [API docs](https://python-pachyderm.readthedocs.io/en/v7.x/).
@@ -48,7 +48,7 @@ f = client.get_file(("my_repo", "my_branch"), "/path_to/my_data.csv")
4848
df = pd.read_csv(f)
4949
```
5050

51-
For more sophisticated examples, [see the examples directory](https://github.com/pachyderm/python-pachyderm/tree/master/examples).
51+
For more sophisticated examples, [see the examples directory](https://github.com/pachyderm/python-pachyderm/tree/v7.x/examples).
5252

5353
## Versioning
5454

0 commit comments

Comments
 (0)