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 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/...` diff --git a/README.md b/README.md index 3825d273c141..f564fda6f6c6 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. @@ -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. @@ -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! --- 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