From 6389b9df3f616c09a9bbbf1a2988764b0c3aeb77 Mon Sep 17 00:00:00 2001 From: paul Date: Sat, 26 Jul 2025 00:25:04 +0200 Subject: [PATCH] fix: update all deployment guide links in README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Change all links from DEPLOYMENT.md to DEPLOYMENT_GUIDE.md - Fixed 3 occurrences: documentation section, getting started section, and footer - Matches the actual filename in the repository 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09ee480..051366e 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ docker-compose up -d ## 📖 Documentation -- 📘 [**Deployment Guide**](DEPLOYMENT.md) - Detailed installation instructions +- 📘 [**Deployment Guide**](DEPLOYMENT_GUIDE.md) - Detailed installation instructions - 🤝 [**Contributing**](CONTRIBUTING.md) - How to contribute - 📜 [**License**](LICENSE) - MIT License - 🔒 [**Security**](SECURITY.md) - Security policies @@ -209,7 +209,7 @@ PicPeak is released under the [MIT License](LICENSE). Use it freely for personal ## 🚀 Ready to Get Started? 1. ⭐ **Star this repository** to show your support -2. 📖 Read the [Deployment Guide](DEPLOYMENT.md) +2. 📖 Read the [Deployment Guide](DEPLOYMENT_GUIDE.md) 3. 🐛 Report issues or request features 4. 🤝 Join our community and contribute! @@ -219,6 +219,6 @@ PicPeak is released under the [MIT License](LICENSE). Use it freely for personal Made with ❤️ by photographers, for photographers
GitHub • - Documentation • + DocumentationSupport

\ No newline at end of file