Skip to content

Commit 9d1fb4f

Browse files
authored
Merge pull request #12504 from dotty-staging/retire-gitter
Retire gitter.im/lampepfl/dotty in favor of scala/scala
2 parents 7e33289 + 07fd806 commit 9d1fb4f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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/lampepfl/dotty](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/lampepfl/dotty?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
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)
55

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

docs/_layouts/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</div>
77
<script>
88
((window.gitter = {}).chat = {}).options = {
9-
room: 'lampepfl/dotty'
9+
room: 'scala/scala'
1010
};
1111
</script>
1212
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>

docs/docs/contributing/getting-started.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,11 @@ For more information, see `scaladoc/README.md`.
9090

9191
Before contributing to Dotty, we invite you to consult the
9292
[Dotty Developer Guidelines](https://github.com/lampepfl/dotty/blob/master/CONTRIBUTING.md).
93+
94+
95+
Community
96+
-------------
97+
The main development discussion channels are:
98+
- [github.com/lampepfl/dotty/discussions](github.com/lampepfl/dotty/discussions)
99+
- [contributors.scala-lang.org](contributors.scala-lang.org)
100+
- [gitter.im/scala/contributors](gitter.im/scala/contributors)

0 commit comments

Comments
 (0)