Skip to content

Commit 000a938

Browse files
authored
Update from docs. to /docs (#14)
<!-- mesa-description-start --> ## TL;DR Updated documentation links to use the `/docs` path instead of the `docs.` subdomain. ## Why we made these changes To consolidate our web properties onto a single domain, simplifying our URL structure and infrastructure. ## What changed? - Replaced all hardcoded instances of `docs.SUBDOMAIN.com` with the new `/docs/...` path across the codebase. <sup>_Description generated by Mesa. [Update settings](https://app.mesa.dev/onkernel/settings/pull-requests)_</sup> <!-- mesa-description-end -->
1 parent 0c4c8c1 commit 000a938

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ npms:
4343
repository: "https://github.com/onkernel"
4444
bugs: https://github.com/onkernel/cli/issues
4545
description: Kernel CLI
46-
homepage: https://docs.onkernel.com
46+
homepage: https://onkernel.com/docs
4747
license: MIT
4848
author: "Rafael Garcia <[email protected]>"
4949
access: public
@@ -89,7 +89,7 @@ release:
8989
9090
## What to do next?
9191
92-
- Read the [documentation](https://docs.onkernel.com)
92+
- Read the [documentation](https://onkernel.com/docs)
9393
- Join our [Discord server](https://discord.gg/FBrveQRcud)
9494
- Follow us on Twitter [here](https://twitter.com/rfgarcia) and [here](https://x.com/juecd__)
9595

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
The Kernel CLI is a fast, friendly command‑line interface for Kernel — the platform that provides sandboxed, ready‑to‑use Chrome browsers for browser automations and web agents.
1515

16-
Sign up at [onkernel.com](https://www.onkernel.com/) and read the [docs](https://docs.onkernel.com/introduction).
16+
Sign up at [onkernel.com](https://www.onkernel.com/) and read the [docs](https://onkernel.com/docs/introduction).
1717

1818
## What's Kernel?
1919

@@ -318,15 +318,15 @@ kernel browsers fs list-files my-browser --path "/tmp"
318318

319319
For complete documentation, visit:
320320

321-
- [📖 Documentation](https://docs.onkernel.com)
322-
- [🚀 Quickstart Guide](https://docs.onkernel.com/quickstart)
323-
- [📋 CLI Reference](https://docs.onkernel.com/reference/cli)
321+
- [📖 Documentation](https://onkernel.com/docs)
322+
- [🚀 Quickstart Guide](https://onkernel.com/docs/quickstart)
323+
- [📋 CLI Reference](https://onkernel.com/docs/reference/cli)
324324

325325
## Support
326326

327327
- [Discord Community](https://discord.gg/kernel)
328328
- [GitHub Issues](https://github.com/onkernel/kernel/issues)
329-
- [Documentation](https://docs.onkernel.com)
329+
- [Documentation](https://onkernel.com/docs)
330330

331331
---
332332

0 commit comments

Comments
 (0)