docs: update links to use GitHub Pages URLs

This commit is contained in:
Wikid82
2025-11-28 05:58:07 +00:00
parent 0273da0841
commit 9d5daff52c
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -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
<p align="center">
<a href="LICENSE"><strong>MIT License</strong></a> ·
<a href="docs/index.md"><strong>Documentation</strong></a> ·
<a href="https://wikid82.github.io/cpmp/"><strong>Documentation</strong></a> ·
<a href="https://github.com/Wikid82/cpmp/releases"><strong>Releases</strong></a>
</p>
+1 -1
View File
@@ -167,5 +167,5 @@ Each feature has detailed documentation:
---
<p align="center">
<em>Missing a feature? <a href="https://github.com/Wikid82/CaddyProxyManagerPlus/discussions">Let us know!</a></em>
<em>Missing a feature? <a href="https://github.com/Wikid82/cpmp/discussions">Let us know!</a></em>
</p>
+3 -3
View File
@@ -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)
---