damccorm commented on code in PR #21749:
URL: https://github.com/apache/beam/pull/21749#discussion_r892882553


##########
website/www/site/content/en/contribute/_index.md:
##########
@@ -86,7 +86,7 @@ Here’s a list of things you can do to get started 
contributing:
     <td class="list-text-size-md">
       <ul>
         <li>Follow the website <a 
href="https://beam.apache.org/contribute/get-started-contributing/";>Contribution
 Guide</a> to make changes yourself.</li>
-        <li>Check our <a 
href="https://issues.apache.org/jira/browse/BEAM-13229?jql=project%20%3D%20BEAM%20AND%20resolution%20%3D%20Unresolved%20AND%20labels%20%3D%20website%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC";>Website
 Backlog</a> in Jira to find rooms for improvement, or propose one.</li>
+        <li>Check our <a 
href="https://github.com/apache/beam/issues/21251?jql=project%20%3D%20BEAM%20AND%20resolution%20%3D%20Unresolved%20AND%20labels%20%3D%20website%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC";>Website
 Backlog</a> in Jira to find rooms for improvement, or propose one.</li>

Review Comment:
   Fixed - good catch



##########
sdks/python/apache_beam/runners/portability/portable_runner.py:
##########
@@ -325,7 +325,7 @@ def get_proto_pipeline(pipeline, options):
         default_environment=PortableRunner._create_environment(
             portable_options))
 
-    # TODO: https://issues.apache.org/jira/browse/BEAM-7199
+    # TODO: https://github.com/apache/beam/issues/181099

Review Comment:
   Fixed - thanks!



##########
sdks/java/io/jdbc/src/main/java/org/apache/beam/sdk/io/jdbc/JdbcIO.java:
##########
@@ -2086,7 +2086,7 @@ private boolean hasStatementAndSetter() {
   private static class Reparallelize<T> extends PTransform<PCollection<T>, 
PCollection<T>> {
     @Override
     public PCollection<T> expand(PCollection<T> input) {
-      // See https://issues.apache.org/jira/browse/BEAM-2803
+      // See https://github.com/apache/beam/issues/1796403

Review Comment:
   Fixed - thanks!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to