From ef280d60bad43adfb941fead974a6e388a408468 Mon Sep 17 00:00:00 2001 From: Simran Date: Mon, 3 Apr 2023 12:20:22 +0200 Subject: [PATCH] Bug-fix/slack-community (#18510) * README: Replace link for joining Slack community, remove non-functional badge * Web interface: Update Slack community link --- README | 3 +-- README.md | 4 +--- .../aardvark/APP/frontend/js/templates/navigationView.ejs | 2 +- .../_admin/aardvark/APP/frontend/js/templates/supportView.ejs | 2 +- utils/generateREADME.sh | 3 +-- 5 files changed, 5 insertions(+), 9 deletions(-) diff --git a/README b/README index d0a2b47a6a30..76e18ef714ac 100644 --- a/README +++ b/README @@ -1,7 +1,6 @@ ArangoDB ======== - ArangoDB is a scalable graph database system to drive value from connected data, faster. Native graphs, an integrated search engine, and JSON support, via a single query language. ArangoDB runs on-prem, in the cloud – anywhere. @@ -112,7 +111,7 @@ Stay in Contact [https://stackoverflow.com/questions/tagged/arangodb](https://stackoverflow.com/questions/tagged/arangodb) - Chat with the community and the developers on Slack: - [https://slack.arangodb.com/](https://slack.arangodb.com/) + [https://arangodb-community.slack.com/](https://arangodb-community.slack.com/) - Learn more about ArangoDB with our YouTube channel: [https://www.youtube.com/@ArangoDB](https://www.youtube.com/@ArangoDB) diff --git a/README.md b/README.md index 254ecb49feb4..997970fb2c04 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,6 @@ ArangoDB ======== -Community chat: [![Slack Badge](https://slack.arangodb.com/badge.svg)](https://slack.arangodb.com) - ArangoDB is a scalable graph database system to drive value from connected data, faster. Native graphs, an integrated search engine, and JSON support, via a single query language. ArangoDB runs on-prem, in the cloud – anywhere. @@ -119,7 +117,7 @@ Stay in Contact [https://stackoverflow.com/questions/tagged/arangodb](https://stackoverflow.com/questions/tagged/arangodb) - Chat with the community and the developers on Slack: - [https://slack.arangodb.com/](https://slack.arangodb.com/) + [https://arangodb-community.slack.com/](https://arangodb-community.slack.com/) - Learn more about ArangoDB with our YouTube channel: [https://www.youtube.com/@ArangoDB](https://www.youtube.com/@ArangoDB) diff --git a/js/apps/system/_admin/aardvark/APP/frontend/js/templates/navigationView.ejs b/js/apps/system/_admin/aardvark/APP/frontend/js/templates/navigationView.ejs index d36181555b77..9b0a8235f607 100644 --- a/js/apps/system/_admin/aardvark/APP/frontend/js/templates/navigationView.ejs +++ b/js/apps/system/_admin/aardvark/APP/frontend/js/templates/navigationView.ejs @@ -57,7 +57,7 @@

-

+

diff --git a/js/apps/system/_admin/aardvark/APP/frontend/js/templates/supportView.ejs b/js/apps/system/_admin/aardvark/APP/frontend/js/templates/supportView.ejs index fbc63c6c1b2d..1c593b03f6b7 100644 --- a/js/apps/system/_admin/aardvark/APP/frontend/js/templates/supportView.ejs +++ b/js/apps/system/_admin/aardvark/APP/frontend/js/templates/supportView.ejs @@ -38,7 +38,7 @@
Join a lively conversation about ArangoDB

- +
diff --git a/utils/generateREADME.sh b/utils/generateREADME.sh index 1fe060af2ecf..61d4ccfb9eef 100755 --- a/utils/generateREADME.sh +++ b/utils/generateREADME.sh @@ -4,8 +4,7 @@ set -e IN=${1:-README.md} OUT=${2:-README} -fgrep -v "Slack Badge" $IN \ - | fgrep -v "picture>" \ +fgrep -v "picture>" $IN \ | fgrep -v ":g' \