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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6bc7f39  fix: img url (#181)
6bc7f39 is described below

commit 6bc7f39a9c0b1dc2b85160749f5965c3189e714b
Author: 琚致远 <[email protected]>
AuthorDate: Thu Feb 11 10:16:27 2021 +0800

    fix: img url (#181)
---
 website/src/pages/help.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/src/pages/help.js b/website/src/pages/help.js
index b05c503..756a5fe 100644
--- a/website/src/pages/help.js
+++ b/website/src/pages/help.js
@@ -22,7 +22,7 @@ function Help(props) {
         <div class="card">
           <div className="header">
             <h2>
-              <img src="../../static/img/documents.png" id="documents-icon" />
+              <img src="/img/documents.png" id="documents-icon" />
               Browse Docs
             </h2>
           </div>
@@ -39,7 +39,7 @@ function Help(props) {
         <div class="card">
           <div className="header">
             <h2>
-              <img src="../../static/img/community.png" />
+              <img src="/img/community.png" />
               Join the community
             </h2>
           </div>

Reply via email to