From 6b13d44d95142955032d994d9fd9d0cf562fe562 Mon Sep 17 00:00:00 2001 From: Pavel Dionisev Date: Mon, 7 Oct 2024 17:54:30 +0100 Subject: [PATCH] APPENG-985: Point documentation to our new support channel. (#47) Following movement of support from #sre-guild to #appeng-pub we are renaming all occurrences and fixing slack links. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11f98e3..bd82d8e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![Apache 2](https://img.shields.io/hexpm/l/plug.svg) ![Java 11](https://img.shields.io/badge/Java-11-blue.svg) ![Maven Central](https://badgen.net/maven/v/maven-central/com.transferwise.common/tw-entrypoints) -[![Owners](https://img.shields.io/badge/team-AppEng-blueviolet.svg?logo=wise)](https://transferwise.atlassian.net/wiki/spaces/EKB/pages/2520812116/Application+Engineering+Team) [![Slack](https://img.shields.io/badge/slack-sre--guild-blue.svg?logo=slack)](https://app.slack.com/client/T026FB76G/CLR1U8SNS) +[![Owners](https://img.shields.io/badge/team-AppEng-blueviolet.svg?logo=wise)](https://transferwise.atlassian.net/wiki/spaces/EKB/pages/2520812116/Application+Engineering+Team) [![Slack](https://img.shields.io/badge/slack-appeng--pub-blue.svg?logo=slack)](https://wise.enterprise.slack.com/archives/C07QSPFLM5X) > Use the `@application-engineering-on-call` handle on Slack for help. ---