diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 3693a81..d89043b 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -43,7 +43,7 @@ npms: repository: "https://github.com/onkernel" bugs: https://github.com/onkernel/cli/issues description: Kernel CLI - homepage: https://docs.onkernel.com + homepage: https://onkernel.com/docs license: MIT author: "Rafael Garcia " access: public @@ -89,7 +89,7 @@ release: ## What to do next? - - Read the [documentation](https://docs.onkernel.com) + - Read the [documentation](https://onkernel.com/docs) - Join our [Discord server](https://discord.gg/FBrveQRcud) - Follow us on Twitter [here](https://twitter.com/rfgarcia) and [here](https://x.com/juecd__) diff --git a/README.md b/README.md index 46b6d5d..d263680 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ 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. -Sign up at [onkernel.com](https://www.onkernel.com/) and read the [docs](https://docs.onkernel.com/introduction). +Sign up at [onkernel.com](https://www.onkernel.com/) and read the [docs](https://onkernel.com/docs/introduction). ## What's Kernel? @@ -318,15 +318,15 @@ kernel browsers fs list-files my-browser --path "/tmp" For complete documentation, visit: -- [๐Ÿ“– Documentation](https://docs.onkernel.com) -- [๐Ÿš€ Quickstart Guide](https://docs.onkernel.com/quickstart) -- [๐Ÿ“‹ CLI Reference](https://docs.onkernel.com/reference/cli) +- [๐Ÿ“– Documentation](https://onkernel.com/docs) +- [๐Ÿš€ Quickstart Guide](https://onkernel.com/docs/quickstart) +- [๐Ÿ“‹ CLI Reference](https://onkernel.com/docs/reference/cli) ## Support - [Discord Community](https://discord.gg/kernel) - [GitHub Issues](https://github.com/onkernel/kernel/issues) -- [Documentation](https://docs.onkernel.com) +- [Documentation](https://onkernel.com/docs) ---