Skip to content

Commit 5623c7c

Browse files
authored
update discord links (solana-foundation#2424)
1 parent 06c4232 commit 5623c7c

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

.github/issue_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
⚠️ Don't use issues for support questions ("How does x feature work in Anchor? How to do x in Anchor?"). Use the discord instead https://discord.gg/GVRw4kHB (but don't ping maintainers). ⚠️
1+
⚠️ Don't use issues for support questions ("How does x feature work in Anchor? How to do x in Anchor?"). Use the discord instead https://discord.gg/NHHGSXAnXk (but don't ping maintainers). ⚠️

CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ or issues where [help is wanted](https://github.com/coral-xyz/anchor/issues?q=is
1212
For simple documentation changes or typos, feel free to just open a pull request.
1313

1414
If you're considering larger changes or self motivated features, please file an issue
15-
and engage with the maintainers in [Discord](https://discord.gg/sxy4zxBckh).
15+
and engage with the maintainers in [Discord](https://discord.gg/NHHGSXAnXk).
1616

1717
## Choosing an issue
1818

@@ -25,16 +25,19 @@ is working on what issue as to not overlap work.
2525
Please follow these guidelines:
2626

2727
Before coding:
28+
2829
- choose a branch name that describes the issue you're working on
2930
- enable [commit signing](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits)
3031

3132
While coding:
33+
3234
- Submit a draft PR asap
3335
- Only change code directly relevant to your PR. Sometimes you might find some code that could really need some refactoring. However, if it's not relevant to your PR, do not touch it. File an issue instead. This allows the reviewer to focus on a single problem at a time.
3436
- If you write comments, do not exceed 80 chars per line. This allows contributors who work with multiple open windows to still read the comments without horizontally scrolling.
3537
- Write adversarial tests. For example, if you're adding a new account type, do not only write tests where the instruction succeeds. Also write tests that test whether the instruction fails, if a check inside the new type is violated.
3638

3739
After coding:
40+
3841
- If you've moved code around, build the docs with `cargo doc --open` and adjust broken links
3942
- Adjust the cli templates if necessary
4043
- If you've added a new folder to the `tests` directory, add it to the [CI](./.github/workflows/tests.yaml).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<p>
1111
<a href="https://github.com/coral-xyz/anchor/actions"><img alt="Build Status" src="https://github.com/coral-xyz/anchor/actions/workflows/tests.yaml/badge.svg" /></a>
1212
<a href="https://anchor-lang.com"><img alt="Tutorials" src="https://img.shields.io/badge/docs-tutorials-blueviolet" /></a>
13-
<a href="https://discord.gg/PDeRXyVURd"><img alt="Discord Chat" src="https://img.shields.io/discord/889577356681945098?color=blueviolet" /></a>
13+
<a href="https://discord.gg/NHHGSXAnXk"><img alt="Discord Chat" src="https://img.shields.io/discord/889577356681945098?color=blueviolet" /></a>
1414
<a href="https://opensource.org/licenses/Apache-2.0"><img alt="License" src="https://img.shields.io/github/license/coral-xyz/anchor?color=blueviolet" /></a>
1515
</p>
1616
</div>

docs/src/pages/docs/contribution-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ or issues where [help is wanted](https://github.com/coral-xyz/anchor/issues?q=is
1717
For simple documentation changes or typos, feel free to just open a pull request.
1818

1919
If you're considering larger changes or self motivated features, please file an issue
20-
and engage with the maintainers in [Discord](https://discord.gg/sxy4zxBckh).
20+
and engage with the maintainers in [Discord](https://discord.gg/NHHGSXAnXk).
2121

2222
## Choosing an issue
2323

docs/src/pages/docs/publishing-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ practices for security and transparency.
1212

1313
{% callout title="Note" %}
1414
The Anchor Program Registry is currently in alpha testing. For access to publishing
15-
please ask on [Discord](http://discord.gg/ZCHmqvXgDw).
15+
please ask on [Discord](https://discord.gg/NHHGSXAnXk).
1616
{% /callout %}
1717

1818
## Getting Started

docs/src/pages/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ Both of these aspects mean that instead of working on the tedious parts of raw S
3636

3737
### Join the community
3838

39-
[Discord Invitation](http://discord.gg/ZCHmqvXgDw)
39+
[Discord Invitation](https://discord.gg/NHHGSXAnXk)

0 commit comments

Comments
 (0)