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

[incubator-servicecomb-website] branch master updated: fix user guide link in footer of website

This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 03cfdbb  fix user guide link in footer of website
03cfdbb is described below

commit 03cfdbb28f0380120c5d088fc38d09d4bc511581
Author: DeanLee <li...@huawei.com>
AuthorDate: Thu Aug 23 14:17:37 2018 +0800

    fix user guide link in footer of website
---
 _includes/footer.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_includes/footer.html b/_includes/footer.html
index dee7eae..1076661 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>