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

@@ -193,6 +193,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
--- ---
[Unreleased]: https://github.com/noordjonge/nasscript/compare/v2.0.0...HEAD [Unreleased]: https://github.com/spalencsar/nas/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/noordjonge/nasscript/releases/tag/v2.0.0 [2.0.0]: https://github.com/spalencsar/nas/releases/tag/v2.0.0
[1.0.0]: https://github.com/noordjonge/nasscript/releases/tag/v1.0.0 [1.0.0]: https://github.com/spalencsar/nas/releases/tag/v1.0.0

View File

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

View File

@@ -90,8 +90,8 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
### 1. Clone Repository ### 1. Clone Repository
```bash ```bash
git clone https://github.com/noordjonge/nasscript.git git clone https://github.com/spalencsar/nas.git
cd nasscript/nas cd nas
``` ```
### 2. Make Script Executable ### 2. Make Script Executable
@@ -331,8 +331,8 @@ We welcome contributions to improve this project! Please read [CONTRIBUTING.md](
## 📞 Support ## 📞 Support
### Community Support ### Community Support
1. [Browse Wiki](https://github.com/noordjonge/nasscript/wiki) 1. [Browse Wiki](https://github.com/spalencsar/nas/wiki)
2. [Search existing issues](https://github.com/noordjonge/nasscript/issues) 2. [Search existing issues](https://github.com/spalencsar/nas/issues)
3. Create new issue if needed 3. Create new issue if needed
### Professional Support ### Professional Support
@@ -352,8 +352,8 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
## 👨‍💻 Author ## 👨‍💻 Author
**Sebastian Palencsár** **Sebastian Palencsár**
- GitHub: [@noordjonge](https://github.com/noordjonge) - GitHub: [@spalencsar](https://github.com/spalencsar)
- Project Repository: [NAS Script](https://github.com/noordjonge/nasscript) - Project Repository: [NAS Script](https://github.com/spalencsar/nas)
--- ---