Skip to content

Commit 684a1b0

Browse files
Copilotyarikoptic
andcommitted
Update documentation to reflect all known instances support in short URL format
Co-authored-by: yarikoptic <[email protected]>
1 parent 3f49100 commit 684a1b0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/source/ref/urls.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ has one, and its draft version will be used otherwise.
1717
(case insensitive; ``version`` cannot be "draft") when it redirects
1818
to one of the other URL formats
1919

20-
- :samp:`DANDI:{dandiset-id}[/{version}]` (case insensitive)
21-
— Refers to a Dandiset on the main DANDI Archive instance named "dandi".
20+
- :samp:`{instance-name}:{dandiset-id}[/{version}]` (case insensitive,
21+
where ``instance-name`` is a known DANDI instance such as ``DANDI``,
22+
``DANDI-SANDBOX``, ``LINC``, ``EMBER``, etc.)
23+
— Refers to a Dandiset on the specified DANDI Archive instance.
2224
`parse_dandi_url()` converts this format to a `DandisetURL`.
2325

2426
- Any ``https://gui.dandiarchive.org/`` or

0 commit comments

Comments
 (0)