Skip to content

Commit a14dfc1

Browse files
committed
fix: update Dokku documentation links to the new domain
1 parent af05d75 commit a14dfc1

11 files changed

Lines changed: 27 additions & 21 deletions

File tree

.github/ISSUE_TEMPLATE/support.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,20 @@ assignees: ''
4949

5050
## Checklist
5151

52-
- [ ] I have read the [documentation](../docs)
52+
- [ ] I have read the [documentation](../../docs)
5353
- [ ] I have searched existing issues for similar questions
54-
- [ ] I have tried the [troubleshooting steps](../docs/useful-commands.md#troubleshooting)
54+
- [ ] I have tried the [troubleshooting steps](../../docs/useful-commands.md#troubleshooting)
5555
- [ ] I have checked the [Evolution API documentation](https://doc.evolution-api.com/)
5656
- [ ] I have provided all relevant environment information
5757

5858
## Resources Consulted
5959

6060
<!-- List the documentation pages or resources you've already checked -->
6161

62-
- [ ] [Installation Guide](../docs/installation.md)
63-
- [ ] [System Requirements](../docs/system-requirements.md)
64-
- [ ] [Configuration Guide](../docs/configuration.md)
65-
- [ ] [Useful Commands](../docs/useful-commands.md)
66-
- [ ] [Performance & Optimization](../docs/performance.md)
62+
- [ ] [Installation Guide](../../docs/installation.md)
63+
- [ ] [System Requirements](../../docs/system-requirements.md)
64+
- [ ] [Configuration Guide](../../docs/configuration.md)
65+
- [ ] [Useful Commands](../../docs/useful-commands.md)
66+
- [ ] [Performance & Optimization](../../docs/performance.md)
6767
- [ ] [Evolution API Docs](https://doc.evolution-api.com/)
68-
- [ ] [Dokku Documentation](http://dokku.viewdocs.io/dokku/)
68+
- [ ] [Dokku Documentation](https://dokku.com/docs/)

.github/SECURITY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ We release patches for security vulnerabilities in the deployment configuration.
1313

1414
**Please do not report security vulnerabilities through public GitHub issues.**
1515

16-
If you discover a security vulnerability in this deployment configuration, please send an email to the maintainer. You can find the contact information in the [FUNDING.yml](.github/FUNDING.yml) file or GitHub profile.
16+
If you discover a security vulnerability in this deployment configuration, please send an email to the maintainer. You can find the contact information in the [FUNDING.yml](FUNDING.yml) file or GitHub profile.
1717

1818
Please include the following information:
1919

@@ -139,7 +139,7 @@ For security issues specific to Evolution API:
139139

140140
For security issues specific to Dokku:
141141

142-
- Visit the [Dokku Security Documentation](http://dokku.viewdocs.io/dokku/deployment/security/)
142+
- Visit the [Dokku Security Documentation](https://dokku.com/docs/deployment/security/)
143143
- Keep Dokku updated to the latest stable version
144144
- Follow Dokku security best practices
145145

@@ -151,7 +151,7 @@ For PostgreSQL security:
151151
- Enable SSL/TLS connections
152152
- Use strong passwords
153153
- Regular security patches
154-
- Follow [PostgreSQL Security Best Practices](https://www.postgresql.org/docs/current/security.html)
154+
- Follow [PostgreSQL Security Best Practices](https://www.postgresql.org/docs/current/runtime.html)
155155

156156
## Compliance
157157

.github/workflows/markdown-link-check-config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
},
2424
{
2525
"pattern": "^dokku@your-server"
26+
},
27+
{
28+
"pattern": "^http://dokku.viewdocs.io"
29+
},
30+
{
31+
"pattern": "https://github.com/EvolutionAPI/evolution-api/releases"
2632
}
2733
],
2834
"timeout": "20s",

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ See [docs/system-requirements.md](docs/system-requirements.md) for detailed requ
244244
### External Documentation
245245

246246
- [Evolution API Documentation](https://doc.evolution-api.com/)
247-
- [Dokku Documentation](http://dokku.viewdocs.io/dokku/)
247+
- [Dokku Documentation](https://dokku.com/docs/)
248248
- [PostgreSQL Documentation](https://www.postgresql.org/docs/)
249249
- [Docker Documentation](https://docs.docker.com/)
250250

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818

1919
## About
2020

21-
This guide explains how to deploy [Evolution API](https://evolution-api.com/), a complete REST API for WhatsApp, on a [Dokku](http://dokku.viewdocs.io/dokku/) server. Dokku is a lightweight PaaS that simplifies application deployment and management using Docker.
21+
This guide explains how to deploy [Evolution API](https://evolution-api.com/), a complete REST API for WhatsApp, on a [Dokku](https://dokku.com/docs/) server. Dokku is a lightweight PaaS that simplifies application deployment and management using Docker.
2222

2323
## Prerequisites
2424

2525
Before proceeding, ensure you have:
2626

27-
- A server with [Dokku installed](http://dokku.viewdocs.io/dokku/getting-started/installation/)
27+
- A server with [Dokku installed](https://dokku.com/docs/getting-started/installation/)
2828
- The [PostgreSQL plugin](https://github.com/dokku/dokku-postgres) installed on Dokku
2929
- (Optional) The [Let's Encrypt plugin](https://github.com/dokku/dokku-letsencrypt) for SSL certificates
3030
- Domain pointing to your server (optional)

docs/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ No special migration steps required for upgrading to v2.3.7.
6767

6868
### Links
6969

70-
- [Evolution API v2.3.7 Release](https://github.com/EvolutionAPI/evolution-api/releases/tag/v2.3.7)
70+
- [Evolution API Releases](https://github.com/EvolutionAPI/evolution-api/releases)
7171
- [Official Documentation](https://doc.evolution-api.com/)
7272

7373
---
@@ -126,7 +126,7 @@ Follow the [Evolution API GitHub](https://github.com/EvolutionAPI/evolution-api)
126126
For issues, questions, or feature requests:
127127

128128
- **Evolution API Issues**: [GitHub Issues](https://github.com/EvolutionAPI/evolution-api/issues)
129-
- **Dokku Documentation**: [Dokku Docs](http://dokku.viewdocs.io/dokku/)
129+
- **Dokku Documentation**: [Dokku Docs](https://dokku.com/docs/)
130130
- **Community Support**: [Evolution API Discord](https://evolution-api.com/discord)
131131

132132
---

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,5 +466,5 @@ dokku config:set evo DATABASE_SAVE_DATA_HISTORIC=true
466466
## References
467467

468468
- [Evolution API Documentation](https://doc.evolution-api.com/)
469-
- [Dokku Configuration](http://dokku.viewdocs.io/dokku/configuration/)
469+
- [Dokku Configuration](https://dokku.com/docs/configuration/)
470470
- [PostgreSQL Plugin](https://github.com/dokku/dokku-postgres)

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This guide provides complete step-by-step instructions for deploying Evolution A
1717

1818
Before proceeding, ensure you have:
1919

20-
- A server with [Dokku installed](http://dokku.viewdocs.io/dokku/getting-started/installation/)
20+
- A server with [Dokku installed](https://dokku.com/docs/getting-started/installation/)
2121
- SSH access to your Dokku server
2222
- The [PostgreSQL plugin](https://github.com/dokku/dokku-postgres) installed on Dokku
2323
- (Optional) The [Let's Encrypt plugin](https://github.com/dokku/dokku-letsencrypt) for SSL certificates

docs/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,6 @@ wrk -t10 -c100 -d30s -H "apikey: YOUR_API_KEY" https://evo.example.com/
629629
## References
630630

631631
- [Evolution API Documentation](https://doc.evolution-api.com/)
632-
- [Dokku Scaling Guide](http://dokku.viewdocs.io/dokku/deployment/scaling/)
632+
- [Dokku Scaling Guide](https://dokku.com/docs/deployment/scaling/)
633633
- [PostgreSQL Performance Tuning](https://wiki.postgresql.org/wiki/Performance_Optimization)
634634
- [Redis Best Practices](https://redis.io/topics/optimization)

docs/system-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This document outlines the hardware and software requirements for deploying Evol
1515
### Required
1616

1717
- **Dokku**: Version 0.30.0 or higher
18-
- Installation guide: [Dokku Getting Started](http://dokku.viewdocs.io/dokku/getting-started/installation/)
18+
- Installation guide: [Dokku Getting Started](https://dokku.com/docs/getting-started/installation/)
1919
- **PostgreSQL Plugin**: Latest version
2020
- Installation: `dokku plugin:install https://github.com/dokku/dokku-postgres.git postgres`
2121
- **Docker**: Version 20.10+ (automatically installed with Dokku)

0 commit comments

Comments
 (0)