Merge pull request #434 from exi66/canary

fix: invalid template source path
This commit is contained in:
Mauricio Siu
2024-09-09 09:39:59 -06:00
committed by GitHub

View File

@@ -234,7 +234,7 @@ export const AddTemplate = ({ projectId }: Props) => {
</Link>
)}
<Link
href={`https://github.com/dokploy/dokploy/tree/canary/templates/${template.id}`}
href={`https://github.com/Dokploy/dokploy/tree/canary/apps/dokploy/templates/${template.id}`}
target="_blank"
className={
"text-sm text-muted-foreground p-3 rounded-full hover:bg-border items-center flex transition-colors"