Skip to content

Commit 22e560a

Browse files
committed
Change readme badges to only use https urls
1 parent bd806ad commit 22e560a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
[![Build status](https://ci.appveyor.com/api/projects/status/smfi5r38ihtn9gom?svg=true)][appveyor]
66
[![Maintainability](https://api.codeclimate.com/v1/badges/32d2351f6c349a58d8da/maintainability)][codeclimate]
77
[![Coverage Status](https://coveralls.io/repos/github/piotrmurach/splay_tree/badge.svg?branch=master)][coverage]
8-
[![Inline docs](http://inch-ci.org/github/piotrmurach/splay_tree.svg)][inchpages]
8+
[![Inline docs](https://inch-ci.org/github/piotrmurach/splay_tree.svg)][inchpages]
99

10-
[gem]: http://badge.fury.io/rb/splay_tree
10+
[gem]: https://badge.fury.io/rb/splay_tree
1111
[gh_actions_ci]: https://github.com/piotrmurach/splay_tree/actions?query=workflow%3ACI
1212
[appveyor]: https://ci.appveyor.com/project/piotrmurach/splay-tree
1313
[codeclimate]: https://codeclimate.com/github/piotrmurach/splay_tree/maintainability
1414
[coverage]: https://coveralls.io/github/piotrmurach/splay_tree
15-
[inchpages]: http://inch-ci.org/github/piotrmurach/splay_tree
15+
[inchpages]: https://inch-ci.org/github/piotrmurach/splay_tree
1616

1717
> A self-balancing binary tree optimised for fast access to frequently used nodes. Useful for implementing caches and garbage collection algorithms.
1818

0 commit comments

Comments
 (0)