From 29210901a032ec17fc22076432ab354285d816a6 Mon Sep 17 00:00:00 2001
From: Andy Pan <i@andypan.me>
Date: Fri, 5 Jul 2024 15:13:23 +0800
Subject: [PATCH] Fix a few broken image links

---
 README.md    | 6 ++++--
 README_ZH.md | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index bdf7487b..f2c7baf8 100644
--- a/README.md
+++ b/README.md
@@ -367,7 +367,7 @@ The following companies/organizations use `ants` in production.
     <tr>
       <td align="center" valign="middle">
         <a href="https://www.baidu.com/" target="_blank">
-          <img src="https://res.strikefreedom.top/static_res/logos/baidu-mobile.png" width="250" />
+          <img src="https://res.strikefreedom.top/static_res/logos/baidu-mobile-logo.png" width="250" />
         </a>
       </td>
       <td align="center" valign="middle">
@@ -399,7 +399,7 @@ The following companies/organizations use `ants` in production.
       </td>
       <td align="center" valign="middle">
         <a href="https://www.alibabacloud.com" target="_blank">
-          <img src="https://res.strikefreedom.top/static_res/logos/aliyun-intl.png" width="250" />
+          <img src="https://res.strikefreedom.top/static_res/logos/aliyun-intl-logo.png" width="250" />
         </a>
       </td>
       <td align="center" valign="middle">
@@ -418,6 +418,8 @@ The following companies/organizations use `ants` in production.
   </tbody>
 </table>
 
+If your company is also using `ants` in production, please help us enrich this list by opening a pull request.
+
 ### open-source software
 
 The open-source projects below do concurrent programming with the help of `ants`.
diff --git a/README_ZH.md b/README_ZH.md
index fa041cba..7a75135f 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -368,7 +368,7 @@ pool.Reboot()
     <tr>
       <td align="center" valign="middle">
         <a href="https://www.baidu.com/" target="_blank">
-          <img src="https://res.strikefreedom.top/static_res/logos/baidu-mobile.png" width="250" />
+          <img src="https://res.strikefreedom.top/static_res/logos/baidu-mobile-logo.png" width="250" />
         </a>
       </td>
       <td align="center" valign="middle">
@@ -400,7 +400,7 @@ pool.Reboot()
       </td>
       <td align="center" valign="middle">
         <a href="https://cn.aliyun.com" target="_blank">
-          <img src="https://res.strikefreedom.top/static_res/logos/aliyun-cn.png" width="250" />
+          <img src="https://res.strikefreedom.top/static_res/logos/aliyun-cn-logo.png" width="250" />
         </a>
       </td>
       <td align="center" valign="middle">
@@ -419,6 +419,8 @@ pool.Reboot()
   </tbody>
 </table>
 
+如果你的公司也在生产环境上使用 `ants`,欢迎提 PR 来丰富这份列表。
+
 ### 开源软件
 
 这些开源项目借助 `ants` 进行并发编程。