From 702653ff045f4350f44c1223b4ab46a7bc4510f9 Mon Sep 17 00:00:00 2001 From: thc202 Date: Tue, 11 Jun 2019 23:53:20 +0100 Subject: [PATCH] Update Travis CI badge Use `travis-ci.com`, the project was migrated there. Signed-off-by: thc202 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 261af84..5b3646b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Version](https://img.shields.io/pypi/v/python-owasp-zap-v2.4.svg)](https://pypi.python.org/pypi/python-owasp-zap-v2.4) [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) -[![Build Status](https://api.travis-ci.org/zaproxy/zap-api-python.svg?branch=master)](https://travis-ci.org/zaproxy/zap-api-python) +[![Build Status](https://api.travis-ci.com/zaproxy/zap-api-python.svg?branch=master)](https://travis-ci.com/zaproxy/zap-api-python) The Python implementation to access the [OWASP ZAP API](https://github.com/zaproxy/zaproxy/wiki/ApiDetails). For more information about OWASP ZAP consult the (main) [OWASP ZAP project](https://github.com/zaproxy/zaproxy/).