diff --git a/website/docs/core-concepts/validate/json-schema.mdx b/website/docs/core-concepts/validate/json-schema.mdx index cec4c4abd..5efb9fc95 100644 --- a/website/docs/core-concepts/validate/json-schema.mdx +++ b/website/docs/core-concepts/validate/json-schema.mdx @@ -50,7 +50,7 @@ specify remote schemas by setting the `manifest` field to a remote URL. schemas: atmos: # You can specify a remote schema URL as well - manifest: "https://example.com/path/to/remote/atmos-manifest.json" + manifest: "https://atmos.tools/schemas/atmos/atmos-manifest/1.0/atmos-manifest.json" ```