Skip to content
Merged
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
10 changes: 5 additions & 5 deletions docs/src/content/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ Credentials are stored in `~/.sentry/config.json` with restricted file permissio

Once authenticated, you can start using the CLI:

- [Organization commands](./commands/org/) - List and view organizations
- [Project commands](./commands/project/) - Manage projects
- [Issue commands](./commands/issue/) - Track and manage issues
- [Event commands](./commands/event/) - Inspect events
- [API commands](./commands/api/) - Direct API access
- [Organization commands](../commands/org/) - List and view organizations
- [Project commands](../commands/project/) - Manage projects
- [Issue commands](../commands/issue/) - Track and manage issues
- [Event commands](../commands/event/) - Inspect events
- [API commands](../commands/api/) - Direct API access
Loading