fix: correct GitHub links in documentation

- Fix GitHub repository links in CHANGELOG.md
- Fix clone repository link in README.md
- Ensure all documentation uses correct spalencsar/nas repository
- Maintain consistency across all documentation files
This commit is contained in:
Sebastian Palencsár
2025-06-17 11:04:39 +02:00
parent cb91166616
commit ec2b8361f7
3 changed files with 11 additions and 11 deletions

View File

@@ -43,8 +43,8 @@ For feature requests, please provide:
1. **Fork & Clone**
```bash
git clone https://github.com/YOUR_USERNAME/nasscript.git
cd nasscript/nas
git clone https://github.com/YOUR_USERNAME/nas.git
cd nas
```
2. **Create Feature Branch**