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