Bug 574620 - Fix the featured project link

Change-Id: I9076e5fb81ec4d2e230a8c4fc9b4372d4e9aae15
Signed-off-by: Eric Poirier <eric.poirier@eclipse-foundation.org>
diff --git a/js/featured-projects-committer.js b/js/featured-projects-committer.js
index 998b2b1..6d7707b 100644
--- a/js/featured-projects-committer.js
+++ b/js/featured-projects-committer.js
@@ -19,7 +19,7 @@
             "<h3 class='h4'><strong>" + committer.name + "</strong></h3>" + 
             "<div class=\"featured-blocks-match-height margin-bottom-5\" data-mh=\"featured-content\"><p>" + committer.body + "</p>" + 
             "</div>" + 
-            "<a class='btn btn-primary' href='" + committer.url + "' title='Subscribe to our RSS-feed'> Read more </a>" + 
+            "<a class='btn btn-primary' href='" + committer.url + "' title='Read more about "+ committer.name +"'> Read more </a>" + 
             "</div>"
     
             var result = "<div class='item clearfix block-summary-item featured-blocks-match-height-by-row'>" + image + content + "</div>"
@@ -39,7 +39,7 @@
                     var content = " <div class='col-xs-16'>" + 
                     "<h3 class='h4'><strong>" + data[0].name + "</strong></h3>" + 
                     "<div class=\"featured-blocks-match-height margin-bottom-5\" data-mh=\"featured-content\"><p>" + project.body + "</p></div>" + 
-                    "<a class='btn btn-primary' href='" + project.url + "' title='Subscribe to our RSS-feed'> Read more </a>" + 
+                    "<a class='btn btn-primary' href='" +  data[0].url + "' title='Read more about " + data[0].name + "'> Read more </a>" + 
                     "</div>"
             
                     var result = "<div class='item clearfix block-summary-item featured-blocks-match-height-by-row'>" + image + content + "</div>"