diff --git a/README.md b/README.md index 9f1283058..d3323f425 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Vue-based [frontend](web/) to provide a user interface to the archive. ## Resources * To learn how to interact with the archive, -see [the handbook](https://www.dandiarchive.org/handbook/). +see the [DANDI Docs](https://docs.dandiarchive.org). * To get help: - ask a question: https://github.com/dandi/helpdesk/discussions diff --git a/dandiapi/api/templates/api/mail/approved_user_message.txt b/dandiapi/api/templates/api/mail/approved_user_message.txt index 4c1f73de4..f8ec39677 100644 --- a/dandiapi/api/templates/api/mail/approved_user_message.txt +++ b/dandiapi/api/templates/api/mail/approved_user_message.txt @@ -6,7 +6,7 @@ to start creating dandisets and uploading data. Please use the following links to post any questions or issues. -DANDI Handbook: https://www.dandiarchive.org/handbook +DANDI Docs: https://docs.dandiarchive.org Discussions: https://github.com/dandi/helpdesk/discussions Issues: https://github.com/dandi/helpdesk/issues/new/choose YouTube: https://www.youtube.com/@dandiarchive diff --git a/dandiapi/api/templates/api/mail/registered_message.txt b/dandiapi/api/templates/api/mail/registered_message.txt index 797508ea7..7e04c13de 100644 --- a/dandiapi/api/templates/api/mail/registered_message.txt +++ b/dandiapi/api/templates/api/mail/registered_message.txt @@ -14,7 +14,7 @@ registered with our Slack workspace. Please use the following links to post any questions or issues. -DANDI Handbook: https://www.dandiarchive.org/handbook +DANDI Docs: https://docs.dandiarchive.org Discussions: https://github.com/dandi/helpdesk/discussions Issues: https://github.com/dandi/helpdesk/issues/new/choose YouTube: https://www.youtube.com/@dandiarchive diff --git a/dandiapi/api/templates/api/mail/rejected_user_message.txt b/dandiapi/api/templates/api/mail/rejected_user_message.txt index 49576908c..333d0ce0a 100644 --- a/dandiapi/api/templates/api/mail/rejected_user_message.txt +++ b/dandiapi/api/templates/api/mail/rejected_user_message.txt @@ -13,7 +13,7 @@ DANDI is freely accessible to the neuroscience research community. Membership is - Without an academic email, account approval is still possible under specific circumstances. You can appeal the decision by contacting help@dandiarchive.org. -For more information, see the "Create a DANDI Account page" at https://www.dandiarchive.org/handbook/16_account. +For more information, see the "Create a DANDI Account page" at https://docs.dandiarchive.org/16_account. Sincerely, diff --git a/web/src/components/FileBrowser/FileUploadInstructions.vue b/web/src/components/FileBrowser/FileUploadInstructions.vue index c8afc85e3..9443fe1b1 100644 --- a/web/src/components/FileBrowser/FileUploadInstructions.vue +++ b/web/src/components/FileBrowser/FileUploadInstructions.vue @@ -36,8 +36,8 @@ Follow the installation instructions in the - - DANDI handbook + + DANDI Docs . diff --git a/web/src/utils/constants.ts b/web/src/utils/constants.ts index 995976ff0..fd0f2b4a8 100644 --- a/web/src/utils/constants.ts +++ b/web/src/utils/constants.ts @@ -1,6 +1,6 @@ const dandiUrl = 'https://dandiarchive.org'; const dandiAboutUrl = 'https://about.dandiarchive.org/'; -const dandiDocumentationUrl = 'https://www.dandiarchive.org/handbook/10_using_dandi/'; +const dandiDocumentationUrl = 'https://docs.dandiarchive.org/10_using_dandi/'; const dandiHelpUrl = 'https://github.com/dandi/helpdesk/issues/new/choose'; const dandihubUrl = 'https://hub.dandiarchive.org/'; diff --git a/web/src/views/CreateDandisetView/CreateDandisetView.vue b/web/src/views/CreateDandisetView/CreateDandisetView.vue index f54721f3e..339fcb09c 100644 --- a/web/src/views/CreateDandisetView/CreateDandisetView.vue +++ b/web/src/views/CreateDandisetView/CreateDandisetView.vue @@ -80,7 +80,7 @@
Select a license under which to share the contents of this Dandiset. You can learn more about diff --git a/web/src/views/DandisetLandingView/DownloadDialog.vue b/web/src/views/DandisetLandingView/DownloadDialog.vue index 5b28e56ac..08598cafb 100644 --- a/web/src/views/DandisetLandingView/DownloadDialog.vue +++ b/web/src/views/DandisetLandingView/DownloadDialog.vue @@ -19,7 +19,7 @@