Skip to content

Commit 2fec834

Browse files
kcmartinclaude
andcommitted
Address reviewer feedback
- Link "Quickstart" to the quickstart page - Fix wording: detachable sessions prevent hibernation, not survive it - Fix URL domain: sprites.app not sprites.dev Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent c45a329 commit 2fec834

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/working-with-sprites.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Beyond the basics—sessions, ports, persistence, and everything yo
55

66
import { Callout } from '@/components/react';
77

8-
After you've made it through the Quickstart, you've got a working Sprite and a basic idea of how to use it. This guide picks up from there: how to run commands, manage sessions, keep processes alive, and make sure your environment stays consistent over time. The first half covers everything you need to build and deploy real stuff. The rest is there when you're ready to go deeper.
8+
After you've made it through the [Quickstart](/quickstart), you've got a working Sprite and a basic idea of how to use it. This guide picks up from there: how to run commands, manage sessions, keep processes alive, and make sure your environment stays consistent over time. The first half covers everything you need to build and deploy real stuff. The rest is there when you're ready to go deeper.
99

1010
---
1111

@@ -73,7 +73,7 @@ Wake-up is fast:
7373
- ~100–500ms for normal wakes
7474
- 1–2s on cold starts
7575

76-
Use detachable sessions to keep things running across hibernation. You can reattach later and see all the output.
76+
Use detachable sessions to keep things running without hibernating. You can reattach later and see all the output.
7777

7878
```bash
7979
sprite exec -detachable "rails server"
@@ -91,7 +91,7 @@ If something's running, your Sprite stays awake. Otherwise, it sleeps. That incl
9191

9292
## Networking: URLs and Port Forwarding
9393

94-
Every Sprite gets a URL: `https://<name>.sprites.dev`
94+
Every Sprite gets a URL: `https://<name>.sprites.app`
9595

9696
### HTTP Access
9797

0 commit comments

Comments
 (0)