Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update URL for DANDI Docs #2137

Merged
merged 2 commits into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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