Skip to content

Commit 9acd4d8

Browse files
stamblerrehyangah
authored andcommitted
[release] src/welcome: correct link to Gophers Slack
The link should be an invite, since people without accounts won't be able to see the channel. Change-Id: If3554e4cd7b8ee694e06ff650101a5c003d20761 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/286892 Trust: Rebecca Stambler <[email protected]> Run-TryBot: Rebecca Stambler <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]> (cherry picked from commit 63d2287) Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/286913
1 parent 2cb6d04 commit 9acd4d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/welcome.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ setting, we recommend removing that setting now.`;
159159
-->
160160
<li><a href="#" class="Command" data-command="openDocument" data-document="CHANGELOG.md">Release notes</a></li>
161161
<li><a href="https://github.com/golang/vscode-go">GitHub</a></li>
162-
<li><a href="https://gophers.slack.com/messages/vscode/">Slack</a></li>
162+
<li><a href="https://invite.slack.golangbridge.org/">Slack</a></li>
163163
</ul>
164164
</div>
165165
</div>

0 commit comments

Comments
 (0)