You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2021/02/11 01:11:57 UTC

[apisix-website] branch fix-help-link created (now cf95d3d)

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

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


      at cf95d3d  fix: img url

This branch includes the following new commits:

     new cf95d3d  fix: img url

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[apisix-website] 01/01: fix: img url

Posted by ju...@apache.org.
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 <ju...@apache.org>
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>