Fix broken link to framework specific docs in

general.blade.php
This commit is contained in:
Andras Bacsai 2023-11-10 13:42:17 +01:00
parent 763ce5fc14
commit d9a966fd98

View File

@ -52,7 +52,7 @@
@if ($application->could_set_build_commands())
@if ($application->build_pack === 'nixpacks')
<div>Nixpacks will detect the required configuration automatically.
<a class="underline" href="https://coolify.io/docs/frameworks">Framework Specific Docs</a>
<a class="underline" href="https://coolify.io/docs/frameworks/">Framework Specific Docs</a>
</div>
<div class="flex flex-col gap-2 xl:flex-row">
<x-forms.input placeholder="If you modify this, you probably need to have a nixpacks.toml"