docs: Fix dead Slack invite link#6632
Conversation
The "Come say hi on Slack!" link pointed at communityinviter.com, which has been deprecated; the invite no longer resolves. Repoint it at the https://slack.feast.dev/ vanity URL, which redirects to the current Feast Slack workspace invite and stays valid as the underlying invite rotates. Updated in both the README and docs/community.md (the source for the docs.feast.dev/community page). Signed-off-by: Larry Singleton <166439969+larrysingleton007@users.noreply.github.com>
|
Thanks @larrysingleton007 , can you please also update https://github.com/feast-dev/feast/blob/master/infra/templates/README.md.jinja2#L20 |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6632 +/- ##
=======================================
Coverage 45.74% 45.74%
=======================================
Files 414 414
Lines 49668 49668
Branches 7078 7078
=======================================
Hits 22723 22723
Misses 25366 25366
Partials 1579 1579
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
README.md is auto-generated from infra/templates/README.md.jinja2, so the source template needs the same fix. Update it and regenerate; README.md is unchanged since it already carried the corrected link. This also resolves the template-consistency check that was failing on the direct README edit. Signed-off-by: Larry Singleton <166439969+larrysingleton007@users.noreply.github.com>
|
@ntkathole done, thanks for catching that. Updated the link in |
What this PR does / why we need it:
The "Come say hi on Slack!" link points at
communityinviter.com, which has been deprecated; the invite no longer resolves (it shows a "Community Inviter has moved" splash with no join form). This repoints it athttps://slack.feast.dev/, the Feast-owned vanity URL that redirects to the current Slack workspace invite and stays valid as the underlying invite rotates.Updated in both the README and
docs/community.md(the source for the docs.feast.dev/community page).Which issue(s) this PR fixes:
None filed; this is a small docs fix.
Checks
git commit -s)Testing Strategy
Misc
Release note: NONE.
As an outside contributor I can't apply labels, so a maintainer will need to add a
kind/documentation(orkind/housekeeping) label and runok-to-test.