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

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

commit cf95d3dbafc5fc26f04ded702aaa3decc6a938ba
Author: juzhiyuan <[email protected]>
AuthorDate: Thu Feb 11 09:11:31 2021 +0800

    fix: img url
---
 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