From 223fb2efa496d0b494d6782aae22af0b7dd00d8e Mon Sep 17 00:00:00 2001 From: Mike Kinney Date: Wed, 1 Jul 2026 09:43:03 -0700 Subject: [PATCH] change broken url --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 484260f..13adca3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # space-cli -Command-line tool for querying and editing your local [Space](https://getspace.dev) flashcard database. Reads directly from the PowerSync SQLite file the Space app syncs locally — no network calls, no cloud round-trips. +Command-line tool for querying and editing your local [Space](https://getspace.app) flashcard database. Reads directly from the PowerSync SQLite file the Space app syncs locally — no network calls, no cloud round-trips. ``` $ space deck list @@ -74,8 +74,8 @@ Run `space --help` for the full command tree. ## Links -- [Space website — CLI page](https://getspace.dev/cli) -- [Space main app](https://getspace.dev/download) +- [Space website — CLI page](https://getspace.app/cli) +- [Space main app](https://getspace.app/download) - [Issue tracker](https://github.com/space-org/space-cli/issues) ## Building from source