Skip to content

Commit c385fb8

Browse files
committed
migrate gitter links to discord
This follows up the announcement made on https://www.scala-lang.org/blog/2021/12/21/discord.html that Discord is now the official Scala chat.
1 parent 355d2f6 commit c385fb8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Dotty
22
=====
33
[![Dotty CI](https://github.com/lampepfl/dotty/workflows/Dotty/badge.svg?branch=master)](https://github.com/lampepfl/dotty/actions?query=branch%3Amaster)
4-
[![Join the chat at https://gitter.im/scala/scala](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/scala/scala?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4+
[![Join the chat at https://discord.com/invite/scala](https://img.shields.io/discord/632150470000902164)](https://img.shields.io/discord/632150470000902164)
55

66
* [Homepage](https://dotty.epfl.ch)
77
* [Documentation](https://dotty.epfl.ch/docs)

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ object Build {
329329
"-project-logo", "docs/logo.svg",
330330
"-social-links:" +
331331
"github::https://github.com/lampepfl/dotty," +
332-
"gitter::https://gitter.im/scala/scala," +
332+
"discord::https://discord.com/invite/scala," +
333333
"twitter::https://twitter.com/scala_lang",
334334
// contains special definitions which are "transplanted" elsewhere
335335
// and which therefore confuse Scaladoc when accessed from this pkg

project/scripts/cmdScaladocTests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dist/target/pack/bin/scaladoc \
3030
"-skip-by-regex:.+\.internal($|\..+)" \
3131
"-skip-by-regex:.+\.impl($|\..+)" \
3232
-project-logo docs/logo.svg \
33-
-social-links:github::https://github.com/lampepfl/dotty,gitter::https://gitter.im/scala/scala,twitter::https://twitter.com/scala_lang \
33+
-social-links:github::https://github.com/lampepfl/dotty,discord::https://discord.com/invite/scala,twitter::https://twitter.com/scala_lang \
3434
-Ygenerate-inkuire \
3535
"-skip-by-id:scala.runtime.stdLibPatches" \
3636
"-skip-by-id:scala.runtime.MatchCase" \

0 commit comments

Comments
 (0)