From 43f100a12debcd3c62b719885adbc2d3f7e5dce8 Mon Sep 17 00:00:00 2001 From: Colby Klein Date: Thu, 17 Jun 2021 11:26:25 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92c1d53..fde709b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Cirno's Perfect Math Library ==== -[![Build Status](https://travis-ci.org/excessive/cpml.svg?branch=master)](https://travis-ci.org/excessive/cpml) +[![Build Status](https://travis-ci.com/excessive/cpml.svg?branch=master)](https://travis-ci.com/excessive/cpml) [![Coverage Status](https://coveralls.io/repos/github/excessive/cpml/badge.svg?branch=master)](https://coveralls.io/github/excessive/cpml?branch=master) Various useful bits of game math. 3D line intersections, ray casting, vectors, matrices, quaternions, etc.