From 9c045ce3403fedb1d315047c4273727bd52e1bff Mon Sep 17 00:00:00 2001 From: russell romney Date: Thu, 26 Jun 2025 19:29:26 -0400 Subject: [PATCH] Update README.md links for language clients to the new tursodatabase repos --- libsql-server/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libsql-server/README.md b/libsql-server/README.md index 44069f92b0..4c77e6ee8f 100644 --- a/libsql-server/README.md +++ b/libsql-server/README.md @@ -34,10 +34,10 @@ cargo xtask test The following client libraries enable your app to query `sqld` programmatically: -* [TypeScript and JavaScript](https://github.com/libsql/libsql-client-ts) +* [TypeScript and JavaScript](https://github.com/tursodatabase/libsql-client-ts) * [Rust](https://github.com/libsql/libsql-client-rs) -* [Go](https://github.com/libsql/libsql-client-go) -* [Python](https://github.com/libsql/libsql-client-py) +* [Go](https://github.com/tursodatabase/libsql-client-go) +* [Python](https://github.com/tursodatabase/libsql-python) ## SQLite extensions support