Skip to content

Commit 648186d

Browse files
committed
Update badges
1 parent ac24896 commit 648186d

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

README.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
|logo|
22

3-
|Build Status|
3+
|Build Status| |Docs Status|
44

55
Streamparse lets you run Python code against real-time streams of data via
66
Apache Storm. With streamparse you can create Storm bolts and spouts in
@@ -60,6 +60,10 @@ Roadmap
6060
See the `Roadmap <https://github.com/Parsely/streamparse/wiki/Roadmap>`__.
6161

6262
.. |logo| image:: https://raw.githubusercontent.com/Parsely/streamparse/master/doc/source/images/streamparse-logo.png
63-
.. |Build Status| image:: https://travis-ci.org/Parsely/streamparse.svg?branch=master
64-
:target: https://travis-ci.org/Parsely/streamparse
63+
.. |Build Status| image:: https://github.com/pystorm/streamparse/actions/workflows/test.yml/badge.svg
64+
:target: https://github.com/pystorm/streamparse/actions/workflows/test.yml
65+
:alt: Build Status
66+
.. |Docs Status| image:: https://readthedocs.org/projects/streamparse/badge/?version=stable
67+
:target: https://streamparse.readthedocs.io/en/stable/?badge=stable
68+
:alt: Documentation Status
6569
.. |Demo| image:: https://raw.githubusercontent.com/Parsely/streamparse/master/doc/source/images/quickstart.gif

doc/index.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@
99
streamparse lets you run Python code against real-time streams of data.
1010
Integrates with Apache Storm.
1111

12-
.. image:: https://travis-ci.org/Parsely/streamparse.svg?branch=master
13-
:target: https://travis-ci.org/Parsely/streamparse
12+
.. |Build Status| image:: https://github.com/pystorm/streamparse/actions/workflows/test.yml/badge.svg
13+
:target: https://github.com/pystorm/streamparse/actions/workflows/test.yml
14+
:alt: Build Status
15+
.. |Docs| image:: https://readthedocs.org/projects/streamparse/badge/?version=stable
16+
:target: https://streamparse.readthedocs.io/en/stable/?badge=stable
17+
:alt: Documentation Status
1418

1519
.. toctree::
1620
:maxdepth: 1

0 commit comments

Comments
 (0)