From 885bbe1dcdc78e0a25d4f83b79a481da0238551f Mon Sep 17 00:00:00 2001 From: Larry Singleton <166439969+larrysingleton007@users.noreply.github.com> Date: Wed, 22 Jul 2026 22:04:15 -0500 Subject: [PATCH 1/2] docs: Fix dead Slack invite link 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> --- README.md | 2 +- docs/community.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ea5b0a135a..a91faccae83 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ ## Join us on Slack! -👋👋👋 [Come say hi on Slack!](https://communityinviter.com/apps/feastopensource/feast-the-open-source-feature-store) +👋👋👋 [Come say hi on Slack!](https://slack.feast.dev/) [Check out our DeepWiki!](https://deepwiki.com/feast-dev/feast) diff --git a/docs/community.md b/docs/community.md index 640b5238b8b..c22c4c41dd4 100644 --- a/docs/community.md +++ b/docs/community.md @@ -2,7 +2,7 @@ ## Links & Resources -* [Come say hi on Slack!](https://communityinviter.com/apps/feastopensource/feast-the-open-source-feature-store) +* [Come say hi on Slack!](https://slack.feast.dev/) * As a part of the Linux Foundation, we ask community members to adhere to the [Linux Foundation Code of Conduct](https://events.linuxfoundation.org/about/code-of-conduct/) * [GitHub Repository](https://github.com/feast-dev/feast/): Find the complete Feast codebase on GitHub. * [Community Governance Doc](https://github.com/feast-dev/feast/blob/master/community): See the governance model of Feast, including who the maintainers are and how decisions are made. From 820dce07bb21ff9109f7a6917513b962d30a27e2 Mon Sep 17 00:00:00 2001 From: Larry Singleton <166439969+larrysingleton007@users.noreply.github.com> Date: Wed, 22 Jul 2026 22:33:42 -0500 Subject: [PATCH 2/2] docs: Update Slack link in README template 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> --- infra/templates/README.md.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/templates/README.md.jinja2 b/infra/templates/README.md.jinja2 index ccaadc29ff0..2c92401f83d 100644 --- a/infra/templates/README.md.jinja2 +++ b/infra/templates/README.md.jinja2 @@ -17,7 +17,7 @@ ## Join us on Slack! -👋👋👋 [Come say hi on Slack!](https://communityinviter.com/apps/feastopensource/feast-the-open-source-feature-store) +👋👋👋 [Come say hi on Slack!](https://slack.feast.dev/) [Check out our DeepWiki!](https://deepwiki.com/feast-dev/feast)