Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/update/src/cli/self_install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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!
<https://spacetimedb.com/docs/getting-started>"
<https://spacetimedb.com/docs/>"
);

Ok(ExitCode::SUCCESS)
Expand Down
2 changes: 1 addition & 1 deletion docs/static/llms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading