You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ja...@apache.org on 2018/12/12 05:00:30 UTC

samza git commit: Update website release instructions, Fix a broken link

Repository: samza
Updated Branches:
  refs/heads/master 2e5e19df3 -> 60150bfb3


Update website release instructions, Fix a broken link

Author: Jagadish <jv...@linkedin.com>

Reviewers: Jagadish <ja...@apache.org>

Closes #858 from vjagadish1989/website-reorg41


Project: http://git-wip-us.apache.org/repos/asf/samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/60150bfb
Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/60150bfb
Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/60150bfb

Branch: refs/heads/master
Commit: 60150bfb38038bb9892b9ad2d8dcfac14ad2fd68
Parents: 2e5e19d
Author: Jagadish <jv...@linkedin.com>
Authored: Tue Dec 11 21:00:14 2018 -0800
Committer: Jagadish <jv...@linkedin.com>
Committed: Tue Dec 11 21:00:14 2018 -0800

----------------------------------------------------------------------
 docs/README.md                                | 2 ++
 docs/startup/code-examples/versioned/index.md | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza/blob/60150bfb/docs/README.md
----------------------------------------------------------------------
diff --git a/docs/README.md b/docs/README.md
index 851903c..98b1083 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -60,6 +60,8 @@ To build and publish the website to Samza's Apache SVN repository, run:
 
 This command will re-build the Javadocs and website, checkout https://svn.apache.org/repos/asf/samza/site/ locally, copy the site into the directory, and commit the changes.
 
+Sanity-check a couple of links in the website corresponding to the latest release. For example, when releasing Samza 1.0.0, verify that http://samza.apache.org/learn/documentation/1.0.0/ and http://samza.apache.org/learn/documentation/latest/ links work.
+
 ## Release-new-version Website Checklist
 
 Assume we want to release x.x.x and the next release is y.y.y in master, need to work on two branches: x.x.x and master.

http://git-wip-us.apache.org/repos/asf/samza/blob/60150bfb/docs/startup/code-examples/versioned/index.md
----------------------------------------------------------------------
diff --git a/docs/startup/code-examples/versioned/index.md b/docs/startup/code-examples/versioned/index.md
index 384419d..2f4cb5c 100644
--- a/docs/startup/code-examples/versioned/index.md
+++ b/docs/startup/code-examples/versioned/index.md
@@ -34,7 +34,7 @@ These include:
 
 - The [Filter example](https://github.com/apache/samza-hello-samza/blob/latest/src/main/java/samza/examples/cookbook/FilterExample.java) demonstrates how to perform stateless operations on a stream. 
 
-- The [Join example](https://github.com/apache/samza-hello-samza/blob/latest/src/main/java/samza/examples/cookbook/JoinExample.java]) demonstrates how you can join a Kafka stream of page-views with a stream of ad-clicks
+- The [Join example](https://github.com/apache/samza-hello-samza/blob/latest/src/main/java/samza/examples/cookbook/JoinExample.java) demonstrates how you can join a Kafka stream of page-views with a stream of ad-clicks
 
 - The [Stream-Table Join example](https://github.com/apache/samza-hello-samza/blob/latest/src/main/java/samza/examples/cookbook/RemoteTableJoinExample.java) demonstrates how to use the Samza Table API. It joins a Kafka stream with a remote dataset accessed through a REST service.
 
@@ -46,4 +46,4 @@ In addition to the cookbook, you can also consult these:
 - [Wikipedia Parser](https://github.com/apache/samza-hello-samza/tree/master/src/main/java/samza/examples/wikipedia): An advanced example that builds a streaming pipeline consuming a live-feed of wikipedia edits, parsing each message and generating statistics from them.
 
 
-- [Amazon Kinesis](https://github.com/apache/samza-hello-samza/tree/master/src/main/java/samza/examples/kinesis) and [Azure Eventhubs](https://github.com/apache/samza-hello-samza/tree/latest/src/main/java/samza/examples/azure) examples that cover how to consume input data from the respective systems.
\ No newline at end of file
+- [Amazon Kinesis](https://github.com/apache/samza-hello-samza/tree/master/src/main/java/samza/examples/kinesis) and [Azure Eventhubs](https://github.com/apache/samza-hello-samza/tree/latest/src/main/java/samza/examples/azure) examples that cover how to consume input data from the respective systems.