diff --git a/crates/update/src/cli/self_install.rs b/crates/update/src/cli/self_install.rs index 06af737756b..671173e3c46 100644 --- a/crates/update/src/cli/self_install.rs +++ b/crates/update/src/cli/self_install.rs @@ -96,7 +96,7 @@ following line to your shell configuration and open a new shell session: eprintln!( "\ The install process is complete; check out our quickstart guide to get started! - " + " ); Ok(ExitCode::SUCCESS) diff --git a/docs/static/llms.md b/docs/static/llms.md index c605e2b6bcd..f2e92f1ae40 100644 --- a/docs/static/llms.md +++ b/docs/static/llms.md @@ -154,7 +154,7 @@ Getting started with SpacetimeDB involves a few key steps: # Note: `--network host` is often needed to connect to a local server from the container. ``` - - For more details or troubleshooting, see the official [Getting Started Guide](https://spacetimedb.com/docs/getting-started) and [Installation Page](https://spacetimedb.com/install). + - For more details or troubleshooting, see the official [Getting Started Guide](https://spacetimedb.com/docs/) and [Installation Page](https://spacetimedb.com/install). 1.b **Log In (If Necessary):** If you plan to publish to a server that requires authentication (like the public Maincloud at `maincloud.spacetimedb.com`), you generally need to log in first using `spacetime login`. This associates your actions with your global SpacetimeDB identity (e.g., linked to your spacetimedb.com account). `bash