From ba860fd96bd5744ae707080f10b2e705e2e06736 Mon Sep 17 00:00:00 2001 From: james-prysm <90280386+james-prysm@users.noreply.github.com> Date: Tue, 27 May 2025 20:57:44 -0500 Subject: [PATCH] fixing links (#15354) --- CONTRIBUTING.md | 2 +- README.md | 4 ++-- beacon-chain/README.md | 2 +- changelog/james-prysm_discord.md | 3 +++ validator/README.md | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 changelog/james-prysm_discord.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e401591703..55cd32a415 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Note: The latest and most up-to-date documentation can be found on our [docs por Excited by our work and want to get involved in building out our sharding releases? Or maybe you haven't learned as much about the Ethereum protocol but are a savvy developer? -You can explore our [Open Issues](https://github.com/OffchainLabs/prysm/issues) in-the works for our different releases. Feel free to fork our repo and start creating PR’s after assigning yourself to an issue of interest. We are always chatting on [Discord](https://discord.gg/CTYGPUJ) drop us a line there if you want to get more involved or have any questions on our implementation! +You can explore our [Open Issues](https://github.com/OffchainLabs/prysm/issues) in-the works for our different releases. Feel free to fork our repo and start creating PR’s after assigning yourself to an issue of interest. We are always chatting on [Discord](https://discord.gg/prysm) drop us a line there if you want to get more involved or have any questions on our implementation! > [!IMPORTANT] > Please, **do not send pull requests for trivial changes**, such as typos, these will be rejected. These types of pull requests incur a cost to reviewers and do not provide much value to the project. If you are unsure, please open an issue first to discuss the change. diff --git a/README.md b/README.md index a7fd37a3e6..3825d273c1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Go Report Card](https://goreportcard.com/badge/github.com/OffchainLabs/prysm)](https://goreportcard.com/report/github.com/OffchainLabs/prysm) [![Consensus_Spec_Version 1.4.0](https://img.shields.io/badge/Consensus%20Spec%20Version-v1.4.0-blue.svg)](https://github.com/ethereum/consensus-specs/tree/v1.4.0) [![Execution_API_Version 1.0.0-beta.2](https://img.shields.io/badge/Execution%20API%20Version-v1.0.0.beta.2-blue.svg)](https://github.com/ethereum/execution-apis/tree/v1.0.0-beta.2/src/engine) -[![Discord](https://user-images.githubusercontent.com/7288322/34471967-1df7808a-efbb-11e7-9088-ed0b04151291.png)](https://discord.gg/OffchainLabs) +[![Discord](https://user-images.githubusercontent.com/7288322/34471967-1df7808a-efbb-11e7-9088-ed0b04151291.png)](https://discord.gg/prysm) [![GitPOAP Badge](https://public-api.gitpoap.io/v1/repo/OffchainLabs/prysm/badge)](https://www.gitpoap.io/gh/OffchainLabs/prysm) @@ -25,7 +25,7 @@ See the [Changelog](https://github.com/OffchainLabs/prysm/releases) for details A detailed set of installation and usage instructions as well as breakdowns of each individual component are available in the **[official documentation portal](https://docs.prylabs.network)**. -💬 **Need help?** Join our **[Discord Community](https://discord.gg/OffchainLabs)** for support. +💬 **Need help?** Join our **[Discord Community](https://discord.gg/prysm)** for support. --- diff --git a/beacon-chain/README.md b/beacon-chain/README.md index 51ed17d81b..7a6a2c9684 100644 --- a/beacon-chain/README.md +++ b/beacon-chain/README.md @@ -4,6 +4,6 @@ This is the main project folder for the beacon chain implementation of Ethereum You can also read our main [README](https://github.com/prysmaticlabs/prysm/blob/master/README.md) and join our active chat room on Discord. -[![Discord](https://user-images.githubusercontent.com/7288322/34471967-1df7808a-efbb-11e7-9088-ed0b04151291.png)](https://discord.gg/CTYGPUJ) +[![Discord](https://user-images.githubusercontent.com/7288322/34471967-1df7808a-efbb-11e7-9088-ed0b04151291.png)](https://discord.gg/prysm) Also, read the official beacon chain [specification](https://github.com/ethereum/consensus-specs/blob/master/specs/phase0/beacon-chain.md), this design spec serves as a source of truth for the beacon chain implementation we follow at Prysmatic Labs. diff --git a/changelog/james-prysm_discord.md b/changelog/james-prysm_discord.md new file mode 100644 index 0000000000..f282d76bd5 --- /dev/null +++ b/changelog/james-prysm_discord.md @@ -0,0 +1,3 @@ +### Ignored + +- fix discord links on readmes \ No newline at end of file diff --git a/validator/README.md b/validator/README.md index 0b05925123..3f3a123c10 100644 --- a/validator/README.md +++ b/validator/README.md @@ -4,6 +4,6 @@ This is the main project folder for a validator client implementation of Ethereu You can also read our main [README](https://github.com/prysmaticlabs/prysm/blob/master/README.md) and join our active chat room on Discord. -[![Discord](https://user-images.githubusercontent.com/7288322/34471967-1df7808a-efbb-11e7-9088-ed0b04151291.png)](https://discord.gg/CTYGPUJ) +[![Discord](https://user-images.githubusercontent.com/7288322/34471967-1df7808a-efbb-11e7-9088-ed0b04151291.png)](https://discord.gg/prysm) To further understand the responsibilities of an Ethereum validator, we recommend reading the official specification [here](https://github.com/ethereum/consensus-specs/blob/master/specs/phase0/validator.md)