This is an automated email from the ASF dual-hosted git repository. huijun pushed a commit to branch huijunw/20200406updatedoc in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
commit 3bb8034f62f1e1c033f0a4c9e6c1c27cf0ae9171 Author: Huijun Wu <[email protected]> AuthorDate: Tue Apr 6 11:59:49 2021 -0700 updatedocandlink --- website2/docs/heron-resources-resources.md | 2 +- website2/website/data/resources.js | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website2/docs/heron-resources-resources.md b/website2/docs/heron-resources-resources.md index bb1633b..178acb7 100644 --- a/website2/docs/heron-resources-resources.md +++ b/website2/docs/heron-resources-resources.md @@ -24,7 +24,7 @@ Heron Resources outside this documentation: ## Books -* [Stream Processing with Heron](http://shop.oreilly.com/product/0636920203131.do) +* [Heron Streaming: Fundamentals, Applications, Operations, and Insights](https://www.springer.com/us/book/9783030600938) ## Conference & Journal Papers diff --git a/website2/website/data/resources.js b/website2/website/data/resources.js index 12bdafc..5b6e137 100644 --- a/website2/website/data/resources.js +++ b/website2/website/data/resources.js @@ -1,10 +1,10 @@ module.exports = { publications: [ { - forum: 'O’Reilly', - forum_link: 'http://shop.oreilly.com/product/0636920203131.do', - title: 'Stream Processing with Heron', - link: 'http://shop.oreilly.com/product/0636920203131.do' + forum: 'Springer', + forum_link: 'https://www.springer.com/us/book/9783030600938', + title: 'Heron Streaming: Fundamentals, Applications, Operations, and Insights', + link: 'https://www.springer.com/us/book/9783030600938' }, { forum: '',
