From 5e48a2cae33d09b7f25760c09ea06b927e6a2f7b Mon Sep 17 00:00:00 2001 From: Jay Danielian Date: Sun, 4 Aug 2019 11:23:45 -0400 Subject: [PATCH] fixes badge path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 424799c..7e4234e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ open-api-rswag ========= -[![Build Status](https://travis-ci.org/jdanielian/open-api-rswag.svg?branch=master)](https://travis-ci.org/jdanielian/open-api-rswag) +[![Build Status](https://travis-ci.com/jdanielian/open-api-rswag.svg?branch=master)](https://travis-ci.com/jdanielian/open-api-rswag) OpenApi 3.0 compatible version of the fantastic rswag ruby gem. Most of the content originated from the original [rswag](https://github.com/domaindrivendev/rswag) gem. This fork was created to provide Open API 3.0 syntax for the swagger documentation.