Skip to content

Commit 1f313f4

Browse files
Remove invalid ./docs links from README (#89)
Signed-off-by: Stefan VanBuren <svanburen@buf.build>
1 parent 3841258 commit 1f313f4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ Alternatively, download a precompiled binary from the
7474
application should include `connect-python` as a dependency for the runtime
7575
component.
7676

77-
For more usage details, see the [docs](./docs/usage.md).
78-
7977
### Basic Client Usage
8078

8179
```python
@@ -137,7 +135,7 @@ if __name__ == "__main__":
137135
main()
138136
```
139137

140-
For more detailed usage including streaming, interceptors, and advanced features, see the [documentation](./docs/usage.md).
138+
Check out [the docs](https://connectrpc.com/docs/python/getting-started) for more detailed usage including [streaming](https://connectrpc.com/docs/python/streaming), [interceptors](https://connectrpc.com/docs/python/interceptors), and other advanced features.
141139

142140
## Streaming Support
143141

0 commit comments

Comments
 (0)