Author: mlibbey
Date: Thu Jun 15 04:59:33 2017
New Revision: 1798791

URL: http://svn.apache.org/viewvc?rev=1798791&view=rev
Log:
Update issues links in menu bars

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

Modified: trafficserver/site/trunk/README
URL: 
http://svn.apache.org/viewvc/trafficserver/site/trunk/README?rev=1798791&r1=1798790&r2=1798791&view=diff
==============================================================================
--- trafficserver/site/trunk/README (original)
+++ trafficserver/site/trunk/README Thu Jun 15 04:59:33 2017
@@ -48,7 +48,7 @@ You might want to replace `igalic` with
 
 
 For the curious, or those doing heavy modification, sometimes it is
-necessary or beneficial to see the changes locally, before of commiting
+necessary or beneficial to see the changes locally, before of committing
 every single change to staging. The following are instructions for
 that case:
 
@@ -76,7 +76,7 @@ You can now attempt to build the site:
  Publishing the Site
  ===================
 
-In order to publish the site, we recommand, for convinience to symlink
+In order to publish the site, we recommend, for convenience to symlink
 the publishing script into this checkout's working copy:
 
     $ ln -s ../cms/webgui/publish.pl
@@ -90,4 +90,3 @@ You will be prompted for your password.
 a diff between staging HTML and the current live content. You can
 write a witty commit message, and send it off.
 Thanks to SvnPubSub it will automatically replicate on both mirrors.
-

Modified: trafficserver/site/trunk/content/index.html
URL: 
http://svn.apache.org/viewvc/trafficserver/site/trunk/content/index.html?rev=1798791&r1=1798790&r2=1798791&view=diff
==============================================================================
--- trafficserver/site/trunk/content/index.html (original)
+++ trafficserver/site/trunk/content/index.html Thu Jun 15 04:59:33 2017
@@ -41,7 +41,7 @@
       <a href="downloads">Downloads</a>
       <a 
href="https://docs.trafficserver.apache.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="https://github.com/apache/trafficserver/issues";>Issues</a>
       <a href="https://ci.trafficserver.apache.org/";>CI</a>
       <a href="/users.html">Customers</a>
       <a href="/acknowledgements.html">Acknowledgements</a>
@@ -338,7 +338,7 @@
     <div class="sixcol">
       <div id="blurbbox">
         <ul>
-          <li><a href="https://github.com/apache/trafficserver/";>View Git code 
repository</a></li>
+          <li><a 
href="https://git-dual.apache.org/repos/asf?p=trafficserver.git";>View Git code 
repository</a></li>
           <li><a 
href="https://cwiki.apache.org/confluence/display/TS/Apache+Traffic+Server+AMIs+for+EC2";>TrafficServer
 AMI for EC2</a></li>
           <li><a 
href="https://cwiki.apache.org/confluence/display/TS/Supported+Operating+Systems";>Supported
 Operating Systems</a></li>
         </ul>

Modified: trafficserver/site/trunk/templates/docs_page.html
URL: 
http://svn.apache.org/viewvc/trafficserver/site/trunk/templates/docs_page.html?rev=1798791&r1=1798790&r2=1798791&view=diff
==============================================================================
--- trafficserver/site/trunk/templates/docs_page.html (original)
+++ trafficserver/site/trunk/templates/docs_page.html Thu Jun 15 04:59:33 2017
@@ -53,7 +53,7 @@
       </div>
       {% if lang %}
       <div class="fourcol last right">
-          <!-- {{ AltLangText|default:"Languages" }}: 
+          <!-- {{ AltLangText|default:"Languages" }}:
         {% for lang in langs %}
         <a href="{{ lang.url }} " class="lang">{{ lang.text }}</a>
         {% endfor %}
@@ -72,7 +72,7 @@
         <a href="/downloads">Downloads</a>
         <a href="/docs/">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="https://github.com/apache/trafficserver/issues";>Issues</a>
         <a href="/users.html">Customers</a>
         <a href="/acknowledgements.html">Acknowledgements</a>
       </div>
@@ -113,7 +113,7 @@
             </noscript>
         </div>
     </div>
-    
+
 
     <div id="footer" class="row">
     <div class="tencol">

Modified: trafficserver/site/trunk/templates/full_page.html
URL: 
http://svn.apache.org/viewvc/trafficserver/site/trunk/templates/full_page.html?rev=1798791&r1=1798790&r2=1798791&view=diff
==============================================================================
--- trafficserver/site/trunk/templates/full_page.html (original)
+++ trafficserver/site/trunk/templates/full_page.html Thu Jun 15 04:59:33 2017
@@ -53,7 +53,7 @@
       </div>
       {% if lang %}
       <div class="fourcol last right">
-        {{ AltLangText|default:"Languages" }}: 
+        {{ AltLangText|default:"Languages" }}:
         {% for lang in langs %}
         <a href="{{ lang.url }} " class="lang">{{ lang.text }}</a>
         {% endfor %}
@@ -65,7 +65,7 @@
         <a href="/downloads">Downloads</a>
         <a 
href="http://docs.trafficserver.apache.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="https://github.com/apache/trafficserver/issues";>Issues</a>
         <a href="/users.html">Customers</a>
         <a href="/acknowledgements.html">Acknowledgements</a>
         <a href="/press.html">Press kit</a>


Reply via email to