Skip to content

Commit

Permalink
Merge pull request #2137 from kabilar/docs-url
Browse files Browse the repository at this point in the history
Update URL for DANDI Docs
  • Loading branch information
waxlamp authored Jan 22, 2025
2 parents 21dda9d + 18a8d10 commit 7ef0703
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dandiapi/api/templates/api/mail/approved_user_message.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dandiapi/api/templates/api/mail/registered_message.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dandiapi/api/templates/api/mail/rejected_user_message.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected].

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,

Expand Down
4 changes: 2 additions & 2 deletions web/src/components/FileBrowser/FileUploadInstructions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<span class="text-body-2 grey--text text--darken-1">
<span class="text-body-2 grey--text text--darken-1">
Follow the installation instructions in the
<a href="https://www.dandiarchive.org/handbook/10_using_dandi/#dandi-python-client">
DANDI handbook
<a href="https://docs.dandiarchive.org/10_using_dandi/#dandi-python-client">
DANDI Docs
</a> .
</span>
</span>
Expand Down
2 changes: 1 addition & 1 deletion web/src/utils/constants.ts
Original file line number Diff line number Diff line change
@@ -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/';

Expand Down
2 changes: 1 addition & 1 deletion web/src/views/CreateDandisetView/CreateDandisetView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<div>
Select a license under which to share the contents of this Dandiset.
You can learn more about <a
href="https://www.dandiarchive.org/handbook/35_data_licenses/"
href="https://docs.dandiarchive.org/35_data_licenses/"
target="_blank"
rel="noopener"
>
Expand Down
2 changes: 1 addition & 1 deletion web/src/views/DandisetLandingView/DownloadDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<v-tooltip right>
<template #activator="{ on }">
<v-btn
href="https://www.dandiarchive.org/handbook/12_download/"
href="https://docs.dandiarchive.org/12_download/"
target="_blank"
rel="noopener"
text
Expand Down

0 comments on commit 7ef0703

Please sign in to comment.