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
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,12 @@ See [Plugins](docs/PLUGINS.md) for install, trust, and authoring guidance.

Contributor setup lives in [CONTRIBUTING.md](CONTRIBUTING.md). Architecture details live in [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md).

## Support

Bomly is an open-source project. If you find it useful, you can support the project by starring the repository, sharing feedback, opening issues, contributing improvements, or sponsoring ongoing maintenance.

See [Support Bomly](https://bomly.dev/support).
Comment on lines +210 to +214

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Description: Verify the external support link is accessible and returns a successful response.

# Test: Check HTTP status code for the support link
curl -s -I "https://bomly.dev/support" | head -1

Repository: bomly-dev/bomly-cli

Length of output: 76


Fix broken external link in Support section.

The link https://bomly.dev/support returns HTTP 404 (Not Found). Update the URL to point to a valid support/sponsorship page before merging.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.md` around lines 210 - 214, The link in the Support section that
references https://bomly.dev/support is broken and returns a 404 error. Update
the URL in the "See [Support Bomly]" markdown link to point to a valid support
or sponsorship page for the Bomly project. Verify the new URL is correct and
accessible before merging.


## License

Bomly CLI is licensed under the [Apache License 2.0](LICENSE).