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

iemejia 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 1eedc47  [BEAM-7119} Change Nexmark URL to use an archive.org link
     new 70941d2  Merge pull request #8309: [BEAM-7119] Change Nexmark URL to 
use an archive.org link
1eedc47 is described below

commit 1eedc474a7b52d5a6270323a71e51c3fd6b3af5e
Author: Ismaël Mejía <[email protected]>
AuthorDate: Mon Apr 15 16:04:24 2019 +0200

    [BEAM-7119} Change Nexmark URL to use an archive.org link
---
 .../nexmark/src/main/java/org/apache/beam/sdk/nexmark/Main.java      | 5 +++--
 website/src/documentation/sdks/nexmark.md                            | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git 
a/sdks/java/testing/nexmark/src/main/java/org/apache/beam/sdk/nexmark/Main.java 
b/sdks/java/testing/nexmark/src/main/java/org/apache/beam/sdk/nexmark/Main.java
index dc97c9e..f65a8d4 100644
--- 
a/sdks/java/testing/nexmark/src/main/java/org/apache/beam/sdk/nexmark/Main.java
+++ 
b/sdks/java/testing/nexmark/src/main/java/org/apache/beam/sdk/nexmark/Main.java
@@ -60,8 +60,9 @@ import org.joda.time.Instant;
  * <p>We synthesize the creation of people, auctions and bids in real-time. 
The data is not
  * particularly sensible.
  *
- * <p>See <a href="http://datalab.cs.pdx.edu/niagaraST/NEXMark/";>
- * http://datalab.cs.pdx.edu/niagaraST/NEXMark/</a>
+ * <p>See <a
+ * 
href="https://web.archive.org/web/20100620010601/http://datalab.cs.pdx.edu/niagaraST/NEXMark/";>
+ * Nexmark website</a>
  */
 public class Main {
 
diff --git a/website/src/documentation/sdks/nexmark.md 
b/website/src/documentation/sdks/nexmark.md
index 7a84fe5..bb3b9c6 100644
--- a/website/src/documentation/sdks/nexmark.md
+++ b/website/src/documentation/sdks/nexmark.md
@@ -24,7 +24,7 @@ limitations under the License.
 
 Nexmark is a suite of pipelines inspired by the 'continuous data stream'
 queries in [Nexmark research
-paper](http://datalab.cs.pdx.edu/niagaraST/NEXMark/)
+paper](https://web.archive.org/web/20100620010601/http://datalab.cs.pdx.edu/niagaraST/NEXMark/)
 
 These are multiple queries over a three entities model representing on online
 auction system:

Reply via email to