From ed5e20802ca583ba65d3fbf6a0ef00fe705ce6bc Mon Sep 17 00:00:00 2001 From: Sudhanshu Dasgupta Date: Thu, 2 Jan 2025 07:29:03 +0000 Subject: [PATCH] make download design from cloud server Signed-off-by: Sudhanshu Dasgupta --- _includes/copy-and-download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/copy-and-download.html b/_includes/copy-and-download.html index d4635dc4b7..d87d6f564b 100644 --- a/_includes/copy-and-download.html +++ b/_includes/copy-and-download.html @@ -56,7 +56,7 @@ const element = document.getElementById("resourceDownloadBtn") const patternId = element.dataset.patternid - patternId && fetch(`https://playground.meshery.io/api/pattern/download/${patternId}`) + patternId && fetch(`https://cloud.layer5.io/api/content/patterns/download/${patternId}`) } \ No newline at end of file