Skip to content

Commit 66d97c1

Browse files
Update community links in root README (#2937)
PR #2896 updated the package READMEs, but this root README is prominent on our GitHub repository. I just copied the essence from clash-lang.org. The `Hackage Dependencies` badge is unfortunately no longer supported.
1 parent 8032882 commit 66d97c1

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![Pipeline status](https://gitlab.com/clash-lang/clash-compiler/badges/master/pipeline.svg)](https://gitlab.com/clash-lang/clash-compiler/commits/master)
44
[![Hackage](https://img.shields.io/hackage/v/clash-ghc.svg)](https://hackage.haskell.org/package/clash-ghc)
5-
[![Hackage Dependencies](https://img.shields.io/hackage-deps/v/clash-ghc.svg?style=flat)](http://packdeps.haskellers.com/feed?needle=QBayLogic)
65
[![Documentation Status](https://readthedocs.org/projects/clash-lang/badge/?version=latest)](https://clash-lang.readthedocs.io/en/latest/?badge=latest)
76

87
Clash is a functional hardware description language that borrows both
@@ -26,12 +25,16 @@ Features of Clash:
2625

2726
* Support for multiple clock domains, with type safe clock domain crossing.
2827

29-
# Community
30-
**Mailing list**: for updates and questions join the mailing list [email protected] or read the [forum](https://groups.google.com/d/forum/clash-language)
28+
# Open-source community
29+
Clash benefits from an active community. Whether you need a question answered or
30+
want to contribute to open-source features, browse the features below to make
31+
the most of Clash.
3132

32-
**Slack**: [functionalprogramming.slack.com#clash](https://functionalprogramming.slack.com/archives/CPGMJFF50) (Invite yourself at [fpslack.com/](https://fpslack.com/)).
33-
34-
**IRC**: [libera.chat#clash (webchat access)](https://web.libera.chat/#clash) (or ircs://irc.libera.chat:6697/clash if you want to use a regular IRC client)
33+
- [Discourse: long form discussions and questions](https://clash-lang.discourse.group/)
34+
- [Discord: short form discussions and community chat room](https://discord.gg/rebGq25FB4)
35+
- [Slack: short form discussions and questions](https://functionalprogramming.slack.com/archives/CPGMJFF50)
36+
(Invite yourself at [fpslack.com](https://fpslack.com))
37+
- [Github: issue tracker](https://github.com/clash-lang/clash-compiler/issues)
3538

3639
# Get Clash
3740
Check out [clash-lang.org/install](https://clash-lang.org/install/) to install the latest stable release of Clash, or to setup a Clash project.

0 commit comments

Comments
 (0)