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) ---