diff --git a/ooiui/templates/common/help.html b/ooiui/templates/common/help.html index bc462902..2d50de85 100644 --- a/ooiui/templates/common/help.html +++ b/ooiui/templates/common/help.html @@ -40,9 +40,9 @@
-

For all issues, please email helpdesk@oceanobservatories.org

-

For data status, go to https://oceanobservatories.org/data-status/

-

For more information about the OOI Help Desk and Knowledge Base, go to http://oceanobservatories.org/helpdesk/

+

For Knowledge Base and posting questions, go to https://discourse.oceanobservatories.org/

+

For data status, go to https://oceanobservatories.org/data-status/

+

For questions not addressed by the Knowledge Base, please email helpdesk@oceanobservatories.org

diff --git a/ooiui/templates/common/help_login.html b/ooiui/templates/common/help_login.html index 4efc5a5d..fa393494 100644 --- a/ooiui/templates/common/help_login.html +++ b/ooiui/templates/common/help_login.html @@ -36,8 +36,8 @@

or

2) Click the CILogon logo on the login screen.


Please contact the help desk with any questions pertaining to user accounts.

-

For all issues, please email helpdesk@oceanobservatories.org

-

Access trouble tickets at https://redmine.oceanobservatories.org/login

+

For Knowledge Base and posting questions, go to https://discourse.oceanobservatories.org/

+

For questions not addressed by the Knowledge Base, please email helpdesk@oceanobservatories.org

diff --git a/ooiui/templates/common/home.html b/ooiui/templates/common/home.html index 3d3eedbb..a839d376 100644 --- a/ooiui/templates/common/home.html +++ b/ooiui/templates/common/home.html @@ -22,7 +22,7 @@ - @@ -103,9 +103,9 @@

Research Arrays Select an array on the map or choose from the {# console.log('arrayCollection fetch onerrorhandler');#} var helpMessage = '
'; - helpMessage += '

No connection to the data services could be established.

'; - helpMessage += '

For all issues, please email helpdesk@oceanobservatories.org

'; - helpMessage += '

For more information about the OOI Help Desk and Knowledge Base, go to http://oceanobservatories.org/helpdesk/

'; + helpMessage += '

No connection to the data services could be established.

'; + helpMessage += '

For Knowledge Base and posting questions, go to https://discourse.oceanobservatories.org/

'; + helpMessage += '

For questions not addressed by the Knowledge Base, please email helpdesk@oceanobservatories.org

'; helpMessage += '
'; $('#array-content').replaceWith(helpMessage); };