Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
kabilar committed Jun 6, 2024
1 parent ad0c7f1 commit 60d96bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/ref/urls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ has one, and its draft version will be used otherwise.
`parse_dandi_url()` converts this format to a `DandisetURL`.

- Any ``https://gui.dandiarchive.org/`` or
``https://*dandiarchive-org.netflify.app/`` URL which redirects to
``https://*dandiarchive-org.netlify.app/`` URL which redirects to
one of the other URL formats

- :samp:`https://{server}[/api]/[#/]dandiset/{dandiset-id}[/{version}][/files]`
Expand Down
2 changes: 1 addition & 1 deletion lincbrain/dandiarchive.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ class _dandi_url_parser:
(
re.compile(r"https?://[^/]*dandiarchive-org\.netlify\.app/.*"),
{"map_instance": "dandi"},
"https://*dandiarchive-org.netflify.app/...",
"https://*dandiarchive-org.netlify.app/...",
),
# Direct urls to our new API
(
Expand Down

0 comments on commit 60d96bf

Please sign in to comment.