From 68091b44fc31354e97707bf720ba5fdde2d540f8 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 11 Oct 2023 09:54:01 +0200 Subject: [PATCH] fix: contact link --- README.md | 2 +- config/coolify.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0c091c41..8d5ea5a74 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ # Installation ## Support -Contact us [here](https://coolify.io/contact). +Contact us [here](https://coolify.io/docs/contact). ## Recognitions diff --git a/config/coolify.php b/config/coolify.php index 5209958b5..05917d17a 100644 --- a/config/coolify.php +++ b/config/coolify.php @@ -1,7 +1,7 @@ 'https://coolify.io/contact', + 'docs' => 'https://coolify.io/docs/contact', 'self_hosted' => env('SELF_HOSTED', true), 'waitlist' => env('WAITLIST', false), 'license_url' => 'https://licenses.coollabs.io',