Skip to content

Commit

Permalink
update badge link
Browse files Browse the repository at this point in the history
  • Loading branch information
wang0618 committed May 26, 2022
1 parent 70c2503 commit 7d686fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
<em>Utilities that help write PyWebIO apps quickly and easily.</em>
</p>
<p align="center">
<a href="https://codecov.io/gh/wang0618/pywebio-battery">
<img src="https://codecov.io/gh/wang0618/pywebio-battery/branch/master/graph/badge.svg?token=mSKUYxL5d1"/>
<a href="https://codecov.io/gh/pywebio/pywebio-battery">
<img src="https://codecov.io/gh/pywebio/pywebio-battery/branch/master/graph/badge.svg?token=mSKUYxL5d1"/>
</a>
<a href="https://pypi.org/project/pywebio-battery/">
<img src="https://img.shields.io/pypi/v/pywebio-battery?colorB=brightgreen" alt="Package version">
</a>
<a href="https://pypi.org/project/pywebio-battery/">
<img src="https://img.shields.io/badge/python->%3D%203.5.2-brightgreen" alt="Python Version">
</a>
<a href="https://lgtm.com/projects/g/wang0618/pywebio-battery/context:python">
<img src="https://img.shields.io/lgtm/grade/python/github/wang0618/pywebio-battery.svg?colorB=brightgreen" alt="Python code quality">
<a href="https://lgtm.com/projects/g/pywebio/pywebio-battery/context:python">
<img src="https://img.shields.io/lgtm/grade/python/github/pywebio/pywebio-battery.svg?colorB=brightgreen" alt="Python code quality">
</a>
<a href="https://github.com/wang0618/pywebio-battery/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/wang0618/pywebio-battery.svg" alt="License">
<a href="https://github.com/pywebio/pywebio-battery/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/pywebio/pywebio-battery.svg" alt="License">
</a>
<br/>
<a href="https://pywebio.readthedocs.io/en/dev/battery.html">[Document]</a>
Expand Down
2 changes: 1 addition & 1 deletion pywebio_battery/interaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def run_shell(cmd, output_func=partial(put_text, inline=True)):


def put_logbox(name, height=400, keep_bottom=True) -> Output:
"""Output a logbox widget
r"""Output a logbox widget
::
Expand Down

0 comments on commit 7d686fb

Please sign in to comment.