Repository: beam-site Updated Branches: refs/heads/asf-site 845f589d3 -> eb1974f31
Fix broken links due to code path changes Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/46ca2427 Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/46ca2427 Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/46ca2427 Branch: refs/heads/asf-site Commit: 46ca2427a59e17edd170b6d1b11b747d73ec008e Parents: 845f589 Author: melissa <meliss...@google.com> Authored: Wed Feb 22 13:10:09 2017 -0800 Committer: melissa <meliss...@google.com> Committed: Wed Feb 22 13:10:09 2017 -0800 ---------------------------------------------------------------------- src/documentation/programming-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam-site/blob/46ca2427/src/documentation/programming-guide.md ---------------------------------------------------------------------- diff --git a/src/documentation/programming-guide.md b/src/documentation/programming-guide.md index 641ad2d..a40ade3 100644 --- a/src/documentation/programming-guide.md +++ b/src/documentation/programming-guide.md @@ -1030,8 +1030,8 @@ See the language specific source code directories for the Beam supported I/O API <td> </td> <td> - <p><a href="https://github.com/apache/beam/blob/master/sdks/python/apache_beam/io/bigquery.py">Google BigQuery</a></p> - <p><a href="https://github.com/apache/beam/tree/master/sdks/python/apache_beam/io/datastore">Google Cloud Datastore</a></p> + <p><a href="https://github.com/apache/beam/blob/master/sdks/python/apache_beam/io/google_cloud_platform/bigquery.py">Google BigQuery</a></p> + <p><a href="https://github.com/apache/beam/tree/master/sdks/python/apache_beam/io/google_cloud_platform/datastore">Google Cloud Datastore</a></p> </td> </tr>