From 89a331096135f8f28111d432e0a8a0baf9320e03 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sat, 1 Feb 2020 13:27:30 +0200 Subject: Update badges in README --- README.rst | 7 +++++-- 1 file 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 ------- -- cgit v1.3.1