From 93703e71d19eaeca9aecd594b276ca3bd26919b2 Mon Sep 17 00:00:00 2001 From: Pier-Yves Lessard Date: Sun, 6 Mar 2022 19:05:00 -0500 Subject: [PATCH] Fixed Travis link --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index d4ac3a0..362a911 100755 --- a/README.rst +++ b/README.rst @@ -1,8 +1,8 @@ python-can-isotp ################ -.. image:: https://travis-ci.com/pylessard/python-can-isotp.svg?branch=master - :target: https://travis-ci.com/pylessard/python-can-isotp +.. image:: https://app.travis-ci.com/pylessard/python-can-isotp.svg?branch=master + :target: https://app.travis-ci.com/github/pylessard/python-can-isotp This project is a Python package meant to provide support for IsoTP (ISO-15765) protocol written in Python 3. The code is published under MIT license on GitHub (`pylessard/python-can-isotp `_).