Skip to content

Commit b002037

Browse files
authored
Merge pull request #5344 from juni2003/docs/fix-readme-org-links
docs(readme): fix broken org links
2 parents 3a3d538 + 51154a3 commit b002037

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</p>
1515

1616
<p align="center">
17-
<a href="https://github.com/adenhq/hive/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="Apache 2.0 License" /></a>
17+
<a href="https://github.com/aden-hive/hive/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="Apache 2.0 License" /></a>
1818
<a href="https://www.ycombinator.com/companies/aden"><img src="https://img.shields.io/badge/Y%20Combinator-Aden-orange" alt="Y Combinator" /></a>
1919
<a href="https://discord.com/invite/MXE49hrKDk"><img src="https://img.shields.io/discord/1172610340073242735?logo=discord&labelColor=%235462eb&logoColor=%23f5f5f5&color=%235462eb" alt="Discord" /></a>
2020
<a href="https://x.com/aden_hq"><img src="https://img.shields.io/twitter/follow/teamaden?logo=X&color=%23f5f5f5" alt="Twitter Follow" /></a>
@@ -71,7 +71,7 @@ Use Hive when you need:
7171

7272
- **[Documentation](https://docs.adenhq.com/)** - Complete guides and API reference
7373
- **[Self-Hosting Guide](https://docs.adenhq.com/getting-started/quickstart)** - Deploy Hive on your infrastructure
74-
- **[Changelog](https://github.com/adenhq/hive/releases)** - Latest updates and releases
74+
- **[Changelog](https://github.com/aden-hive/hive/releases)** - Latest updates and releases
7575
- **[Roadmap](docs/roadmap.md)** - Upcoming features and plans
7676
- **[Report Issues](https://github.com/adenhq/hive/issues)** - Bug reports and feature requests
7777
- **[Contributing](CONTRIBUTING.md)** - How to contribute and submit PRs
@@ -94,9 +94,10 @@ Use Hive when you need:
9494
9595
```bash
9696
# Clone the repository
97-
git clone https://github.com/adenhq/hive.git
97+
git clone https://github.com/aden-hive/hive.git
9898
cd hive
9999

100+
100101
# Run quickstart setup
101102
./quickstart.sh
102103
```
@@ -178,8 +179,7 @@ Skills and MCP servers are also available in [Antigravity IDE](https://antigravi
178179

179180
## Integration
180181

181-
<a href="https://github.com/adenhq/hive/tree/main/tools/src/aden_tools/tools"><img width="100%" alt="Integration" src="https://github.com/user-attachments/assets/a1573f93-cf02-4bb8-b3d5-b305b05b1e51" /></a>
182-
182+
<a href="https://github.com/aden-hive/hive/tree/main/tools/src/aden_tools/tools"><img width="100%" alt="Integration" src="https://github.com/user-attachments/assets/a1573f93-cf02-4bb8-b3d5-b305b05b1e51" /></a>
183183
Hive is built to be model-agnostic and system-agnostic.
184184

185185
- **LLM flexibility** - Hive Framework is designed to support various types of LLMs, including hosted and local models through LiteLLM-compatible providers.
@@ -398,8 +398,7 @@ flowchart TB
398398
```
399399

400400
## Contributing
401-
402-
We welcome contributions from the community! We’re especially looking for help building tools, integrations, and example agents for the framework ([check #2805](https://github.com/adenhq/hive/issues/2805)). If you’re interested in extending its functionality, this is the perfect place to start. Please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
401+
We welcome contributions from the community! We’re especially looking for help building tools, integrations, and example agents for the framework ([check #2805](https://github.com/aden-hive/hive/issues/2805)). If you’re interested in extending its functionality, this is the perfect place to start. Please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
403402

404403
**Important:** Please get assigned to an issue before submitting a PR. Comment on an issue to claim it, and a maintainer will assign you. Issues with reproducible steps and proposals are prioritized. This helps prevent duplicate work.
405404

0 commit comments

Comments
 (0)