From 9d5daff52c536f47593d3d4ba7fdf1e91a6d41cf Mon Sep 17 00:00:00 2001 From: Wikid82 Date: Fri, 28 Nov 2025 05:58:07 +0000 Subject: [PATCH] docs: update links to use GitHub Pages URLs --- README.md | 6 +++--- docs/features.md | 2 +- docs/index.md | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f803485b..7f4c147d 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ | ๐ŸŒ **WebSocket Support** | Perfect for real-time apps and chat services | | โšก **Zero Downtime** | Hot-reload configuration without restarts | -**[See all features โ†’](docs/features.md)** +**[See all features โ†’](https://wikid82.github.io/cpmp/features)** --- @@ -47,7 +47,7 @@ docker compose up -d Open **http://localhost:8080** โ€” that's it! ๐ŸŽ‰ -**[Full documentation โ†’](docs/index.md)** +**[Full documentation โ†’](https://wikid82.github.io/cpmp/)** --- @@ -65,7 +65,7 @@ We welcome contributions! See our [Contributing Guide](CONTRIBUTING.md) to get s

MIT License ยท - Documentation ยท + Documentation ยท Releases

diff --git a/docs/features.md b/docs/features.md index a602bb0a..89d68938 100644 --- a/docs/features.md +++ b/docs/features.md @@ -167,5 +167,5 @@ Each feature has detailed documentation: ---

- Missing a feature? Let us know! + Missing a feature? Let us know!

diff --git a/docs/index.md b/docs/index.md index 4e30f039..b0eaf2d2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -36,7 +36,7 @@ Welcome to the Caddy Proxy Manager Plus documentation! | Guide | Description | |-------|-------------| -| [Contributing](../CONTRIBUTING.md) | How to help improve CPMP | +| [Contributing](https://github.com/Wikid82/cpmp/blob/main/CONTRIBUTING.md) | How to help improve CPMP | | [Debugging Guide](debugging-local-container.md) | Troubleshooting containers | | [GitHub Setup](github-setup.md) | CI/CD and deployment | @@ -44,8 +44,8 @@ Welcome to the Caddy Proxy Manager Plus documentation! ## ๐Ÿ†˜ Getting Help -- **๐Ÿ’ฌ Questions?** [Start a Discussion](https://github.com/Wikid82/CaddyProxyManagerPlus/discussions) -- **๐Ÿ› Found a Bug?** [Open an Issue](https://github.com/Wikid82/CaddyProxyManagerPlus/issues) +- **๐Ÿ’ฌ Questions?** [Start a Discussion](https://github.com/Wikid82/cpmp/discussions) +- **๐Ÿ› Found a Bug?** [Open an Issue](https://github.com/Wikid82/cpmp/issues) - **๐Ÿ“‹ Roadmap** [Project Board](https://github.com/users/Wikid82/projects/7) ---