Skip to content

Commit

Permalink
Merge pull request #2138 from kabilar/about-url
Browse files Browse the repository at this point in the history
Update URL for DANDI About site
  • Loading branch information
waxlamp authored Jan 22, 2025
2 parents 224e907 + 4a3d269 commit 09a878c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DANDI Archive

![](https://www.dandiarchive.org/assets/dandi_logo.svg)
![](https://about.dandiarchive.org/assets/dandi_logo.svg)

## DANDI: Distributed Archives for Neurophysiology Data Integration

Expand Down
2 changes: 1 addition & 1 deletion dandiapi/api/templates/api/root_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h5>Welcome! Are you lost?</h5>
<li>The <a href="{{ web_app_url }}">DANDI Archive</a>
instance associated with this API server</li>

<li>The <a href="https://www.dandiarchive.org">DANDI project</a>
<li>The <a href="https://about.dandiarchive.org">DANDI project</a>
website</li>
</ul>

Expand Down
2 changes: 1 addition & 1 deletion web/src/utils/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const dandiUrl = 'https://dandiarchive.org';
const dandiAboutUrl = 'https://www.dandiarchive.org/';
const dandiAboutUrl = 'https://about.dandiarchive.org/';
const dandiDocumentationUrl = 'https://www.dandiarchive.org/handbook/10_using_dandi/';
const dandiHelpUrl = 'https://github.com/dandi/helpdesk/issues/new/choose';
const dandihubUrl = 'https://hub.dandiarchive.org/';
Expand Down

0 comments on commit 09a878c

Please sign in to comment.