Skip to content

Commit c88eb37

Browse files
authored
Update fill_template.py (#353)
1 parent 2e36cb2 commit c88eb37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/fill_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def render_json(dir_name, version_str, url_type, port):
1212

1313
BASE_URL = {
1414
'local': f'http://localhost:{port}/{dir_name}/data/processed',
15-
'remote': f'https://s3.amazonaws.com/vitessce-data/{version_str}/main/{dir_name}'
15+
'remote': f'https://data-1.vitessce.io/{version_str}/main/{dir_name}'
1616
}
1717
BASE_URL_GCP = {
1818
'local': f'http://localhost:{port}/{dir_name}/data/processed',

0 commit comments

Comments
 (0)