From 03a392d0b180500ed6b93250b72cdf1e0c8318ad Mon Sep 17 00:00:00 2001 From: Raghd Hamzeh Date: Tue, 27 Feb 2024 23:28:16 -0500 Subject: [PATCH] chore: point to our community page instead of discord (#21) * chore: point to our community page instead of discord * chore: set product and community as codeowners on README --- .github/CODEOWNERS | 1 + README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2cd386a..c9ac766 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,2 @@ * @openfga/core +README.md @openfga/product @openfga/community diff --git a/README.md b/README.md index 60da68a..676d79b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repo contains some OpenFGA [sample stores](#sample-stores). -[![Discord Server](https://img.shields.io/discord/759188666072825867?color=7289da&logo=discord "Discord Server")](https://discord.gg/8naAwJfWN6) +[![Join our community](https://img.shields.io/badge/slack-cncf_%23openfga-40abb8.svg?logo=slack)](https://openfga.dev/community) [![Twitter](https://img.shields.io/twitter/follow/openfga?color=%23179CF0&logo=twitter&style=flat-square "@openfga on Twitter")](https://twitter.com/openfga) ## Table of Contents @@ -60,7 +60,7 @@ fga model test --tests "stores/${SAMPLE_STORE}/store.yaml" - [OpenFGA on Twitter](https://twitter.com/OpenFGA/) - [Zanzibar Academy](https://zanzibar.academy) - [Authorization in Software Podcast](https://authorizationinsoftware.auth0.com/public/49/Authorization-in-Software-f9b69587) -- [Discord Community](https://discord.gg/pvbNmqC) +- [OpenFGA Community](https://openfga.dev/community) - [FGA Playground](https://play.fga.dev) ## Author