Skip to content

Commit

Permalink
Fix seldon_client links
Browse files Browse the repository at this point in the history
Fixes broken link to Seldon Core examples.
  • Loading branch information
ozturkberkay authored Apr 26, 2020
1 parent 03e1450 commit 0eaa6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/python/seldon_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

We provide an example python client for calling the API using REST or gRPC for internal microservice testing or for calling the public external API.

Examples of its use can be found in most of the [Seldon Core examples](../examples).
Examples of its use can be found in most of the [Seldon Core examples](https://docs.seldon.io/projects/seldon-core/en/latest/examples/notebooks.html).

To use the client simply create an instance with settings for your use case, for example:

Expand Down

0 comments on commit 0eaa6fd

Please sign in to comment.