From 14657137eb8bb519da30a7a530d5528335700a1d Mon Sep 17 00:00:00 2001 From: katopz Date: Sat, 4 Jan 2025 16:30:32 +0900 Subject: [PATCH] docs: fix url to tursodatabase --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ae52b77ee..83fba08c1 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@

- - Build badge + + Build badge - + MIT @@ -42,7 +42,7 @@ Install `limbo` with: ```shell curl --proto '=https' --tlsv1.2 -LsSf \ - https://github.com/penberg/limbo/releases/latest/download/limbo-installer.sh | sh + https://github.com/tursodatabase/limbo/releases/latest/download/limbo-installer.sh | sh ``` Then use the SQL shell to create and query a database: @@ -153,5 +153,5 @@ Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Limbo by you, shall be licensed as MIT, without any additional terms or conditions. -[contribution guide]: https://github.com/penberg/limbo/blob/main/CONTRIBUTING.md -[MIT license]: https://github.com/penberg/limbo/blob/main/LICENSE.md +[contribution guide]: https://github.com/tursodatabase/limbo/blob/main/CONTRIBUTING.md +[MIT license]: https://github.com/tursodatabase/limbo/blob/main/LICENSE.md