Skip to content

Commit 45d09f6

Browse files
Update community links in package READMEs (#2896)
These READMEs are rendered as part of the documentation on Hackage, and are thus pretty prominent. But the links at the bottom aren't very up to date anymore. I just copied the essence from clash-lang.org. The `Hackage Dependencies` badge is unfortunately no longer supported: badges/shields#10618 so we should drop the badge.
1 parent 9d94353 commit 45d09f6

File tree

3 files changed

+30
-9
lines changed

3 files changed

+30
-9
lines changed

clash-ghc/README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,13 @@ Features of Clash:
2727

2828
* Support for multiple clock domains, with type safe clock domain crossing.
2929

30-
# Support
31-
For updates and questions join the mailing list clash-language+subscribe@googlegroups.com or read the [forum](https://groups.google.com/d/forum/clash-language)
30+
# Open-source community
31+
Clash benefits from an active community. Whether you need a question answered or
32+
want to contribute to open-source features, browse the features below to make
33+
the most of Clash.
34+
35+
- [Discourse: long form discussions and questions](https://clash-lang.discourse.group/)
36+
- [Discord: short form discussions and community chat room](https://discord.gg/rebGq25FB4)
37+
- [Slack: short form discussions and questions](https://functionalprogramming.slack.com/archives/CPGMJFF50)
38+
(Invite yourself at [fpslack.com](https://fpslack.com))
39+
- [Github: issue tracker](https://github.com/clash-lang/clash-compiler/issues)

clash-lib/README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,13 @@ Features of Clash:
2424

2525
* Support for multiple clock domains, with type safe clock domain crossing.
2626

27-
# Support
28-
For updates and questions join the mailing list clash-language+subscribe@googlegroups.com or read the [forum](https://groups.google.com/d/forum/clash-language)
27+
# Open-source community
28+
Clash benefits from an active community. Whether you need a question answered or
29+
want to contribute to open-source features, browse the features below to make
30+
the most of Clash.
31+
32+
- [Discourse: long form discussions and questions](https://clash-lang.discourse.group/)
33+
- [Discord: short form discussions and community chat room](https://discord.gg/rebGq25FB4)
34+
- [Slack: short form discussions and questions](https://functionalprogramming.slack.com/archives/CPGMJFF50)
35+
(Invite yourself at [fpslack.com](https://fpslack.com))
36+
- [Github: issue tracker](https://github.com/clash-lang/clash-compiler/issues)

clash-prelude/README.md

+10-5
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-prelude.svg)](https://hackage.haskell.org/package/clash-prelude)
5-
[![Hackage Dependencies](https://img.shields.io/hackage-deps/v/clash-prelude.svg?style=flat)](http://packdeps.haskellers.com/feed?needle=exact%3Aclash-prelude)
65

76
Clash is a functional hardware description language that borrows both
87
its syntax and semantics from the functional programming language
@@ -25,7 +24,13 @@ Features of Clash:
2524

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

28-
# Support
29-
For updates and questions join the mailing list
30-
clash-language+subscribe@googlegroups.com or read the
31-
[forum](https://groups.google.com/d/forum/clash-language)
27+
# Open-source community
28+
Clash benefits from an active community. Whether you need a question answered or
29+
want to contribute to open-source features, browse the features below to make
30+
the most of Clash.
31+
32+
- [Discourse: long form discussions and questions](https://clash-lang.discourse.group/)
33+
- [Discord: short form discussions and community chat room](https://discord.gg/rebGq25FB4)
34+
- [Slack: short form discussions and questions](https://functionalprogramming.slack.com/archives/CPGMJFF50)
35+
(Invite yourself at [fpslack.com](https://fpslack.com))
36+
- [Github: issue tracker](https://github.com/clash-lang/clash-compiler/issues)

0 commit comments

Comments
 (0)