Skip to content

Commit bb981a7

Browse files
Merge branch 'master' into enh-staging
2 parents f0d6dcc + 4c8eb54 commit bb981a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dandi/cli/tests/test_instances.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_cmd_instances(monkeypatch):
2727
" gui: https://dandi.emberarchive.org\n"
2828
"ember-sandbox:\n"
2929
" api: https://api-dandi-sandbox.emberarchive.org/api\n"
30-
" gui: https://dandi-sandbox.emberarchive.org\n"
30+
" gui: https://apl-setup--ember-dandi-archive.netlify.app/\n"
3131
"linc:\n"
3232
" api: https://api.lincbrain.org/api\n"
3333
" gui: https://lincbrain.org\n"

dandi/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def urls(self) -> Iterator[str]:
156156
),
157157
"ember-sandbox": DandiInstance(
158158
"ember-sandbox",
159-
"https://dandi-sandbox.emberarchive.org",
159+
"https://apl-setup--ember-dandi-archive.netlify.app/",
160160
"https://api-dandi-sandbox.emberarchive.org/api",
161161
),
162162
}

docs/source/cmdline/instances.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Example output:
3333
gui: https://lincbrain.org
3434
ember-sandbox:
3535
api: https://api-dandi-sandbox.emberarchive.org/api
36-
gui: https://dandi-sandbox.emberarchive.org
36+
gui: https://apl-setup--ember-dandi-archive.netlify.app/
3737
ember:
3838
api: https://api-dandi.emberarchive.org/api
3939
gui: https://dandi.emberarchive.org

0 commit comments

Comments
 (0)