File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed
dandiapi/api/templates/api/mail Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ Your DANDI account has been approved. You can go to {{ dandi_web_app_url }} and
66Please use the following links to post any questions or issues.
77
88DANDI 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/
1110YouTube: https://www.youtube.com/@dandiarchive
1211(please Subscribe)
1312
Original file line number Diff line number Diff line change @@ -15,8 +15,7 @@ registered with our Slack workspace.
1515Please use the following links to post any questions or issues.
1616
1717DANDI 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/
2019YouTube: https://www.youtube.com/@dandiarchive
2120(please Subscribe)
2221
Original file line number Diff line number Diff 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 },
Original file line number Diff line number Diff line change 11const dandiUrl = 'https://dandiarchive.org' ;
22const dandiAboutUrl = 'https://about.dandiarchive.org/' ;
33const dandiDocumentationUrl = 'https://docs.dandiarchive.org' ;
4- const dandiHelpUrl = 'https://github.com/dandi/helpdesk/issues/new/choose ' ;
4+ const dandiHelpUrl = 'https://docs.dandiarchive.org/support/ ' ;
55const dandihubUrl = 'https://hub.dandiarchive.org/' ;
66const sandboxDocsUrl = `${ dandiDocumentationUrl } /getting-started/creating-account/` ;
77
You can’t perform that action at this time.
0 commit comments