summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2020-02-01 13:27:30 +0200
committerYuval Adam <_@yuv.al>2020-02-01 13:27:30 +0200
commit89a331096135f8f28111d432e0a8a0baf9320e03 (patch)
tree3b465cd6e1dd3efd16f320f7fad1ba7b1ec438d9
parent62b5e866fda7c4f20647ecbe717946744a271297 (diff)
Update badges in README
-rw-r--r--README.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 10159d4..0caa030 100644
--- a/README.rst
+++ b/README.rst
@@ -11,8 +11,11 @@ Viewstate is a method used in the ASP.NET framework to persist changes to a web
Decoding the view state can be useful in penetration testing on ASP.NET applications, as well as revealing more information that can be used to efficiently scrape web pages.
-.. image:: https://travis-ci.org/yuvadm/viewstate.svg?branch=master
- :target: https://travis-ci.org/yuvadm/viewstate
+.. image:: https://github.com/yuvadm/viewstate/workflows/Build/badge.svg
+ :target: https://github.com/yuvadm/viewstate/actions
+
+.. image:: https://img.shields.io/pypi/v/viewstate
+ :target: https://pypi.org/project/viewstate/
Install
-------