This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a660eb  Update doc URLs for RabbitMqIO and KuduIO
     new c831522  Merge pull request #12796 from 
aromanenko-dev/BEAM-9916-IO-urls
8a660eb is described below

commit 8a660eb46bee3ffd3d03181fa69106c5578d9fbc
Author: Alexey Romanenko <[email protected]>
AuthorDate: Wed Sep 9 18:13:10 2020 +0200

    Update doc URLs for RabbitMqIO and KuduIO
---
 website/www/site/data/io_matrix.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/www/site/data/io_matrix.yaml 
b/website/www/site/data/io_matrix.yaml
index 84637c6..434788d 100644
--- a/website/www/site/data/io_matrix.yaml
+++ b/website/www/site/data/io_matrix.yaml
@@ -206,7 +206,7 @@ categories:
         implementations:
           - language: java
             name: org.apache.beam.sdk.io.rabbitmq.RabbitMqIO
-            url: 
https://github.com/apache/beam/blob/master/sdks/java/io/rabbitmq/src/main/java/org/apache/beam/sdk/io/rabbitmq/RabbitMqIO.java
+            url: 
https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/rabbitmq/RabbitMqIO.html
       - transform: SqsIO
         description: An unbounded source for [Amazon Simple Queue Service 
(SQS)](https://aws.amazon.com/sqs/).
         implementations:
@@ -259,7 +259,7 @@ categories:
         implementations:
           - language: java
             name: org.apache.beam.sdk.io.kudu
-            url: 
https://github.com/apache/beam/blob/master/sdks/java/io/kudu/src/main/java/org/apache/beam/sdk/io/kudu/KuduIO.java
+            url: 
https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/kudu/KuduIO.html
       - transform: SolrIO
         description: Transforms for reading and writing data from/to 
[Solr](https://lucene.apache.org/solr/).
         implementations:

Reply via email to