fix: contact link

This commit is contained in:
Andras Bacsai 2023-10-11 09:54:01 +02:00
parent 9f8caac91c
commit 68091b44fc
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ # Installation
## Support ## Support
Contact us [here](https://coolify.io/contact). Contact us [here](https://coolify.io/docs/contact).
## Recognitions ## Recognitions

View File

@ -1,7 +1,7 @@
<?php <?php
return [ return [
'docs' => 'https://coolify.io/contact', 'docs' => 'https://coolify.io/docs/contact',
'self_hosted' => env('SELF_HOSTED', true), 'self_hosted' => env('SELF_HOSTED', true),
'waitlist' => env('WAITLIST', false), 'waitlist' => env('WAITLIST', false),
'license_url' => 'https://licenses.coollabs.io', 'license_url' => 'https://licenses.coollabs.io',