Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"
access: public
Expand Down Expand Up @@ -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__)

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Low Style

Consider using the same URL structure for consistency. The main signup link uses 'https://www.onkernel.com/' with 'www' subdomain, while the docs link uses 'https://onkernel.com/docs' without 'www'. For better consistency, consider either using 'https://www.onkernel.com/docs' or removing 'www' from the signup link.
Agent: 🤖 General


## What's Kernel?

Expand Down Expand Up @@ -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)

---

Expand Down