This is an automated email from the ASF dual-hosted git repository.
yhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 5041714f136 Update Github issues link for Go SDK (#25161)
5041714f136 is described below
commit 5041714f13658545ff429d2a4526f5355941f261
Author: Shivam <[email protected]>
AuthorDate: Tue Jan 31 02:53:17 2023 +0530
Update Github issues link for Go SDK (#25161)
---
website/www/site/content/en/documentation/sdks/go.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/www/site/content/en/documentation/sdks/go.md
b/website/www/site/content/en/documentation/sdks/go.md
index d12f1cab159..ff1e58f7d71 100644
--- a/website/www/site/content/en/documentation/sdks/go.md
+++ b/website/www/site/content/en/documentation/sdks/go.md
@@ -35,5 +35,5 @@ See the
[godoc](https://pkg.go.dev/github.com/apache/beam/sdks/v2/go/pkg/beam) f
Version 2.32.0 is the last experimental release of the Go SDK. The Go SDK
supports most Batch oriented features, and cross language transforms.
It's possible to write many kinds of transforms, but specific built in
transforms may still be missing, or incomplete.
-Requests for specific transforms may be filed to the [`sdk-go` component in
GitHub
Issues](https://github.com/apache/beam/issues?q=is%3Aopen+is%3Aissue+label%3Asdk-go).
+Requests for specific transforms may be filed to the [`go` component in GitHub
Issues](https://github.com/apache/beam/issues?q=is%3Aopen+is%3Aissue+label%3Ago).
Contributions are welcome.