From 4f801a3b72a765f9c6e53a83050af4e73a982327 Mon Sep 17 00:00:00 2001 From: Fredric Silberberg Date: Mon, 10 Aug 2020 10:02:21 -0700 Subject: [PATCH] Update communities and readme with links to the dotnet evolution discord. --- Communities.md | 8 ++++++-- README.md | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Communities.md b/Communities.md index faea302..9dfed84 100644 --- a/Communities.md +++ b/Communities.md @@ -6,9 +6,13 @@ [![Join the chat at https://gitter.im/dotnet/csharplang](https://badges.gitter.im/dotnet/csharplang.svg)](https://gitter.im/dotnet/csharplang?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -- [Discord](https://aka.ms/csharp-discord) - Any discussion related to the C# language up to the application level. +- [Dotnet Discord](https://aka.ms/dotnet-discord-csharp) - github.com/dotnet discord for discussing dotnet repositories (including csharplang). - [![Join the chat at https://aka.ms/csharp-discord](https://img.shields.io/discord/102860784329052160.svg)](https://aka.ms/csharp-discord) + [![Chat on Discord](https://discordapp.com/api/guilds/143867839282020352/widget.png)](https://aka.ms/dotnet-discord-csharp) + +- [C# Discord](https://aka.ms/csharp-discord) - General C# discussion not limited to the dotnet repositories. + + [![Chat on Discord](https://discordapp.com/api/guilds/102860784329052160/widget.png)](https://aka.ms/csharp-discord) - IRC - Any discussion related to the C# language up to the application level. diff --git a/README.md b/README.md index 619ed33..113cd2b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # C# Language Design -[![Join the chat at https://gitter.im/dotnet/csharplang](https://badges.gitter.im/dotnet/csharplang.svg)](https://gitter.im/dotnet/csharplang?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Join the chat at https://gitter.im/dotnet/csharplang](https://badges.gitter.im/dotnet/csharplang.svg)](https://gitter.im/dotnet/csharplang?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Chat on Discord](https://discordapp.com/api/guilds/143867839282020352/widget.png)](https://aka.ms/dotnet-discord-csharp) Welcome to the official repo for C# language design. This is where new C# language features are developed, adopted and specified.