Skip to content

Commit

Permalink
Fix: update prerequisites link to correct location on contribution pa…
Browse files Browse the repository at this point in the history
…ge (#33904)
  • Loading branch information
derrickaw authored Feb 13, 2025
1 parent 48743e5 commit 361eb9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 361eb9e

Please sign in to comment.