diff --git a/api/static-export/overview.mdx b/api/static-export/overview.mdx index 1f954b6f0..4a9514f3e 100644 --- a/api/static-export/overview.mdx +++ b/api/static-export/overview.mdx @@ -70,7 +70,7 @@ Self-hosted Mintlify deploys with the Helm chart in the [`mintlify/enterprise`]( staticExport: enabled: true # Presigned S3 link returned by the Get static export job status endpoint. - bundleUrl: "https://mintlify-static-export-outputs-prod.s3.amazonaws.com/6520f3a1c9b1a20012ab34cd/export.zip" + bundleUrl: "https://mintlify-static-export-outputs-prod.s3.amazonaws.com/6520f3a1c9b1a20012ab34cd/export.tar.gz" # Optional: pin to a specific export version for reproducible rollouts. version: "2024-06-01" ```