Skip to content
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 .github/ISSUE_TEMPLATE/issue-with-codat-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
77 changes: 0 additions & 77 deletions docs/support/get-help.mdx

This file was deleted.

6 changes: 4 additions & 2 deletions nav.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down