Skip to content

Commit 3bc7200

Browse files
committed
chore: fix wrong links
1 parent f5fac1b commit 3bc7200

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

about/contributor_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ Whatever you might expect to see in other projects applies here:
4545
- Be nice to others
4646
- When evaluating PRs, focus exclusively on the quality of the code
4747
- If submitting code, make sure it's tested. All code MUST come with tests. To speed up the review, ping a team member.
48-
- If submitting typo fixes or documentation changes, speed up the review process by pinging a team member. [Jacek](https://github.com/arnetheduck) or [Sacha](https://github.com/unixpi) will usually review those very quickly. The same applies if submitting a tutorial for inclusion on the [official blog](https://our.status.im/tag/nimbus).
48+
- If submitting typo fixes or documentation changes, speed up the review process by pinging a team member. [Jacek](https://github.com/arnetheduck) or [Sacha](https://github.com/unixpi) will usually review those very quickly. The same applies if submitting a tutorial for inclusion on the [official blog](https://blog.nimbus.team/).

src/pages/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ import { Button } from '@acid-info/lsd-react'
519519
description={
520520
'Want to get involved with Nimbus?\nJoin the Discord community.'
521521
}
522-
link="https://logos.co"
522+
link="https://discord.com/invite/EP8DZnXu9y"
523523
label="Get Involved"
524524
/>
525525
</Grid.Item>

0 commit comments

Comments
 (0)