content/vscode-go: use https in a link, remove duplicate words

Prefer the https scheme in a link to provide
better security and skip a redirect.

Remove a redundant phrase to make a sentence flow better.

Change-Id: Iacfd06184a3769b719c52c19ae78a36d5aaa9f5a
Reviewed-on: https://go-review.googlesource.com/c/blog/+/237163
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
diff --git a/content/vscode-go.article b/content/vscode-go.article
index ac667b5..e57ee8b 100644
--- a/content/vscode-go.article
+++ b/content/vscode-go.article
@@ -30,7 +30,7 @@
 improve the tools powering all Go editor extensions, with a focus on supporting
 the
 [Language Server Protocol](https://microsoft.github.io/language-server-protocol/)
-with [`gopls`](http://golang.org/s/gopls) and
+with [`gopls`](https://golang.org/s/gopls) and
 [the Debug Adapter Protocol with Delve](https://github.com/go-delve/delve/issues/1515).
 
 Through this collaborative work between the VS Code and Go teams, we realized
@@ -44,7 +44,7 @@
 1. The publisher of the plugin is shifting from "Microsoft" to "Golang".
 2. The project's repository is moving to join the rest of the Go project at [https://github.com/golang/vscode-go](https://github.com/golang/vscode-go).
 
-We cannot overstate our gratitude to the community of those who have helped
+We cannot overstate our gratitude to those who have helped
 build and maintain this beloved extension. We know that innovative ideas and
 features come from you, our users. The Go team’s primary aim as owners of the
 extension is to reduce the burden of maintenance work on the Go community.