diff --git a/common b/common index cb6d6f332..1c952a0b8 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit cb6d6f332ec31a8c87b93418aae86b25bc00370e +Subproject commit 1c952a0b8a0d71005c98a2c0fb8565161fadba7f diff --git a/docs/Concepts/ArchitectureOverview.md b/docs/Concepts/ArchitectureOverview.md index 484d8bf31..82c900e8a 100644 --- a/docs/Concepts/ArchitectureOverview.md +++ b/docs/Concepts/ArchitectureOverview.md @@ -16,4 +16,4 @@ You can [run the beacon node only](../HowTo/Get-Started/Run-Teku.md#start-the-be [run the beacon node and validator client](../HowTo/Get-Started/Run-Teku.md#start-the-clients-in-a-single-process). Read more about the [Ethereum consensus client architecture](https://ethereum.org/en/developers/docs/nodes-and-clients/). -For more information about the Teku architecture, contact us on [Teku Discord channel](https://discord.gg/9mCVSY6). +For more information about the Teku architecture, contact us on [Teku Discord channel](https://discord.com/invite/consensys). diff --git a/docs/HowTo/Migrate-Database.md b/docs/HowTo/Migrate-Database.md index e70a6459d..43de5d96b 100644 --- a/docs/HowTo/Migrate-Database.md +++ b/docs/HowTo/Migrate-Database.md @@ -109,4 +109,4 @@ sync and validating within minutes. [prune mode]: ../Reference/CLI/CLI-Syntax.md#data-storage-mode [archive mode]: ../Reference/CLI/CLI-Syntax.md#data-storage-mode [supply the finalized checkpoint state]: Get-Started/Checkpoint-Start.md -[Teku Discord channel]: https://discord.gg/9mCVSY6 +[Teku Discord channel]: https://discord.com/invite/consensys diff --git a/docs/HowTo/Prepare-for-The-Merge.md b/docs/HowTo/Prepare-for-The-Merge.md index 529633406..ccea24684 100644 --- a/docs/HowTo/Prepare-for-The-Merge.md +++ b/docs/HowTo/Prepare-for-The-Merge.md @@ -101,5 +101,5 @@ You can follow Teku notifications by: - Signing up to the [release announcements](https://pages.consensys.net/teku-sign-up) email list (release and important announcements only, no marketing). - Following Teku on [Twitter](https://twitter.com/Teku_ConsenSys). -- Following the Teku channel in the ConsenSys [Discord](https://discord.gg/7hPv2T6). +- Following the Teku channel in the ConsenSys [Discord](https://discord.com/invite/consensys). - Subscribing to release notifications on GitHub for [Teku](https://github.com/ConsenSys/teku). diff --git a/docs/index.md b/docs/index.md index af86c0e50..36b29ccc5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,7 +2,7 @@ ## What is Teku? -Teku is an open-source Ethereum consensus client (previously called an +Teku is an open source Ethereum consensus client (previously called an [Ethereum 2.0](https://blog.ethereum.org/2022/01/24/the-great-eth2-renaming/) client) written in Java. Teku contains a full beacon node implementation and a validator client for participating in [proof of stake consensus](Concepts/Proof-of-Stake.md). diff --git a/mkdocs.yml b/mkdocs.yml index 55af4af98..3d14d9649 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -25,7 +25,7 @@ extra: You can switch to the stable version using the version box at the bottom of the screen.' support: tool: Discord - channel: https://discord.gg/9mCVSY6 + channel: https://discord.com/invite/consensys website: https://consensys.net/knowledge-base/ethereum-2/teku company: Consensys issues: https://github.com/Consensys/teku/issues @@ -95,7 +95,7 @@ nav: - Slashing protection: Concepts/Slashing-Protection.md - Weak subjectivity: Concepts/Weak-Subjectivity.md - Tutorials: - - External signer TLS: Tutorials/Configure-External-Signer-TLS.md + - External signer TLS: Tutorials/Configure-External-Signer-TLS.md - Reference: - Teku command line: - Options: Reference/CLI/CLI-Syntax.md