You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2017/08/21 18:49:36 UTC

[beam-site] 07/10: fix broken link

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

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit e3b4815687522ec54cfcdb906ae9a635fb2d023c
Author: mingmxu <mi...@ebay.com>
AuthorDate: Thu Aug 3 16:10:03 2017 -0700

    fix broken link
---
 src/_posts/2017-07-21-sql-dsl.md | 2 +-
 src/documentation/dsls/sql.md    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/_posts/2017-07-21-sql-dsl.md b/src/_posts/2017-07-21-sql-dsl.md
index f37c24a..4aa97d1 100644
--- a/src/_posts/2017-07-21-sql-dsl.md
+++ b/src/_posts/2017-07-21-sql-dsl.md
@@ -20,7 +20,7 @@ The DSL interface (`BeamSql.query()` and `BeamSql.simpleQuery()`), is the only e
 
 *Note*, the two APIs are equivalent in functionality, `BeamSql.query()` applies on a `PCollectionTuple` with one or many input `PCollection`s, and `BeamSql.simpleQuery()` is a simplified API which applies on single `PCollection`.
 
-[BeamSqlExample](https://github.com/apache/beam/blob/DSL_SQL/dsls/sql/src/main/java/org/apache/beam/dsls/sql/example/BeamSqlExample.java) in code repository shows the usage of both APIs:
+[BeamSqlExample](https://github.com/apache/beam/blob/DSL_SQL/sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/example/BeamSqlExample.java) in code repository shows the usage of both APIs:
 
 ```
 //Step 1. create a source PCollection with Create.of();
diff --git a/src/documentation/dsls/sql.md b/src/documentation/dsls/sql.md
index 76574e5..34f26ae 100644
--- a/src/documentation/dsls/sql.md
+++ b/src/documentation/dsls/sql.md
@@ -58,7 +58,7 @@ The DSL interface (`BeamSql.query()` and `BeamSql.simpleQuery()`), is the only e
 
 *Note*, the two APIs are equivalent in functionality, `BeamSql.query()` applies on a `PCollectionTuple` with one or many input `PCollection`s, and `BeamSql.simpleQuery()` is a simplified API which applies on single `PCollection`.
 
-[BeamSqlExample](https://github.com/apache/beam/blob/DSL_SQL/dsls/sql/src/main/java/org/apache/beam/dsls/sql/example/BeamSqlExample.java) in code repository shows the usage of both APIs:
+[BeamSqlExample](https://github.com/apache/beam/blob/DSL_SQL/sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/example/BeamSqlExample.java) in code repository shows the usage of both APIs:
 
 ```
 //Step 1. create a source PCollection with Create.of();

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.