You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2018/08/23 06:34:08 UTC

[GitHub] WillemJiang closed pull request #133: fix user guide link in footer of website

WillemJiang closed pull request #133: fix user guide link in footer of website
URL: https://github.com/apache/incubator-servicecomb-website/pull/133
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/_includes/footer.html b/_includes/footer.html
index dee7eae3..10766616 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -9,7 +9,7 @@
       <ul>
         <p class="header">{{ site.data.ui-text[page.lang].resources | default: "Resources" }}</p>
         <li><a href="{{ prefix }}/docs/quick-start/">{{ site.data.ui-text[page.lang].quick_start | default: "Quick Start" }}</a></li>
-        <li><a href="{{ prefix }}/users/user-guide/">{{ site.data.ui-text[page.lang].user_guide | default: "User Guide" }}</a></li>
+        <li><a href="{{ prefix }}/users/">{{ site.data.ui-text[page.lang].user_guide | default: "User Guide" }}</a></li>
         <li><a href="{{ prefix }}/slides/">{{ site.data.ui-text[page.lang].slides | default: "Workshop Slides" }}</a></li>
         <li><a href="{{ prefix }}/users/faq/">{{ site.data.ui-text[page.lang].faq | default: "Frequently Asked Questions" }}</a></li>
       </ul>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services