Skip to content

Commit 5bf0289

Browse files
committed
fix: broken links
1 parent 4e3e2af commit 5bf0289

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

src/content/docs/concepts/lifecycle.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ curl-sprite-api /v1/services
131131
curl-sprite-api -X DELETE /v1/services/devserver
132132
```
133133

134-
See [Services](/docs/concepts/services) for complete documentation.
134+
See [Services](/concepts/services) for complete documentation.
135135

136136
## Best Practices
137137

src/content/docs/concepts/services.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,6 @@ tail -f /var/log/syslog
238238

239239
## Related Documentation
240240

241-
- [Lifecycle and Persistence](/docs/concepts/lifecycle) - Sprite lifecycle overview
242-
- [Checkpoints](/docs/concepts/checkpoints) - Save and restore state
243-
- [Base Images](/docs/reference/base-images) - Pre-installed tools
241+
- [Lifecycle and Persistence](/concepts/lifecycle) - Sprite lifecycle overview
242+
- [Checkpoints](/concepts/checkpoints) - Save and restore state
243+
- [Base Images](/reference/base-images) - Pre-installed tools

src/content/docs/quickstart.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ curl -fsSL https://sprites.dev/install.sh | sh
1818

1919
This auto-detects your platform, downloads the binary with checksum verification, and installs to `~/.local/bin`.
2020

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).
2222

2323
Verify installation:
2424

@@ -667,7 +667,7 @@ sprite restore <checkpoint-id>
667667
</TabItem>
668668
</Tabs>
669669

670-
See [Checkpoints and Restore](/docs/concepts/checkpoints) for more details.
670+
See [Checkpoints and Restore](/concepts/checkpoints) for more details.
671671

672672
---
673673

@@ -760,8 +760,8 @@ sc my-sprite # Mounts and cd's to the sprite's filesystem
760760

761761
## Next Steps
762762

763-
- **[CLI Reference](/docs/cli/commands)** - Full command documentation
764-
- **[JavaScript SDK](/docs/sdks/javascript)** - Complete SDK reference
765-
- **[Go SDK](/docs/sdks/go)** - Native Go integration
766-
- **[Lifecycle & Persistence](/docs/concepts/lifecycle)** - Deep dive into how Sprites work
767-
- **[Networking](/docs/concepts/networking)** - URLs, ports, and connectivity
763+
- **[CLI Reference](/cli/commands)** - Full command documentation
764+
- **[JavaScript SDK](/sdks/javascript)** - Complete SDK reference
765+
- **[Go SDK](/sdks/go)** - Native Go integration
766+
- **[Lifecycle & Persistence](/concepts/lifecycle)** - Deep dive into how Sprites work
767+
- **[Networking](/concepts/networking)** - URLs, ports, and connectivity

src/content/docs/reference/base-images.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ The internal API manages:
341341
- **Services** - Long-running processes that persist across reboots
342342
- **Checkpoints** - Create and restore environment snapshots
343343

344-
See [Services](/docs/concepts/services) and [Checkpoints](/docs/concepts/checkpoints) for details.
344+
See [Services](/concepts/services) and [Checkpoints](/concepts/checkpoints) for details.
345345

346346
### sprite-browser
347347

@@ -381,4 +381,4 @@ Network egress policy is mounted read-only at `/.sprite/policy/network.json`. Th
381381
cat /.sprite/policy/network.json
382382
```
383383

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

Comments
 (0)