diff --git a/README.md b/README.md
index 49d3b9c3d..9f1283058 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/dandiapi/api/templates/api/root_content.html b/dandiapi/api/templates/api/root_content.html
index 93806af76..984d9596f 100644
--- a/dandiapi/api/templates/api/root_content.html
+++ b/dandiapi/api/templates/api/root_content.html
@@ -17,7 +17,7 @@
Welcome! Are you lost?
The DANDI Archive
instance associated with this API server
- The DANDI project
+ The DANDI project
website
diff --git a/web/src/utils/constants.ts b/web/src/utils/constants.ts
index b9c8758a1..995976ff0 100644
--- a/web/src/utils/constants.ts
+++ b/web/src/utils/constants.ts
@@ -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/';