mirror of https://github.com/panjf2000/ants.git
Fix a few broken image links
This commit is contained in:
parent
313f136d00
commit
29210901a0
|
@ -367,7 +367,7 @@ The following companies/organizations use `ants` in production.
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center" valign="middle">
|
<td align="center" valign="middle">
|
||||||
<a href="https://www.baidu.com/" target="_blank">
|
<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>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td align="center" valign="middle">
|
<td align="center" valign="middle">
|
||||||
|
@ -399,7 +399,7 @@ The following companies/organizations use `ants` in production.
|
||||||
</td>
|
</td>
|
||||||
<td align="center" valign="middle">
|
<td align="center" valign="middle">
|
||||||
<a href="https://www.alibabacloud.com" target="_blank">
|
<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>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td align="center" valign="middle">
|
<td align="center" valign="middle">
|
||||||
|
@ -418,6 +418,8 @@ The following companies/organizations use `ants` in production.
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
If your company is also using `ants` in production, please help us enrich this list by opening a pull request.
|
||||||
|
|
||||||
### open-source software
|
### open-source software
|
||||||
|
|
||||||
The open-source projects below do concurrent programming with the help of `ants`.
|
The open-source projects below do concurrent programming with the help of `ants`.
|
||||||
|
|
|
@ -368,7 +368,7 @@ pool.Reboot()
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center" valign="middle">
|
<td align="center" valign="middle">
|
||||||
<a href="https://www.baidu.com/" target="_blank">
|
<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>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td align="center" valign="middle">
|
<td align="center" valign="middle">
|
||||||
|
@ -400,7 +400,7 @@ pool.Reboot()
|
||||||
</td>
|
</td>
|
||||||
<td align="center" valign="middle">
|
<td align="center" valign="middle">
|
||||||
<a href="https://cn.aliyun.com" target="_blank">
|
<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>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td align="center" valign="middle">
|
<td align="center" valign="middle">
|
||||||
|
@ -419,6 +419,8 @@ pool.Reboot()
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
如果你的公司也在生产环境上使用 `ants`,欢迎提 PR 来丰富这份列表。
|
||||||
|
|
||||||
### 开源软件
|
### 开源软件
|
||||||
|
|
||||||
这些开源项目借助 `ants` 进行并发编程。
|
这些开源项目借助 `ants` 进行并发编程。
|
||||||
|
|
Loading…
Reference in New Issue