You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "Sasha Parfenov (JIRA)" <ji...@apache.org> on 2016/03/16 21:10:33 UTC

[jira] [Commented] (APEXCORE-388) Links to 3rd party pages should follow guidelines defined at http://www.apache.org/foundation/marks/linking

    [ https://issues.apache.org/jira/browse/APEXCORE-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15198053#comment-15198053 ] 

Sasha Parfenov commented on APEXCORE-388:
-----------------------------------------

Replaced all the links across the site pointing to www.datatorrent.com to have rel="nofollow" attribute.  This included docs and downloads pages.  See diff below:

{code}
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
 
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/)
{code}

> Links to 3rd party pages should follow guidelines defined at http://www.apache.org/foundation/marks/linking 
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: APEXCORE-388
>                 URL: https://issues.apache.org/jira/browse/APEXCORE-388
>             Project: Apache Apex Core
>          Issue Type: Bug
>            Reporter: Hitesh Shah
>            Assignee: Sasha Parfenov
>
> For examples, links to DataTorrent on the http://apex.incubator.apache.org/downloads.html page should have the nofollow attribute. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)