diff --git a/www/docs/customization/index.md b/www/docs/customization/index.md
index f3dd1b540..7ca059529 100644
--- a/www/docs/customization/index.md
+++ b/www/docs/customization/index.md
@@ -12,12 +12,12 @@ GoReleaser also has a [jsonschema][] file which you can use to have better edito
 
 === "OSS"
     ```sh
-    https://goreleaser.com/schema.json
+    https://goreleaser.com/static/schema.json
     ```
 
 === "Pro"
     ```sh
-    https://goreleaser.com/schema-pro.json
+    https://goreleaser.com/static/schema-pro.json
     ```
 
 You can also generate it for your specific version using the [`goreleaser jsonschema`][schema] command.