From 631b0f527e6c51a607b6e4c08d597345465739fb Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Tue, 21 Oct 2025 12:54:13 +0200 Subject: [PATCH] Remove links to community forums from release notes --- golang/publish/forum.md.tmpl | 2 +- golang/publish/github.md.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/golang/publish/forum.md.tmpl b/golang/publish/forum.md.tmpl index 4562f5e..aee9e00 100644 --- a/golang/publish/forum.md.tmpl +++ b/golang/publish/forum.md.tmpl @@ -9,7 +9,7 @@ You can obtain the driver source from GitHub under the \[v{{ .ReleaseVersion }} Documentation for the Go Driver can be found on \[pkg.go.dev](https://pkg.go.dev/go.mongodb.org/mongo-driver/v2/mongo?tab=doc) and the \[MongoDB documentation site](https://docs.mongodb.com/ecosystem/drivers/go/). BSON library documentation is also available on \[pkg.go.dev](https://pkg.go.dev/go.mongodb.org/mongo-driver/v2/bson?tab=doc). -Questions and inquiries can be asked on the \[MongoDB Developer Community](https://www.mongodb.com/community/forums/tag/golang). +For issues with, questions about, or feedback for the Go Driver, please look into our \[support channels](https://www.mongodb.com/docs/manual/support/), including \[StackOverflow](https://stackoverflow.com/questions/tagged/mongodb%20go?sort=Newest). Bugs can be reported in the \[Go Driver project in the MongoDB JIRA](https://jira.mongodb.org/secure/CreateIssue!default.jspa?pid=14289) where a list of \[current issues](https://jira.mongodb.org/browse/GODRIVER) can be found. Your feedback on the Go Driver is greatly appreciated! diff --git a/golang/publish/github.md.tmpl b/golang/publish/github.md.tmpl index f695723..68519fb 100644 --- a/golang/publish/github.md.tmpl +++ b/golang/publish/github.md.tmpl @@ -8,4 +8,4 @@ This release {description of notable changes}. For a full list of tickets included in this release, please see the [list of fixed issues](https://jira.mongodb.org/issues/?jql=project%3Dgodriver%20and%20fixVersion%3D{{ .ReleaseVersion }}). -Documentation for the Go Driver can be found on [pkg.go.dev](https://pkg.go.dev/go.mongodb.org/mongo-driver/v2/mongo?tab=doc) and the [MongoDB documentation site](https://docs.mongodb.com/ecosystem/drivers/go/). BSON library documentation is also available on [pkg.go.dev](https://pkg.go.dev/go.mongodb.org/mongo-driver/v2/bson?tab=doc). Questions and inquiries can be asked on the [MongoDB Developer Community](https://www.mongodb.com/community/forums/tag/golang). Bugs can be reported in the [Go Driver project in the MongoDB JIRA](https://jira.mongodb.org/secure/CreateIssue!default.jspa?pid=14289) where a list of [current issues](https://jira.mongodb.org/browse/GODRIVER) can be found. Your feedback on the Go Driver is greatly appreciated! +Documentation for the Go Driver can be found on [pkg.go.dev](https://pkg.go.dev/go.mongodb.org/mongo-driver/v2/mongo?tab=doc) and the [MongoDB documentation site](https://docs.mongodb.com/ecosystem/drivers/go/). BSON library documentation is also available on [pkg.go.dev](https://pkg.go.dev/go.mongodb.org/mongo-driver/v2/bson?tab=doc). For issues with, questions about, or feedback for the Go Driver, please look into our [support channels](https://www.mongodb.com/docs/manual/support/), including [StackOverflow](https://stackoverflow.com/questions/tagged/mongodb%20go?sort=Newest). Bugs can be reported in the [Go Driver project in the MongoDB JIRA](https://jira.mongodb.org/secure/CreateIssue!default.jspa?pid=14289) where a list of [current issues](https://jira.mongodb.org/browse/GODRIVER) can be found. Your feedback on the Go Driver is greatly appreciated!