From 7766c237ea81c0bb3759e78e5c0f22854843eef8 Mon Sep 17 00:00:00 2001 From: Jesse Y Date: Sat, 1 Jan 2022 15:49:37 -0800 Subject: [PATCH] Update travis-ci url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 801bc5a..62d4938 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A C++14/C++17 header-only library for simple, efficient, and robust serialization/deserialization of [glTF 2.0](https://www.khronos.org/gltf/) -[![Build Status](https://travis-ci.com/jessey-git/fx-gltf.svg?branch=master)](https://travis-ci.com/jessey-git/fx-gltf) +[![Build Status](https://app.travis-ci.com/jessey-git/fx-gltf.svg?branch=master)](https://app.travis-ci.com/github/jessey-git/fx-gltf) [![Build status](https://ci.appveyor.com/api/projects/status/hqrjm0fweyc0dod6/branch/master?svg=true)](https://ci.appveyor.com/project/jessey-git/fx-gltf/branch/master) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/jessey-git/fx-gltf/master/LICENSE) [![GitHub Releases](https://img.shields.io/github/release/jessey-git/fx-gltf.svg)](https://github.com/jessey-git/fx-gltf/releases)