Fix a few broken image links

This commit is contained in:
Andy Pan 2024-07-05 15:13:23 +08:00
parent 313f136d00
commit 29210901a0
2 changed files with 8 additions and 4 deletions

View File

@ -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`.

View File

@ -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` 进行并发编程。