Skip to content

Commit

Permalink
docs: fix some load error
Browse files Browse the repository at this point in the history
  • Loading branch information
dayjoy committed Sep 2, 2024
1 parent 7abfdc3 commit 388a17f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img width="320" src="https://svrx.io/assets/images/banner.png">
<img width="320" src="https://svrxjs.github.io/svrx-www/assets/images/banner.png">
</p>

<p align="center">
Expand All @@ -9,18 +9,9 @@
<a href="https://nodejs.org/en/">
<img src="https://img.shields.io/node/v/@svrx/svrx?style=flat-square" alt="node">
</a>
<a href="https://travis-ci.org/svrxjs/svrx" rel="nofollow">
<img src="https://img.shields.io/travis/svrxjs/svrx/master?style=flat-square&logo=travis" alt="Build Status">
</a>
<a href="https://codecov.io/gh/svrxjs/svrx">
<img src="https://img.shields.io/codecov/c/gh/svrxjs/svrx?style=flat-square&logo=codecov" alt="codecov">
</a>
<a href="https://david-dm.org/svrxjs/svrx?path=packages%2Fsvrx">
<img src="https://img.shields.io/david/svrxjs/svrx?path=packages%2Fsvrx&style=flat-square" alt="Dependencies">
</a>
<a href="https://david-dm.org/svrxjs/svrx?path=packages%2Fsvrx&type=dev">
<img src="https://img.shields.io/david/dev/svrxjs/svrx?path=packages%2Fsvrx&style=flat-square" alt="DevDependencies">
</a>
<a href="https://gitter.im/svrxjs/svrx?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">
<img src="https://badges.gitter.im/svrxjs/svrx.svg" alt="gitter">
</a>
Expand Down
11 changes: 1 addition & 10 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img width="320" src="https://svrx.io/assets/images/banner.png">
<img width="320" src="https://svrxjs.github.io/svrx-www/assets/images/banner.png">
</p>

<p align="center">
Expand All @@ -9,18 +9,9 @@
<a href="https://nodejs.org/en/">
<img src="https://img.shields.io/node/v/@svrx/svrx?style=flat-square" alt="node">
</a>
<a href="https://travis-ci.org/svrxjs/svrx" rel="nofollow">
<img src="https://img.shields.io/travis/svrxjs/svrx/master?style=flat-square&logo=travis" alt="Build Status">
</a>
<a href="https://codecov.io/gh/svrxjs/svrx">
<img src="https://img.shields.io/codecov/c/gh/svrxjs/svrx?style=flat-square&logo=codecov" alt="codecov">
</a>
<a href="https://david-dm.org/svrxjs/svrx?path=packages%2Fsvrx">
<img src="https://img.shields.io/david/svrxjs/svrx?path=packages%2Fsvrx&style=flat-square" alt="Dependencies">
</a>
<a href="https://david-dm.org/svrxjs/svrx?path=packages%2Fsvrx&type=dev">
<img src="https://img.shields.io/david/dev/svrxjs/svrx?path=packages%2Fsvrx&style=flat-square" alt="DevDependencies">
</a>
<a href="https://gitter.im/svrxjs/svrx?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">
<img src="https://badges.gitter.im/svrxjs/svrx.svg" alt="gitter">
</a>
Expand Down

0 comments on commit 388a17f

Please sign in to comment.