Skip to content

Commit

Permalink
Fix contribution guide link in Readme (apache#28023)
Browse files Browse the repository at this point in the history
* Fix contribution guide link in Readme

* Fix contributing link
  • Loading branch information
damccorm authored Aug 16, 2023
1 parent 6e1dfa1 commit 16e7af2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

There are many ways to contribute to Beam, just one of which is by contributing code.
For a full list of ways to contribute and get plugged into Beam, see the
[Beam Contribution Guide](https://beam.apache.org/contribute/get-started-contributing/)
[Beam Contribution Guide](https://beam.apache.org/contribute/)

## Code Contributions

Expand Down Expand Up @@ -327,4 +327,4 @@ If you are contributing a ```PTransform``` to Beam, we have an extensive [PTrans
If you are contributing a Runner to Beam, refer to the [Runner authoring guide](https://beam.apache.org/contribute/runner-guide/).
Review [design documents](https://s.apache.org/beam-design-docs).
Review [design documents](https://s.apache.org/beam-design-docs).
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ To get involved in Apache Beam:
* [Report an issue](https://github.com/apache/beam/issues/new/choose).

Instructions for building and testing Beam itself
are in the [contribution guide](https://beam.apache.org/contribute/).
are in the [contribution guide](./CONTRIBUTING.md).

## 📚 Learn More

Expand Down

0 comments on commit 16e7af2

Please sign in to comment.