Skip to content

Commit 3bcc181

Browse files
authored
Merge pull request #180 from hug-dev/community
Add community repo link
2 parents 44fbaa0 + 30d767d commit 3bcc181

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,10 @@ For examples of how to access PARSEC as a client application, check [this Rust c
6565

6666
Check the [**user**](https://parallaxsecond.github.io/parsec-book/parsec_users.html), [**client developer**](https://parallaxsecond.github.io/parsec-book/parsec_client/index.html) and [**service developer**](https://parallaxsecond.github.io/parsec-book/parsec_service/index.html) guides for more information on building, installing, testing and using Parsec!
6767

68-
# Community Channel and Meetings
68+
# Community
6969

70-
Come and talk to us in our[**Slack channel**](https://app.slack.com/client/T0JK1PCN6/CPMQ9D4H1)!
71-
[**Here**](http://dockr.ly/slack) is how to join the workspace.
72-
73-
Also join the [**biweekly meeting**](https://armltd.zoom.us/j/97560348881?pwd=LzcycTNySTRERDlWMk1hRG1ianNDUT09)
74-
with Parsec maintainers and community members.
75-
The meeting is open to the public and everyone is encouraged to attend. We will use the time to
76-
discuss features, integrations, issues, and roadmap. We look forward to seeing you all.
77-
78-
You can see a calendar of our upcoming meetings [here](https://calendar.google.com/calendar/embed?src=ott19qaf3t5id8o5jq8ulih1ac%40group.calendar.google.com&ctz=Europe%2FLondon).
70+
Come and ask questions or talk with the Parsec Community in our Slack channel or biweekly meetings.
71+
See the [Community](https://github.com/parallaxsecond/community) repository for more information on how to join.
7972

8073
# Contributing
8174

tests/providers/tpm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ lazy_static! {
3232
.unwrap()
3333
}
3434
};
35-
static ref MESSAGE: Vec<u8> = { b"Knights who say 'NI!'".to_owned().to_vec() };
35+
static ref MESSAGE: Vec<u8> = b"Knights who say 'NI!'".to_owned().to_vec();
3636
static ref HASH: Vec<u8> = {
3737
digest::digest(&digest::SHA256, &MESSAGE)
3838
.as_ref()

0 commit comments

Comments
 (0)