From 9023023e8478715ad497ce81eb096dcc428ad914 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Wed, 23 Sep 2020 06:23:47 -0700 Subject: [PATCH] Change badge image to point to github actions, not Travis --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6b9e2bd..6b59c0f 100644 --- a/README.rst +++ b/README.rst @@ -2,9 +2,9 @@ pyelftools ========== -.. image:: https://travis-ci.org/eliben/pyelftools.png?branch=master +.. image:: https://github.com/eliben/pyelftools/workflows/pyelftools-tests/badge.svg :align: center - :target: https://travis-ci.org/eliben/pyelftools + :target: https://github.com/eliben/pyelftools/actions **pyelftools** is a pure-Python library for parsing and analyzing ELF files and DWARF debugging information. See the -- 2.30.2