You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/quickstart.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ curl -fsSL https://sprites.dev/install.sh | sh
18
18
19
19
This auto-detects your platform, downloads the binary with checksum verification, and installs to `~/.local/bin`.
20
20
21
-
For Windows or manual installation, see [CLI Installation](/docs/cli/installation) or download from [GitHub Releases](https://github.com/superfly/sprite-env/releases).
21
+
For Windows or manual installation, see [CLI Installation](/cli/installation) or download from [GitHub Releases](https://github.com/superfly/sprite-env/releases).
Copy file name to clipboardExpand all lines: src/content/docs/reference/base-images.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -341,7 +341,7 @@ The internal API manages:
341
341
-**Services** - Long-running processes that persist across reboots
342
342
-**Checkpoints** - Create and restore environment snapshots
343
343
344
-
See [Services](/docs/concepts/services) and [Checkpoints](/docs/concepts/checkpoints) for details.
344
+
See [Services](/concepts/services) and [Checkpoints](/concepts/checkpoints) for details.
345
345
346
346
### sprite-browser
347
347
@@ -381,4 +381,4 @@ Network egress policy is mounted read-only at `/.sprite/policy/network.json`. Th
381
381
cat /.sprite/policy/network.json
382
382
```
383
383
384
-
Network policies must be updated externally via the Sprite API—the container cannot modify its own policy. See [Networking](/docs/concepts/networking) for details.
384
+
Network policies must be updated externally via the Sprite API—the container cannot modify its own policy. See [Networking](/concepts/networking) for details.
0 commit comments