Update source.svelte line 263 - Correcting the help link

Updated to the correct help link, as the old link was not pointing to the correct section in the docs.coollabs.io page
This commit is contained in:
Jenish J
2023-06-28 20:45:03 +05:30
committed by GitHub
parent 33b853b981
commit 79c98657b1

View File

@@ -260,7 +260,7 @@
<PublicRepository /> <PublicRepository />
<div class="flex flex-row items-center pt-10"> <div class="flex flex-row items-center pt-10">
<div class="title py-4 pr-4">Simple Dockerfile <Beta /></div> <div class="title py-4 pr-4">Simple Dockerfile <Beta /></div>
<DocLink url="https://docs.coollabs.io/coolify/applications/#dockerfile" /> <DocLink url="https://docs.coollabs.io/coolify/applications/#simple-dockerfile" />
</div> </div>
<div class="mx-auto max-w-screen-2xl"> <div class="mx-auto max-w-screen-2xl">
<form class="flex flex-col" on:submit|preventDefault={handleDockerImage}> <form class="flex flex-col" on:submit|preventDefault={handleDockerImage}>