You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by wf...@apache.org on 2016/06/20 21:24:57 UTC

svn commit: r1749406 [1/3] - in /aurora/site: publish/index.html publish/sitemap.xml source/index.html.md

Author: wfarner
Date: Mon Jun 20 21:24:57 2016
New Revision: 1749406

URL: http://svn.apache.org/viewvc?rev=1749406&view=rev
Log:
Fix broken service discovery link on landing page

Modified:
    aurora/site/publish/index.html
    aurora/site/publish/sitemap.xml
    aurora/site/source/index.html.md

Modified: aurora/site/publish/index.html
URL: http://svn.apache.org/viewvc/aurora/site/publish/index.html?rev=1749406&r1=1749405&r2=1749406&view=diff
==============================================================================
--- aurora/site/publish/index.html (original)
+++ aurora/site/publish/index.html Mon Jun 20 21:24:57 2016
@@ -74,7 +74,7 @@
     <div class="col-md-2 text-center"><p><span class="glyphicon glyphicon-list-alt"></span></p></div>
     <div class="col-md-4"><h3>Sophisticated DSL</h3><p>Services are highly-configurable via a <a href="/documentation/latest/configuration-tutorial">DSL</a> which supports templating, allowing you to establish common patterns and avoid redundant configurations.</p></div>
     <div class="col-md-2 text-center"><p><span class="glyphicon glyphicon-cloud-upload"></span></p></div>
-    <div class="col-md-4"><h3>Service Registration</h3><p>Aurora <a href="/documentation/latest/configuration-reference/#announcer-objects">announces</a> services to Apache ZooKeeper for discovery by clients like Finagle.</p></div>
+    <div class="col-md-4"><h3>Service Registration</h3><p>Aurora <a href="/documentation/latest/features/service-discovery/">announces</a> services to Apache ZooKeeper for discovery by clients like Finagle.</p></div>
   </div>
  </div>
 </div>