You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ml...@apache.org on 2013/10/17 00:39:36 UTC

svn commit: r1532927 - in /trafficserver/site/trunk: content/index.html templates/full_page.html

Author: mlibbey
Date: Wed Oct 16 22:39:36 2013
New Revision: 1532927

URL: http://svn.apache.org/r1532927
Log:
Change location of docs on site to sphinx docs hosted on readthedocs

Modified:
    trafficserver/site/trunk/content/index.html
    trafficserver/site/trunk/templates/full_page.html

Modified: trafficserver/site/trunk/content/index.html
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/content/index.html?rev=1532927&r1=1532926&r2=1532927&view=diff
==============================================================================
--- trafficserver/site/trunk/content/index.html (original)
+++ trafficserver/site/trunk/content/index.html Wed Oct 16 22:39:36 2013
@@ -38,7 +38,7 @@
     <div class="ninecol">
       <a href="http://trafficserver.apache.org/">Home</a>
       <a href="downloads">Downloads</a>
-      <a href="docs/">Documentation</a>
+      <a href="https://trafficserver.readthedocs.org/en/latest/index.html">Documentation</a>
       <a href="https://cwiki.apache.org/confluence/display/TS/Apache+Traffic+Server">Wiki</a>
       <a href="https://issues.apache.org/jira/browse/TS">Issues</a>
       <a href="/users.html">Customers</a>
@@ -217,12 +217,12 @@
 
         <ul class="blurblist">
           <li>
-          <a href="/docs/trunk/admin/">Administrator's Guide</a>
+          <a href="https://trafficserver.readthedocs.org/en/latest/admin/index.en.html">Administrator's Guide</a>
           <p>Installing, configuring and administrating Apache Traffic Server</p>
           </li>
 
           <li>
-          <a href="/docs/trunk/sdk/">SDK Programmer's Guide</a>
+          <a href="https://trafficserver.readthedocs.org/en/latest/sdk/index.en.html">SDK Programmer's Guide</a>
           <p>Developing Apache Traffic Server plug-ins and how the code works</p>
           </li>
 

Modified: trafficserver/site/trunk/templates/full_page.html
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/templates/full_page.html?rev=1532927&r1=1532926&r2=1532927&view=diff
==============================================================================
--- trafficserver/site/trunk/templates/full_page.html (original)
+++ trafficserver/site/trunk/templates/full_page.html Wed Oct 16 22:39:36 2013
@@ -63,7 +63,7 @@
       <div class="ninecol">
         <a href="http://trafficserver.apache.org/">Home</a>
         <a href="/downloads">Downloads</a>
-        <a href="/docs/">Documentation</a>
+        <a href="https://trafficserver.readthedocs.org/en/latest/index.html">Documentation</a>
         <a href="https://cwiki.apache.org/confluence/display/TS/Apache+Traffic+Server">Wiki</a>
         <a href="https://issues.apache.org/jira/browse/TS">Issues</a>
         <a href="/users.html">Customers</a>