diff --git a/web-console/console-config.js b/web-console/console-config.js index 6fac8a2dd68..0ba9a39c59c 100644 --- a/web-console/console-config.js +++ b/web-console/console-config.js @@ -17,6 +17,6 @@ */ window.consoleConfig = { - "exampleManifestsUrl": "https://druid.apache.org/data/example-manifests.tsv" + "exampleManifestsUrl": "https://druid.apache.org/data/example-manifests-v2.tsv" /* future configs may go here */ };