Repository: incubator-apex-site Updated Branches: refs/heads/master 3e5868c53 -> 0348e0248
APEXCORE-388 Adding nofollow attribute to www.datatorrent.com links Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/0348e024 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/0348e024 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/0348e024 Branch: refs/heads/master Commit: 0348e0248c245562bf3b3d45e8b1f3a4fa58a1c5 Parents: 3e5868c Author: sashadt <[email protected]> Authored: Wed Mar 16 13:11:24 2016 -0700 Committer: sashadt <[email protected]> Committed: Wed Mar 16 13:11:24 2016 -0700 ---------------------------------------------------------------------- src/md/docs.md | 16 ++++++++-------- src/md/third-party-downloads.md | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/0348e024/src/md/docs.md ---------------------------------------------------------------------- diff --git a/src/md/docs.md b/src/md/docs.md index cbc4fea..eccee09 100644 --- a/src/md/docs.md +++ b/src/md/docs.md @@ -3,7 +3,7 @@ ### Apex Core - [apex-3.3-incubating](/docs/apex-3.3/) -- [JavaDoc](https://www.datatorrent.com/docs/apidocs/) +- <a href="https://www.datatorrent.com/docs/apidocs/" rel="nofollow">JavaDoc</a> ### Apex Malhar @@ -38,13 +38,13 @@ ### Blogs -- [Introducing Apex](https://www.datatorrent.com/blog/introducing-apache-apex-incubating/) -- [DAG to Execution](https://www.datatorrent.com/blog/tracing-dags-from-specification-to-execution/) -- [CheckPoint](https://www.datatorrent.com/blog/blog-introduction-to-checkpoint/) -- [Operability](https://www.datatorrent.com/blog/blog-operability-the-graveyard-of-big-data-projects/) -- [Security](https://www.datatorrent.com/blog/blog-security-considerations-for-yarn-based-distributed-applications-in-hadoop/) -- [End to End - Exactly-Once](https://www.datatorrent.com/blog/end-to-end-exactly-once-with-apache-apex/) -- [Benchmarks compare between 2.0 and 3.0](https://www.datatorrent.com/blog-apex-performance-benchmark/) +- <a href="https://www.datatorrent.com/blog/introducing-apache-apex-incubating/" rel="nofollow">Introducing Apex</a> +- <a href="https://www.datatorrent.com/blog/tracing-dags-from-specification-to-execution/" rel="nofollow">DAG to Execution</a> +- <a href="https://www.datatorrent.com/blog/blog-introduction-to-checkpoint/" rel="nofollow">CheckPoint</a> +- <a href="https://www.datatorrent.com/blog/blog-operability-the-graveyard-of-big-data-projects/" rel="nofollow">Operability</a> +- <a href="https://www.datatorrent.com/blog/blog-security-considerations-for-yarn-based-distributed-applications-in-hadoop/" rel="nofollow">Security</a> +- <a href="https://www.datatorrent.com/blog/end-to-end-exactly-once-with-apache-apex/" rel="nofollow">End to End - Exactly-Once</a> +- <a href="https://www.datatorrent.com/blog-apex-performance-benchmark/" rel="nofollow">Benchmarks compare between 2.0 and 3.0</a> ### Troubleshooting http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/0348e024/src/md/third-party-downloads.md ---------------------------------------------------------------------- diff --git a/src/md/third-party-downloads.md b/src/md/third-party-downloads.md index 08a5334..7d4780c 100644 --- a/src/md/third-party-downloads.md +++ b/src/md/third-party-downloads.md @@ -2,7 +2,7 @@ This is a list of 3rd party binary packages based on Apache Apex. The Apache Apex project does not endorse or maintain any 3rd party binary packages. -- [DataTorrent RTS](https://www.datatorrent.com/download/) is a binary build of Apache Apex created by [DataTorrent](https://datatorrent.com). +- <a href="https://www.datatorrent.com/download/" rel="nofollow">DataTorrent RTS</a> is a binary build of Apache Apex created by <a href="https://www.datatorrent.com/" rel="nofollow">DataTorrent</a>. - [Bigtop](http://bigtop.apache.org/) CI based distribution binaries: - Setup Bigtop Environment: 1. Grab the repo/list file for your favourite linux distribution from [here](http://www.apache.org/dist/bigtop/bigtop-1.1.0/repos/)
