From 361eb9eaebe918b53e954534066ce7234fbd365c Mon Sep 17 00:00:00 2001 From: Derrick Williams Date: Thu, 13 Feb 2025 12:55:06 -0500 Subject: [PATCH] Fix: update prerequisites link to correct location on contribution page (#33904) --- CHANGES.md | 1 + CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index a32c6593742..031e17e5eda 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -151,6 +151,7 @@ * Fixed a Dataflow template creation issue that ignores template file creation errors (Java) ([#33636](https://github.com/apache/beam/issues/33636)) * Correctly documented Pane Encodings in the portability protocols ([#33840](https://github.com/apache/beam/issues/33840)). * Fixed the user mailing list address ([#26013](https://github.com/apache/beam/issues/26013)). +* Fixed the contributing prerequisites link ([#33903](https://github.com/apache/beam/issues/33903)). ## Security Fixes * Fixed (CVE-YYYY-NNNN)[https://www.cve.org/CVERecord?id=CVE-YYYY-NNNN] (Java/Python/Go) ([#X](https://github.com/apache/beam/issues/X)). diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 15cdcd74285..e0f26221ad4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -74,7 +74,7 @@ Before you begin, check out the Wiki pages. There are many useful tips about [Gi #### Configuration Options You have two options for configuring your development environment: - Local: - - Manually installing the [prerequisites](https://beam.apache.org/contribute/#prerequisites). + - Manually installing the [prerequisites](#prerequisites). - Using the automated script for Linux and macOS. - Container-based: using a [Docker](https://www.docker.com/) image.