Skip to content

Commit

Permalink
Merge pull request #2093 from vfonic/fix-http-links
Browse files Browse the repository at this point in the history
Fix: Convert HTTP links to HTTPS
  • Loading branch information
kyrylo committed Dec 4, 2019
2 parents 07a05ea + 95ad3a5 commit 62c8951
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Pry

[![Circle Build Status](https://circleci.com/gh/pry/pry.svg?style=shield)](https://circleci.com/gh/pry/pry)
[![Code Climate](https://codeclimate.com/github/pry/pry.svg)](https://codeclimate.com/github/pry/pry)
[![Gem Version](https://badge.fury.io/rb/pry.svg)](http://badge.fury.io/rb/pry)
[![Documentation Status](http://inch-ci.org/github/pry/pry.svg?branch=master)](http://inch-ci.org/github/pry/pry)
[![Gem Version](https://badge.fury.io/rb/pry.svg)](https://badge.fury.io/rb/pry)
[![Documentation Status](https://inch-ci.org/github/pry/pry.svg?branch=master)](https://inch-ci.org/github/pry/pry)
[![Downloads](https://img.shields.io/gem/dt/pry.svg?style=flat)](https://rubygems.org/gems/pry)

![Pry logo](https://www.dropbox.com/s/zp8o63kquby2rln/pry_logo_350.png?raw=1)
Expand All @@ -21,8 +21,8 @@ Pry

**Links:**

* http://pryrepl.org/
* [YARD API documentation](http://www.rubydoc.info/gems/pry)
* https://pryrepl.org/
* [YARD API documentation](https://www.rubydoc.info/gems/pry)
* [Wiki](https://github.com/pry/pry/wiki)

Table of Contents
Expand Down

0 comments on commit 62c8951

Please sign in to comment.