Skip to content

Commit 043e6ce

Browse files
fix discord links (#425)
1 parent 8e43edd commit 043e6ce

6 files changed

+7
-7
lines changed

docs/Concepts/ArchitectureOverview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ You can [run the beacon node only](../HowTo/Get-Started/Run-Teku.md#start-the-be
1616
[run the beacon node and validator client](../HowTo/Get-Started/Run-Teku.md#start-the-clients-in-a-single-process).
1717

1818
Read more about the [Ethereum consensus client architecture](https://ethereum.org/en/developers/docs/nodes-and-clients/).
19-
For more information about the Teku architecture, contact us on [Teku Discord channel](https://discord.gg/9mCVSY6).
19+
For more information about the Teku architecture, contact us on [Teku Discord channel](https://discord.com/invite/consensys).

docs/HowTo/Migrate-Database.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ sync and validating within minutes.
109109
[prune mode]: ../Reference/CLI/CLI-Syntax.md#data-storage-mode
110110
[archive mode]: ../Reference/CLI/CLI-Syntax.md#data-storage-mode
111111
[supply the finalized checkpoint state]: Get-Started/Checkpoint-Start.md
112-
[Teku Discord channel]: https://discord.gg/9mCVSY6
112+
[Teku Discord channel]: https://discord.com/invite/consensys

docs/HowTo/Prepare-for-The-Merge.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,5 @@ You can follow Teku notifications by:
101101
- Signing up to the [release announcements](https://pages.consensys.net/teku-sign-up) email list (release and important
102102
announcements only, no marketing).
103103
- Following Teku on [Twitter](https://twitter.com/Teku_ConsenSys).
104-
- Following the Teku channel in the ConsenSys [Discord](https://discord.gg/7hPv2T6).
104+
- Following the Teku channel in the ConsenSys [Discord](https://discord.com/invite/consensys).
105105
- Subscribing to release notifications on GitHub for [Teku](https://github.com/ConsenSys/teku).

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## What is Teku?
44

5-
Teku is an open-source Ethereum consensus client (previously called an
5+
Teku is an open source Ethereum consensus client (previously called an
66
[Ethereum 2.0](https://blog.ethereum.org/2022/01/24/the-great-eth2-renaming/) client) written in Java.
77
Teku contains a full beacon node implementation and a validator client for participating in
88
[proof of stake consensus](Concepts/Proof-of-Stake.md).

mkdocs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extra:
2525
You can switch to the stable version using the version box at the bottom of the screen.'
2626
support:
2727
tool: Discord
28-
channel: https://discord.gg/9mCVSY6
28+
channel: https://discord.com/invite/consensys
2929
website: https://consensys.net/knowledge-base/ethereum-2/teku
3030
company: Consensys
3131
issues: https://github.com/Consensys/teku/issues
@@ -95,7 +95,7 @@ nav:
9595
- Slashing protection: Concepts/Slashing-Protection.md
9696
- Weak subjectivity: Concepts/Weak-Subjectivity.md
9797
- Tutorials:
98-
- External signer TLS: Tutorials/Configure-External-Signer-TLS.md
98+
- External signer TLS: Tutorials/Configure-External-Signer-TLS.md
9999
- Reference:
100100
- Teku command line:
101101
- Options: Reference/CLI/CLI-Syntax.md

0 commit comments

Comments
 (0)