Skip to content

Commit fc43c12

Browse files
authored
Fix user mailing list link on contribution page (#33856)
1 parent e2e1cb4 commit fc43c12

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
* [Dataflow Streaming Appliance] Fixed commits failing with KeyCommitTooLargeException when a key outputs >180MB of results. [#33588](https://github.com/apache/beam/issues/33588).
113113
* Fixed a Dataflow template creation issue that ignores template file creation errors (Java) ([#33636](https://github.com/apache/beam/issues/33636))
114114
* Correctly documented Pane Encodings in the portability protocols ([#33840](https://github.com/apache/beam/issues/33840)).
115+
* Fixed the user mailing list address ([#26013](https://github.com/apache/beam/issues/26013)).
115116

116117
## Security Fixes
117118
* Fixed (CVE-YYYY-NNNN)[https://www.cve.org/CVERecord?id=CVE-YYYY-NNNN] (Java/Python/Go) ([#X](https://github.com/apache/beam/issues/X)).

website/www/site/content/en/contribute/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Here’s a list of things you can do to get started contributing:
5050
<td>Participate and share ideas</td>
5151
<td class="list-text-size-md">
5252
<ul>
53-
<li>Subscribe to our <a href="/community/contact-us/">mailing lists</a> (<a href="mailto:[email protected]">[email protected]</a> and <a href="mailto:dev@beam.apache.org">[email protected]</a>).</li>
53+
<li>Subscribe to our <a href="/community/contact-us/">mailing lists</a> (<a href="mailto:[email protected]">[email protected]</a> and <a href="mailto:user@beam.apache.org">[email protected]</a>).</li>
5454
<li>Stay in the loop of our <a href="https://github.com/apache/beam/issues">Issues product backlog</a>, participate in discussions to brainstorm solutions, and help the community solve their mailing list questions.</li>
5555
</ul>
5656
</td>

0 commit comments

Comments
 (0)