From 21c96d5e9e4e6df8caa607a7adfe892b554d0531 Mon Sep 17 00:00:00 2001 From: moznion Date: Mon, 5 Feb 2024 09:01:59 -0800 Subject: [PATCH] docs: Update some links for server side example code (#3426) Signed-off-by: moznion --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d2ff103..c492f7ef 100644 --- a/README.md +++ b/README.md @@ -215,9 +215,9 @@ Getting started with SurrealDB is as easy as starting up the SurrealDB database - [x] [Getting started with Golang](https://docs.surrealdb.com/docs/integration/sdks/golang) - [x] [Getting started with Rust](https://docs.surrealdb.com/docs/integration/sdks/rust) - [x] [Getting started with Deno](https://docs.surrealdb.com/docs/integration/sdks/deno) -- [ ] [Getting started with Python](https://docs.surrealdb.com/docs/integration/sdks/python) (coming soon) +- [x] [Getting started with Python](https://docs.surrealdb.com/docs/integration/sdks/python) +- [x] [Getting started with Java](https://docs.surrealdb.com/docs/integration/sdks/java) - [ ] [Getting started with C](https://docs.surrealdb.com/docs/integration/sdks/c) (coming soon) -- [ ] [Getting started with Java](https://docs.surrealdb.com/docs/integration/sdks/java) (coming soon) - [ ] [Getting started with Ruby](https://docs.surrealdb.com/docs/integration/sdks/ruby) (coming soon) - [ ] [Getting started with PHP](https://docs.surrealdb.com/docs/integration/sdks/php) (coming soon) - [ ] [Getting started with Swift](https://docs.surrealdb.com/docs/integration/sdks/swift) (coming soon)