diff --git a/layouts/partials/article/feedback.html b/layouts/partials/article/feedback.html index 0fcf1dd22..c402dab9e 100644 --- a/layouts/partials/article/feedback.html +++ b/layouts/partials/article/feedback.html @@ -25,6 +25,9 @@ - _Provide other relevant URLs (project issues, community threads, etc.)_ ` }} {{ $pageGithubIssueLink := print "https://github.com/influxdata/docs-v2/issues/new?body=" $docsIssueLinkBody }} +{{ if and (eq $product "influxdb3") (eq $version "enterprise") }} + {{ $pageGithubIssueLink = "https://support.influxdata.com/s/" }} +{{ end }}