This is an automated email from the ASF dual-hosted git repository. liujun pushed a commit to branch mkdocs in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
commit b336c5404cdc8ee22ca31fc54e602d732c162b2f Author: ken.lj <[email protected]> AuthorDate: Thu Aug 13 15:52:18 2020 +0800 fix user img path --- overrides/home.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/overrides/home.html b/overrides/home.html index 97d9aea..5577367 100755 --- a/overrides/home.html +++ b/overrides/home.html @@ -398,22 +398,22 @@ This file was automatically generated - do not edit <div class="top-hr hr-logos"> <div class="logos"> <a href="https://www.alibaba.com" target="_blank"> - <img src="/img/users_alibaba.png" alt=""> + <img src="./img/users_alibaba.png" alt=""> </a> <a href="https://www.alibaba.com" target="_blank"> - <img src="/img/users_alibaba.png" alt=""> + <img src="./img/users_alibaba.png" alt=""> </a> <a href="https://www.alibaba.com" target="_blank"> - <img src="/img/users_alibaba.png" alt=""> + <img src="./img/users_alibaba.png" alt=""> </a> <a href="https://www.alibaba.com" target="_blank"> - <img src="/img/users_alibaba.png" alt=""> + <img src="./img/users_alibaba.png" alt=""> </a> <a href="https://www.alibaba.com" target="_blank"> - <img src="/img/users_alibaba.png" alt=""> + <img src="./img/users_alibaba.png" alt=""> </a> <a href="https://www.alibaba.com" target="_blank"> - <img src="/img/users_alibaba.png" alt=""> + <img src="./img/users_alibaba.png" alt=""> </a> </div> </div>
