Skip to content

Commit 6c71905

Browse files
committed
add client API links
1 parent 97ddfa2 commit 6c71905

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/groovy/conceptual/deephaven-core-api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,15 +184,15 @@ Adding yet more value, a user who has full access to the deployment may implemen
184184

185185
If you are brand new to Deephaven:
186186

187-
- Try out the REPL experience on our hosted demo site. (Coming Soon)
187+
- Try out the REPL experience on our [hosted demo site](https://controller.try-dh.demo.community.deephaven.io/).
188188
- Run a dockerized version locally by following the [Docker install guide](../getting-started/docker-install.md) guide.
189189

190190
If you want to try out any of our work-in-progress client libraries:
191191

192192
- Try out the [Python client](/core/client-api/python/) library.
193-
- Try out the Java client library. (Documentation coming soon!)
194-
- Try out the C++ client library. (Documentation coming soon!)
195-
- Try out the Javascript client library. (Documentation coming soon!)
193+
- Try out the [Java client](/core/javadoc/) library.
194+
- Try out the [C++ client](/core/client-api/cpp/) library.
195+
- Try out the [Javascript client](/core/client-api/javascript/modules/dh/) library.
196196
- Check out the [gRPC service definitions](https://github.com/deephaven/deephaven-core/tree/main/proto/proto-backplane-grpc/src/main/proto/deephaven_core/proto) for even more self-help fun.
197197

198198
If you have an existing Flight Client:

docs/python/conceptual/deephaven-core-api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,15 +184,15 @@ Adding yet more value, a user who has full access to the deployment may implemen
184184

185185
If you are brand new to Deephaven:
186186

187-
- Try out the REPL experience on our hosted demo site. (Coming Soon)
187+
- Try out the REPL experience on our [hosted demo site](https://controller.try-dh.demo.community.deephaven.io/).
188188
- Run a dockerized version locally by following the [quick start](../getting-started/docker-install.md) guide.
189189

190190
If you want to try out any of our work-in-progress client libraries:
191191

192192
- Try out the [Python client](/core/client-api/python/) library.
193-
- Try out the Java client library. (Documentation coming soon!)
194-
- Try out the C++ client library. (Documentation coming soon!)
195-
- Try out the Javascript client library. (Documentation coming soon!)
193+
- Try out the [Java client](/core/javadoc/) library.
194+
- Try out the [C++ client](/core/client-api/cpp/) library.
195+
- Try out the [Javascript client](/core/client-api/javascript/modules/dh/) library.
196196
- Check out the [gRPC service definitions](https://github.com/deephaven/deephaven-core/tree/main/proto/proto-backplane-grpc/src/main/proto/deephaven_core/proto) for even more self-help fun.
197197

198198
If you have an existing Flight Client:

0 commit comments

Comments
 (0)