Skip to content

Commit bb7cdd1

Browse files
authored
fix(docs): replace dead Envoy Slack invite link (#9586)
The communityinviter.com app for the Envoy Slack workspace has been removed and now returns 404. The link is rendered by the site footer partial, so it appeared on every generated page and the docs link checker reported 863 broken links. Point at https://www.envoyproxy.io/slack instead, a redirect the Envoy project maintains in envoyproxy/envoy-website, so the invite target can be updated without changing every doc link. Slack answers 403 to automated clients, so skip that URL in the link checker. See envoyproxy/envoy#46347 for the upstream invite discussion. Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com>
1 parent a89c775 commit bb7cdd1

6 files changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ Envoy Gateway contributor meetings are held on Thursdays and alternate weekly be
4949
[meeting]: https://docs.google.com/document/d/1i5wa1VsxIbQw7jbWvGmvy8C4Zpp7SGV1aVViSLgqU4M/edit?usp=sharing
5050
[community-calendar]: https://zoom-lfx.platform.linuxfoundation.org/meetings/envoy?view=week
5151
[blog]: https://blog.envoyproxy.io/introducing-envoy-gateway-ad385cc59532
52-
[Envoy Slack workspace]: https://communityinviter.com/apps/envoyproxy/envoy
52+
[Envoy Slack workspace]: https://www.envoyproxy.io/slack
5353
[Envoy Gateway channel]: https://envoyproxy.slack.com/archives/C03E6NHLESV

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ We announce advisories and patched releases through:
3636

3737
- [GitHub Security Advisories](https://github.com/envoyproxy/gateway/security/advisories)
3838
- The [GitHub Releases page](https://github.com/envoyproxy/gateway/releases)
39-
- The `#gateway-users` channel in the [Envoy Slack workspace](https://communityinviter.com/apps/envoyproxy/envoy)
39+
- The `#gateway-users` channel in the [Envoy Slack workspace](https://www.envoyproxy.io/slack)
4040
- The [envoy-gateway-announce mailing list](https://groups.google.com/g/envoy-gateway-announce)
4141

4242
Security fixes are merged into active, non-EOL release branches as patch releases when the affected versions are still supported. See the [release matrix](https://gateway.envoyproxy.io/news/releases/matrix/) for support windows and the [patch release process](https://gateway.envoyproxy.io/community/releasing/#patch-release) for release mechanics.

site/content/en/tools/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ description = "Explore tools available on Envoy Gateway site"
2525
<p class="text-center mb-5 lead">
2626
Our tools ecosystem is new and evolving and we welcome your contributions!<br/>
2727
Get involved with the Envoy Gateway community and expand our tooling library.<br/>
28-
Join us on <a href="https://communityinviter.com/apps/envoyproxy/envoy"><i class="fab fa-slack me-2"></i>Slack</a> and <a href="https://github.com/envoyproxy/gateway"> <i class="fab fa-github me-2"></i>GitHub</a>.
28+
Join us on <a href="https://www.envoyproxy.io/slack"><i class="fab fa-slack me-2"></i>Slack</a> and <a href="https://github.com/envoyproxy/gateway"> <i class="fab fa-github me-2"></i>GitHub</a>.
2929
</p>
3030

3131
</div>

site/content/en/tools/benchmark-report-explorer/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ includeBenchmark: true
3838
<p class="bt-description">
3939
Explore benchmark results from Envoy Gateway Releleases. The test code is open source and available for you to run and contribute to.
4040
</p>
41-
<p class="bt-description">Curious to learn more? Join the conversation in <code>#gateway-users</code> channel in <a href="https://communityinviter.com/apps/envoyproxy/envoy">Envoy Slack</a></p>
41+
<p class="bt-description">Curious to learn more? Join the conversation in <code>#gateway-users</code> channel in <a href="https://www.envoyproxy.io/slack">Envoy Slack</a></p>
4242

4343
{{< benchmark-dashboard
4444
version="latest"

site/layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h3>Envoy Ecosystem</h3>
1212
<div class="footer-column">
1313
<h3>Community</h3>
1414
<ul class="footer-links">
15-
<li><a href="https://communityinviter.com/apps/envoyproxy/envoy">Join us on Slack <i class="fas fa-external-link-alt"></i></a></li>
15+
<li><a href="https://www.envoyproxy.io/slack">Join us on Slack <i class="fas fa-external-link-alt"></i></a></li>
1616
<li><a href="https://docs.google.com/document/d/1i5wa1VsxIbQw7jbWvGmvy8C4Zpp7SGV1aVViSLgqU4M/edit?tab=t.0#heading=h.5229onpee4dg">Weekly Meetings <i class="fas fa-external-link-alt"></i></a></li>
1717
<li><a href="https://www.linkedin.com/company/envoy-cloud-native">LinkedIn <i class="fas fa-external-link-alt"></i></a></li>
1818
</ul>

tools/make/docs.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ RELEASE_VERSIONS ?= $(foreach v,$(wildcard ${ROOT_DIR}/docs/*),$(notdir ${v}))
44
# find a way to remove github.com from ignore list
55
# TODO: example.com is not a valid domain, we should remove it from ignore list
66
# TODO: https://www.gnu.org/software/make became unstable, we should remove it from ignore list later
7+
# NOTE: envoyproxy.io/slack redirects to a Slack shared invite, and Slack answers 403 to
8+
# automated clients, so the redirect target can't be verified by the link checker.
79
LINKINATOR_IGNORE := "opentelemetry.io \
810
blog.envoyproxy.io \
11+
envoyproxy.io/slack \
912
ntia.gov \
1013
github.com \
1114
jwt.io \

0 commit comments

Comments
 (0)