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 63c4c5fd271f7bc89d82ea8b9aee8636d155a321 Author: Etienne Chauchot <[email protected]> AuthorDate: Tue Nov 14 10:53:53 2017 +0100 [BEAM-2853] Move nexmark page to documentation/sdks/java/nexmark --- src/documentation/sdks/java.md | 2 +- src/documentation/sdks/nexmark.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/documentation/sdks/java.md b/src/documentation/sdks/java.md index cabbb2f..826929e 100644 --- a/src/documentation/sdks/java.md +++ b/src/documentation/sdks/java.md @@ -32,4 +32,4 @@ The Java SDK has the following extensions: - [join-library]({{site.baseurl}}/documentation/sdks/java-extensions/#join-library) provides inner join, outer left join, and outer right join functions. - [sorter]({{site.baseurl}}/documentation/sdks/java-extensions/#sorter) is an efficient and scalable sorter for large iterables. -- [Nexmark]({{site.baseurl}}/documentation/sdks/nexmark) is a benchmark suite that runs in batch and streaming modes. +- [Nexmark]({{site.baseurl}}/documentation/sdks/java/nexmark) is a benchmark suite that runs in batch and streaming modes. diff --git a/src/documentation/sdks/nexmark.md b/src/documentation/sdks/nexmark.md index 8964a7a..f82e53d 100644 --- a/src/documentation/sdks/nexmark.md +++ b/src/documentation/sdks/nexmark.md @@ -2,7 +2,7 @@ layout: section title: "Nexmark benchmark suite" section_menu: section-menu/sdks.html -permalink: /documentation/sdks/nexmark/ +permalink: /documentation/sdks/java/nexmark/ --- # Nexmark benchmark suite -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
