File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
3131cd altus4
3232npm 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
Original file line number Diff line number Diff 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
2121cd altus4
2222npm 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
288288cd altus4
289289```
290290
@@ -766,8 +766,8 @@ After successful installation:
766766If 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---
Original file line number Diff line number Diff 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
2626cd 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
You can’t perform that action at this time.
0 commit comments