mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: invalid template source path
This commit is contained in:
@@ -234,7 +234,7 @@ export const AddTemplate = ({ projectId }: Props) => {
|
|||||||
</Link>
|
</Link>
|
||||||
)}
|
)}
|
||||||
<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"
|
target="_blank"
|
||||||
className={
|
className={
|
||||||
"text-sm text-muted-foreground p-3 rounded-full hover:bg-border items-center flex transition-colors"
|
"text-sm text-muted-foreground p-3 rounded-full hover:bg-border items-center flex transition-colors"
|
||||||
|
|||||||
Reference in New Issue
Block a user