From 6bb21237d7dbd0d1cae12afed63b09699c69a6ba Mon Sep 17 00:00:00 2001 From: Nina <152422240+ninastef@users.noreply.github.com> Date: Mon, 13 Oct 2025 12:54:50 +0200 Subject: [PATCH 1/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3825d273c141..13543538c7d0 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ ## 📖 Overview -This is the core repository for Prysm, a [Golang](https://golang.org/) implementation of the [Ethereum Consensus](https://ethereum.org/en/developers/docs/consensus-mechanisms/#proof-of-stake) [specification](https://github.com/ethereum/consensus-specs), developed by [Offchain Labs](https://www.offchainlabs.com). +This is the core repository for Prysm, a [Golang](https://go.dev/) implementation of the [Ethereum Consensus](https://ethereum.org/en/developers/docs/consensus-mechanisms/#proof-of-stake) [specification](https://github.com/ethereum/consensus-specs), developed by [Offchain Labs](https://www.offchainlabs.com). See the [Changelog](https://github.com/OffchainLabs/prysm/releases) for details of the latest releases and upcoming breaking changes. From 7b77503cf5ff8464e2922b3ed696750dd8b9a4ef Mon Sep 17 00:00:00 2001 From: Nina <152422240+ninastef@users.noreply.github.com> Date: Mon, 13 Oct 2025 12:55:40 +0200 Subject: [PATCH 2/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13543538c7d0..159131fe477f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ See the [Changelog](https://github.com/OffchainLabs/prysm/releases) for details ## 🚀 Getting Started -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)**. +A detailed set of installation and usage instructions as well as breakdowns of each individual component are available in the **[official documentation portal](https://prysm.offchainlabs.com/docs/)**. 💬 **Need help?** Join our **[Discord Community](https://discord.gg/prysm)** for support. From b910f1c9ed25c70167aafb8084b350f62e39958e Mon Sep 17 00:00:00 2001 From: Nina <152422240+ninastef@users.noreply.github.com> Date: Mon, 13 Oct 2025 12:56:51 +0200 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 159131fe477f..f564fda6f6c6 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Prysm maintains two permanent branches: ### 🛠 Contribution Guide -Want to get involved? Check out our **[Contribution Guide](https://docs.prylabs.network/docs/contribute/contribution-guidelines/)** to learn more! +Want to get involved? Check out our **[Contribution Guide](https://prysm.offchainlabs.com/docs/contribute/contribution-guidelines/)** to learn more! --- From 444413f17c66687671ca52618619878188ffb454 Mon Sep 17 00:00:00 2001 From: Nina <152422240+ninastef@users.noreply.github.com> Date: Mon, 13 Oct 2025 12:59:16 +0200 Subject: [PATCH 4/6] Update INTEROP.md --- INTEROP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INTEROP.md b/INTEROP.md index 5a21738df18c..0d9012b002e1 100644 --- a/INTEROP.md +++ b/INTEROP.md @@ -9,7 +9,7 @@ This README details how to setup Prysm for interop testing for usage with other ## Installation & Setup -1. Install [Bazel](https://docs.bazel.build/versions/master/install.html) **(Recommended)** +1. Install [Bazel](https://bazel.build/install) **(Recommended)** 2. `git clone https://github.com/OffchainLabs/prysm && cd prysm` 3. `bazel build //cmd/...` From 2095b6c070e525d0b54bf44478d8560ed71772fe Mon Sep 17 00:00:00 2001 From: Nina <152422240+ninastef@users.noreply.github.com> Date: Mon, 13 Oct 2025 13:02:47 +0200 Subject: [PATCH 5/6] Update DEPENDENCIES.md --- DEPENDENCIES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 7e09e1c2cb6e..33961a50b6a6 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -72,7 +72,7 @@ Do NOT add new `go_repository` to the WORKSPACE file. All dependencies should li To enable conditional compilation and custom configuration for tests (where compiled code has more debug info, while not being completely optimized), we rely on Go's build tags/constraints mechanism -(see official docs on [build constraints](https://golang.org/pkg/go/build/#hdr-Build_Constraints)). +(see official docs on [build constraints](https://pkg.go.dev/go/build#hdr-Build_Constraints)). Therefore, whenever using `go test`, do not forget to pass in extra build tag, eg: ```bash From 9f2f1f2efd045e1bcae5dc692f47030e3ad4a658 Mon Sep 17 00:00:00 2001 From: Nina <152422240+ninastef@users.noreply.github.com> Date: Mon, 13 Oct 2025 13:18:20 +0200 Subject: [PATCH 6/6] Create ninastef-fixes-broken-links.md --- changelog/ninastef-fixes-broken-links.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/ninastef-fixes-broken-links.md diff --git a/changelog/ninastef-fixes-broken-links.md b/changelog/ninastef-fixes-broken-links.md new file mode 100644 index 000000000000..f4cf59943a38 --- /dev/null +++ b/changelog/ninastef-fixes-broken-links.md @@ -0,0 +1,3 @@ +### Fixed + +- fixed broken and old links to actual