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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 4cb97b0  Change pdf download links by Cayman (#6762)
4cb97b0 is described below

commit 4cb97b03f3e125373d1432ec62f5e97f319f7bde
Author: CaymanHK <[email protected]>
AuthorDate: Mon Aug 10 18:48:19 2020 +0800

    Change pdf download links by Cayman (#6762)
---
 docs/document/themes/hugo-theme-learn/layouts/partials/menu.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/document/themes/hugo-theme-learn/layouts/partials/menu.html 
b/docs/document/themes/hugo-theme-learn/layouts/partials/menu.html
index 6db31a3..9a2d843 100644
--- a/docs/document/themes/hugo-theme-learn/layouts/partials/menu.html
+++ b/docs/document/themes/hugo-theme-learn/layouts/partials/menu.html
@@ -88,10 +88,10 @@
     <!-- download button -->
     <hr />
     {{ if eq .Lang "en"}}
-      <a class="padding" 
href="{{"https://shardingsphere.apache.org/pdf/shadingsphere_docs_en.pdf"; | 
absURL}}">
+      <a class="padding" 
href="{{"https://shardingsphere.apache.org/pdf/shardingsphere_docs_en.pdf"; | 
absURL}}">
         <i class="fa fa-fw fa-file-pdf-o" ></i>&nbsp;Download 
PDF&nbsp;&nbsp;<!-- &nbsp; is a placeholder -->
     {{ else }}  
-      <a class="padding" 
href="{{"https://shardingsphere.apache.org/pdf/shadingsphere_docs_cn.pdf"; | 
absURL}}">
+      <a class="padding" 
href="{{"https://shardingsphere.apache.org/pdf/shardingsphere_docs_cn.pdf"; | 
absURL}}">
         <i class="fa fa-fw fa-file-pdf-o" ></i>&nbsp;下载PDF文档&nbsp;&nbsp;<!-- 
&nbsp; is a placeholder -->
     {{end}}
     </a>

Reply via email to