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 2c6b4142eaa948ddd03fb08a452e74734855e4de
Author: Maria Garcia Herrero <mari...@google.com>
AuthorDate: Wed Jul 12 15:20:30 2017 -0700

    Address review comments
---
 src/documentation/runners/direct.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/documentation/runners/direct.md 
b/src/documentation/runners/direct.md
index cd99eb5..5cca0de 100644
--- a/src/documentation/runners/direct.md
+++ b/src/documentation/runners/direct.md
@@ -27,10 +27,10 @@ Here are some resources with information about how to test 
your pipelines.
 <ul>
   <!-- Java specific links -->
   <li class="language-java"><a href="{{ site.baseurl 
}}/blog/2016/10/20/test-stream.html">Testing Unbounded Pipelines in Apache 
Beam</a> talks about the use of Java classes <a href="{{ site.baseurl 
}}/documentation/sdks/javadoc/{{ site.release_latest 
}}/index.html?org/apache/beam/sdk/testing/PAssert.html">PAssert</a> and <a 
href="{{ site.baseurl }}/documentation/sdks/javadoc/{{ site.release_latest 
}}/index.html?org/apache/beam/sdk/testing/TestStream.html">TestStream</a> to 
test your pipe [...]
-  <li class="language-java">The <a href="{{ site.baseurl 
}}/get-started/wordcount-example/#testing-your-pipeline-via-passert">Apache 
Beam WordCount Example</a> contains an example of logging and testing a 
pipeline with <a href="{{ site.baseurl }}/documentation/sdks/javadoc/{{ 
site.release_latest 
}}/index.html?org/apache/beam/sdk/testing/PAssert.html"><code>PAssert</code>.</li>
+  <li class="language-java">The <a href="{{ site.baseurl 
}}/get-started/wordcount-example/#testing-your-pipeline-via-passert">Apache 
Beam WordCount Example</a> contains an example of logging and testing a 
pipeline with <a href="{{ site.baseurl }}/documentation/sdks/javadoc/{{ 
site.release_latest 
}}/index.html?org/apache/beam/sdk/testing/PAssert.html"><code>PAssert</code></a>.</li>
 
   <!-- Python specific links -->
-  <li class="language-py">You can use <a 
href="https://github.com/apache/beam/blob/master/sdks/python/apache_beam/testing/util.py#L76";>assert_that</a>
 to test your pipeline. The Python <a 
href="https://github.com/apache/beam/blob/master/sdks/python/apache_beam/examples/wordcount_debugging.py";>WordCount
 Debugging Example</a> contains an example of logging and testing with 
<code>assert_that</code></a>.</li>
+  <li class="language-py">You can use <a 
href="https://github.com/apache/beam/blob/master/sdks/python/apache_beam/testing/util.py#L76";>assert_that</a>
 to test your pipeline. The Python <a 
href="https://github.com/apache/beam/blob/master/sdks/python/apache_beam/examples/wordcount_debugging.py";>WordCount
 Debugging Example</a> contains an example of logging and testing with 
<code>assert_that</code>.</li>
 </ul>
 
 ## Direct Runner prerequisites and setup

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

Reply via email to