fix(cloudflare-tunnels): Dead links to docs (#5104)

This commit is contained in:
Gary Tou
2025-02-11 08:04:10 -08:00
committed by GitHub
parent cb35d72812
commit 9c04834dab
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
if (checkNumber > 5) {
this.popups.realtime = true;
console.error(
'Coolify could not connect to its real-time service. This will cause unusual problems on the UI if not fixed! Please check the related documentation (https://coolify.io/docs/knowledge-base/cloudflare/tunnels) or get help on Discord (https://coollabs.io/discord).)'
'Coolify could not connect to its real-time service. This will cause unusual problems on the UI if not fixed! Please check the related documentation (https://coolify.io/docs/knowledge-base/cloudflare/tunnels/overview) or get help on Discord (https://coollabs.io/discord).)'
);
}