diff --git a/fern/docs/pages/sdks.mdx b/fern/docs/pages/sdks.mdx index 7de65b7..20cd656 100644 --- a/fern/docs/pages/sdks.mdx +++ b/fern/docs/pages/sdks.mdx @@ -74,6 +74,7 @@ client.predict(name='test-client-sentiment4', data={ Take a look at the [examples](https://github.com/predictionguard/python-client/tree/master/examples) directory for more Python examples. --- + ### JS Client You can find the SDK docs and package information using this link. @@ -124,6 +125,7 @@ Chat(); Take a look at the [examples](https://github.com/predictionguard/js-client/tree/main/examples) directory for more JS examples. --- + ### Go Client You can find the SDK docs and package information using this link. @@ -203,11 +205,12 @@ func run() error { Take a look at the [examples](https://github.com/predictionguard/go-client/tree/main/examples) directory for more Go examples. --- + ### Rust Client You can find the SDK docs and package information using this link. -[Rust SDK Docs](https://docs.predictionguard.com/docs/getting-started/welcome) +[Rust SDK Docs](https://crates.io/crates/prediction-guard) #### Rust Code Example