Prechádzať zdrojové kódy

Use https in url of badge images

[skip ci]
Norio Nomura 7 rokov pred
rodič
commit
7279b8f5c3
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -1,7 +1,7 @@
 # Base32 for Swift on OS X and iOS
-[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)
+[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)
 [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
-[![CI Status](http://img.shields.io/travis/norio-nomura/Base32.svg?style=flat)](https://travis-ci.org/norio-nomura/Base32)
+[![CI Status](https://img.shields.io/travis/norio-nomura/Base32.svg?style=flat)](https://travis-ci.org/norio-nomura/Base32)
 [![codecov](https://codecov.io/gh/norio-nomura/Base32/branch/master/graph/badge.svg)](https://codecov.io/gh/norio-nomura/Base32)
 
 Base32 is a [Base32](https://tools.ietf.org/html/rfc4648) implementation for Swift.