Skip to content

Commit 42b67be

Browse files
authored
Update references to IRC, switch Coveralls GitHub action to v2 (#340)
* Replace IRC references with Matrix. Using HTML since the link in Markdown doesn't seem to work. * Switch Coverall action from @master to v2
1 parent 58fb596 commit 42b67be

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
--excl-br-line '\#\[derive\(|// cov\(skip\)'
7373
- name: Coveralls upload
7474
if: matrix.rust-version == 'nightly' && matrix.cargo-args == '--all-features'
75-
uses: coverallsapp/github-action@master
75+
uses: coverallsapp/github-action@v2
7676
with:
7777
github-token: ${{ secrets.GITHUB_TOKEN }}
7878
path-to-lcov: coverage.lcov

fluent-bundle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ a project to contribute to, please do get in touch on the mailing list and the
108108
IRC channel.
109109

110110
- Discourse: https://discourse.mozilla.org/c/fluent
111-
- IRC channel: [irc://irc.mozilla.org/l20n](irc://irc.mozilla.org/l20n)
111+
- Matrix channel: <a href="https://chat.mozilla.org/#/room/#fluent:mozilla.org">#fluent:mozilla.org</a>

fluent-fallback/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The `Localization` struct encapsulates a persistant localization context providi
66
language fallbacking. The instance remains available throughout the whole life cycle of
77
the corresponding UI, reacting to events such as locale changes, resource updates etc.
88

9-
The API can be used directly, or can serve as an example of state manager for `fluent-bundle` and `fluent-resmgr`.
9+
The API can be used directly, or can serve as an example of state manager for `fluent-bundle` and `fluent-resmgr`.
1010

1111
[![crates.io](https://img.shields.io/crates/v/fluent-fallback.svg)](https://crates.io/crates/fluent-fallback)
1212
[![Build](https://github.com/projectfluent/fluent-rs/actions/workflows/test.yaml/badge.svg)](https://github.com/projectfluent/fluent-rs/actions/workflows/test.yaml)
@@ -99,4 +99,4 @@ a project to contribute to, please do get in touch on the mailing list and the
9999
IRC channel.
100100

101101
- Discourse: https://discourse.mozilla.org/c/fluent
102-
- IRC channel: [irc://irc.mozilla.org/l20n](irc://irc.mozilla.org/l20n)
102+
- Matrix channel: <a href="https://chat.mozilla.org/#/room/#fluent:mozilla.org">#fluent:mozilla.org</a>

fluent-resmgr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ a project to contribute to, please do get in touch on the mailing list and the
9696
IRC channel.
9797

9898
- Discourse: https://discourse.mozilla.org/c/fluent
99-
- IRC channel: [irc://irc.mozilla.org/l20n](irc://irc.mozilla.org/l20n)
99+
- Matrix channel: <a href="https://chat.mozilla.org/#/room/#fluent:mozilla.org">#fluent:mozilla.org</a>

fluent-syntax/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ trying to make your app localizable and multilingual, or a hacker looking for
6060
a project to contribute to, please do get in touch on discourse and the IRC channel.
6161

6262
- Discourse: https://discourse.mozilla.org/c/fluent
63-
- IRC channel: [irc://irc.mozilla.org/l20n](irc://irc.mozilla.org/l20n)
63+
- Matrix channel: <a href="https://chat.mozilla.org/#/room/#fluent:mozilla.org">#fluent:mozilla.org</a>

fluent-testing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ a project to contribute to, please do get in touch on the mailing list and the
7171
IRC channel.
7272

7373
- Discourse: https://discourse.mozilla.org/c/fluent
74-
- IRC channel: [irc://irc.mozilla.org/l20n](irc://irc.mozilla.org/l20n)
74+
- Matrix channel: <a href="https://chat.mozilla.org/#/room/#fluent:mozilla.org">#fluent:mozilla.org</a>

fluent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ a project to contribute to, please do get in touch on the mailing list and the
117117
IRC channel.
118118

119119
- Discourse: https://discourse.mozilla.org/c/fluent
120-
- IRC channel: [irc://irc.mozilla.org/l20n](irc://irc.mozilla.org/l20n)
120+
- Matrix channel: <a href="https://chat.mozilla.org/#/room/#fluent:mozilla.org">#fluent:mozilla.org</a>

intl-memoizer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ a project to contribute to, please do get in touch on the mailing list and the
7171
IRC channel.
7272

7373
- Discourse: https://discourse.mozilla.org/c/fluent
74-
- IRC channel: [irc://irc.mozilla.org/l20n](irc://irc.mozilla.org/l20n)
74+
- Matrix channel: <a href="https://chat.mozilla.org/#/room/#fluent:mozilla.org">#fluent:mozilla.org</a>

0 commit comments

Comments
 (0)