From c7401f5e75cc85d3c5732cbeac39b0eecef3c96e Mon Sep 17 00:00:00 2001 From: NikolaiKryshnev <63440682+NikolaiKryshnev@users.noreply.github.com> Date: Mon, 8 Sep 2025 23:40:18 +0300 Subject: [PATCH] Fix link (#15631) * Update CHANGELOG.md * Update DEPENDENCIES.md * Create 2025-08-25-docs-links.md --- CHANGELOG.md | 2 +- DEPENDENCIES.md | 2 +- changelog/2025-08-25-docs-links.md | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 changelog/2025-08-25-docs-links.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 40e6e38a17..ff8645ca5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2993,7 +2993,7 @@ There are two known issues with this release: ### Added -- Web3Signer support. See the [documentation](https://docs.prylabs.network/docs/next/wallet/web3signer) for more +- Web3Signer support. See the [documentation](https://prysm.offchainlabs.com/docs/manage-wallet/web3signer/) for more details. - Bellatrix support. See [kiln testnet instructions](https://hackmd.io/OqIoTiQvS9KOIataIFksBQ?view) - Weak subjectivity sync / checkpoint sync. This is an experimental feature and may have unintended side effects for diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index cee85fe789..7e09e1c2cb 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -2,7 +2,7 @@ Prysm is go project with many complicated dependencies, including some c++ based libraries. There are two parts to Prysm's dependency management. Go modules and bazel managed dependencies. Be sure -to read [Why Bazel?](https://github.com/OffchainLabs/documentation/issues/138) to fully +to read [Why Bazel?](https://prysm.offchainlabs.com/docs/install-prysm/install-with-bazel/#why-bazel) to fully understand the reasoning behind an additional layer of build tooling via Bazel rather than a pure "go build" project. diff --git a/changelog/2025-08-25-docs-links.md b/changelog/2025-08-25-docs-links.md new file mode 100644 index 0000000000..fde4586300 --- /dev/null +++ b/changelog/2025-08-25-docs-links.md @@ -0,0 +1,2 @@ +### Changed +- Updated outdated documentation links for Web3Signer and Why Bazel.