From 603e19b21e168f939f9dd86e6be1150fb825e6be Mon Sep 17 00:00:00 2001 From: Djalim Simaila Date: Fri, 3 Apr 2026 11:23:56 +0200 Subject: [PATCH] docs(website): update relative links in documentation --- CLI.md | 2 +- Contributing.md | 2 +- FAQs.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CLI.md b/CLI.md index 5582329..6afc16c 100644 --- a/CLI.md +++ b/CLI.md @@ -70,7 +70,7 @@ If you encounter issues while using the CLI, try the following: ```bash deno task compile ``` -3. **Consult the Documentation**: Refer to the [CLI documentation](/cli) for +3. **Consult the Documentation**: Refer to the [CLI documentation](./cli) for detailed usage instructions. 4. **Ask the Community**: Reach out to the [GitHub Discussions](https://github.com/fedyna-k/PolyMPR/discussions) for diff --git a/Contributing.md b/Contributing.md index 032e004..fa32047 100644 --- a/Contributing.md +++ b/Contributing.md @@ -157,7 +157,7 @@ started: issues to work on. - **[Documentation](https://github.com/fedyna-k/PolyMPR/wiki)**: Learn more about PolyMPR’s architecture and features. -- **[Tutorials](/tutorials)**: Step-by-step guides for common tasks. +- **[Tutorials](./tutorials)**: Step-by-step guides for common tasks. Thank you for contributing to PolyMPR! Together, we can build a better future for HR management. Happy coding! 💻✨ diff --git a/FAQs.md b/FAQs.md index d43a848..632a854 100644 --- a/FAQs.md +++ b/FAQs.md @@ -122,7 +122,7 @@ You can: ### 16. **How can I contribute to PolyMPR?** -We welcome contributions! Check out the [contributing guide](/contributing) to +We welcome contributions! Check out the [contributing guide](./contributing) to learn how to submit pull requests, report issues, or suggest new features. ### 17. **Is there a community forum or chat for PolyMPR?**