fix: invalid template source path

This commit is contained in:
exi66
2024-09-09 17:13:14 +04:00
parent 3bb19cd324
commit 4a82125612

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"