diff --git a/.github/ISSUE_TEMPLATE/issue-with-codat-docs.md b/.github/ISSUE_TEMPLATE/issue-with-codat-docs.md index 3b96fa6e97..b09929981c 100644 --- a/.github/ISSUE_TEMPLATE/issue-with-codat-docs.md +++ b/.github/ISSUE_TEMPLATE/issue-with-codat-docs.md @@ -7,7 +7,7 @@ assignees: '' --- -**Do not use this form to raise issues with Codat's product offering. [Reach out](https://docs.codat.io/support/get-help) to our support instead.** +**Do not use this form to raise issues with Codat's product offering. [Raise a ticket](https://codat.zendesk.com/hc/en-gb/requests/new) with our support team instead.** **Description** Provide a clear and concise description of the issue. Explain how you encountered the issue and how we can locate and/or replicate it. diff --git a/docs/support/get-help.mdx b/docs/support/get-help.mdx deleted file mode 100644 index 48a5e9d936..0000000000 --- a/docs/support/get-help.mdx +++ /dev/null @@ -1,77 +0,0 @@ ---- -title: Get help -description: Review the support options available to you -hide_table_of_contents: true -displayed_sidebar: docs -tags: - - Codat - - Support - - Get Help ---- - -
- -
diff --git a/nav.config.js b/nav.config.js index ae89ac1d78..5806d1e1f0 100644 --- a/nav.config.js +++ b/nav.config.js @@ -78,8 +78,10 @@ module.exports = { position: "left", items: [ { - to: "support/get-help", - label: "Get help", + href: "https://codat.zendesk.com/hc/en-gb/requests/new", + label: "Raise a ticket", + target: "_blank", + rel: null, }, { href: "https://help.codat.io/",