Skip to content

Commit

Permalink
Merge branch 'master' into 1204_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
edeno authored Jan 13, 2025
2 parents 5c073ab + 4f7050e commit c3f5492
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Change Log


## [0.5.5] (Unreleased)

### Infrastructure

- Ensure merge tables are declared during file insertion #1205
- Update URL for DANDI Docs #1210

## [0.5.4] (December 20, 2024)

Expand Down
4 changes: 2 additions & 2 deletions notebooks/05_Export.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -928,9 +928,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The first step you will need to do is to [create a Dandi account](https://www.dandiarchive.org/handbook/16_account/). \n",
"The first step you will need to do is to [create a Dandi account](https://docs.dandiarchive.org/16_account/). \n",
"With this account you can then [register a new dandiset](https://dandiarchive.org/dandiset/create) by providing a name and basic metadata. \n",
"Dandi's instructions for these steps are available [here](https://www.dandiarchive.org/handbook/13_upload/).\n",
"Dandi's instructions for these steps are available [here](https://docs.dandiarchive.org/13_upload/).\n",
"\n",
"The key information you will need from your registration is the `dandiset ID` and your account `api_key`, both of which are available from your registered account.\n",
"\n",
Expand Down
4 changes: 2 additions & 2 deletions notebooks/py_scripts/05_Export.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,9 @@

# ### Dandiset Upload

# The first step you will need to do is to [create a Dandi account](https://www.dandiarchive.org/handbook/16_account/).
# The first step you will need to do is to [create a Dandi account](https://docs.dandiarchive.org/16_account/).
# With this account you can then [register a new dandiset](https://dandiarchive.org/dandiset/create) by providing a name and basic metadata.
# Dandi's instructions for these steps are available [here](https://www.dandiarchive.org/handbook/13_upload/).
# Dandi's instructions for these steps are available [here](https://docs.dandiarchive.org/13_upload/).
#
# The key information you will need from your registration is the `dandiset ID` and your account `api_key`, both of which are available from your registered account.
#
Expand Down

0 comments on commit c3f5492

Please sign in to comment.