Skip to content

Commit c6ec6fa

Browse files
authored
Merge pull request #2688 from kabilar/support
Update URL for user support
2 parents a265243 + cf725e6 commit c6ec6fa

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

dandiapi/api/templates/api/mail/approved_user_message.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ Your DANDI account has been approved. You can go to {{ dandi_web_app_url }} and
66
Please use the following links to post any questions or issues.
77

88
DANDI Docs: https://docs.dandiarchive.org
9-
Discussions: https://github.com/dandi/helpdesk/discussions
10-
Issues: https://github.com/dandi/helpdesk/issues/new/choose
9+
Support: https://docs.dandiarchive.org/support/
1110
YouTube: https://www.youtube.com/@dandiarchive
1211
(please Subscribe)
1312

dandiapi/api/templates/api/mail/registered_message.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ registered with our Slack workspace.
1515
Please use the following links to post any questions or issues.
1616

1717
DANDI Docs: https://docs.dandiarchive.org
18-
Discussions: https://github.com/dandi/helpdesk/discussions
19-
Issues: https://github.com/dandi/helpdesk/issues/new/choose
18+
Support: https://docs.dandiarchive.org/support/
2019
YouTube: https://www.youtube.com/@dandiarchive
2120
(please Subscribe)
2221

web/src/components/AppBar/AppBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ const navItems: NavigationItem[] = [
199199
external: true,
200200
},
201201
{
202-
text: 'Help',
202+
text: 'Support',
203203
to: dandiHelpUrl,
204204
external: true,
205205
},

web/src/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const dandiUrl = 'https://dandiarchive.org';
22
const dandiAboutUrl = 'https://about.dandiarchive.org/';
33
const dandiDocumentationUrl = 'https://docs.dandiarchive.org';
4-
const dandiHelpUrl = 'https://github.com/dandi/helpdesk/issues/new/choose';
4+
const dandiHelpUrl = 'https://docs.dandiarchive.org/support/';
55
const dandihubUrl = 'https://hub.dandiarchive.org/';
66
const sandboxDocsUrl = `${dandiDocumentationUrl}/getting-started/creating-account/`;
77

0 commit comments

Comments
 (0)