use new example manifest (#10787)

This commit is contained in:
Vadim Ogievetsky 2021-01-24 12:38:13 -08:00 committed by GitHub
parent 99494e3d16
commit 8c227bc566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 */
};