Skip to content

Commit fbf23a2

Browse files
committed
fix: update repository links in documentation to point to the correct GitHub repository
1 parent 5699b03 commit fbf23a2

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

docs/api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,4 +359,4 @@ print(data['data']['results'])
359359

360360
---
361361

362-
**Need help?** Check out the [examples section](../examples/) for practical implementations or [report issues](https://github.com/yourusername/altus4/issues) if you find any problems.
362+
**Need help?** Check out the [examples section](../examples/) for practical implementations or [report issues](https://github.com/altus4/core/issues) if you find any problems.

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Get Altus 4 running locally in under 5 minutes:
2727
# Prerequisites: Node.js 18+, MySQL 8.0+, Redis 6.0+
2828

2929
# Clone and install
30-
git clone https://github.com/yourusername/altus4.git
30+
git clone https://github.com/altus4/core.git
3131
cd altus4
3232
npm install
3333

@@ -87,8 +87,8 @@ Need help with Altus 4?
8787

8888
- **Documentation**: You're in the right place!
8989
- **Examples**: Check out the [examples section](examples/)
90-
- **Issues**: [GitHub Issues](https://github.com/yourusername/altus4/issues)
91-
- **Community**: [GitHub Discussions](https://github.com/yourusername/altus4/discussions)
90+
- **Issues**: [GitHub Issues](https://github.com/altus4/core/issues)
91+
- **Community**: [GitHub Discussions](https://github.com/altus4/core/discussions)
9292

9393
## Sync Test Status
9494

docs/setup/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Get Altus 4 running locally in under 5 minutes:
1717
# Prerequisites: Node.js 18+, MySQL 8.0+, Redis 6.0+
1818

1919
# Clone and install
20-
git clone https://github.com/yourusername/altus4.git
20+
git clone https://github.com/altus4/core.git
2121
cd altus4
2222
npm install
2323

@@ -284,7 +284,7 @@ sudo systemctl restart mysql
284284
#### Clone Repository
285285

286286
```bash
287-
git clone https://github.com/yourusername/altus4.git
287+
git clone https://github.com/altus4/core.git
288288
cd altus4
289289
```
290290

@@ -766,8 +766,8 @@ After successful installation:
766766
If you encounter issues not covered in this guide:
767767

768768
- Review the troubleshooting sections in this guide
769-
- Search [GitHub Issues](https://github.com/yourusername/altus4/issues)
770-
- Join our [Community Discussions](https://github.com/yourusername/altus4/discussions)
769+
- Search [GitHub Issues](https://github.com/altus4/core/issues)
770+
- Join our [Community Discussions](https://github.com/altus4/core/discussions)
771771
- Contact support: <support@altus4.dev>
772772

773773
---

docs/setup/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Before starting, ensure you have:
2222

2323
```bash
2424
# Clone the repository
25-
git clone https://github.com/yourusername/altus4.git
25+
git clone https://github.com/altus4/core.git
2626
cd altus4
2727

2828
# Install dependencies
@@ -269,8 +269,8 @@ npm run migrate:up
269269

270270
- **[Complete Setup Guide](./index.md)** - Detailed installation instructions
271271
- **[Development Guide](../development/)** - Development environment setup
272-
- **[GitHub Issues](https://github.com/yourusername/altus4/issues)** - Report bugs or get help
273-
- **[GitHub Discussions](https://github.com/yourusername/altus4/discussions)** - Community support
272+
- **[GitHub Issues](https://github.com/altus4/core/issues)** - Report bugs or get help
273+
- **[GitHub Discussions](https://github.com/altus4/core/discussions)** - Community support
274274

275275
---
276276

0 commit comments

Comments
 (0)