Skip to content

Commit edbe2e9

Browse files
committed
https where it was appropriate
1 parent a451dc7 commit edbe2e9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
<img alt="pdd logo" src="https://avatars2.githubusercontent.com/u/24456188" width="92px" height="92px"/>
22

33
[![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org)
4-
[![DevOps By Rultor.com](http://www.rultor.com/b/cqfn/pdd)](http://www.rultor.com/p/cqfn/pdd)
4+
[![DevOps By Rultor.com](https://www.rultor.com/b/cqfn/pdd)](https://www.rultor.com/p/cqfn/pdd)
55
[![We recommend RubyMine](https://www.elegantobjects.org/rubymine.svg)](https://www.jetbrains.com/ruby/)
66

77
[![rake](https://github.com/cqfn/pdd/actions/workflows/rake.yml/badge.svg)](https://github.com/cqfn/pdd/actions/workflows/rake.yml)
8-
[![PDD status](http://www.0pdd.com/svg?name=cqfn/pdd)](http://www.0pdd.com/p?name=cqfn/pdd)
8+
[![PDD status](https://www.0pdd.com/svg?name=cqfn/pdd)](https://www.0pdd.com/p?name=cqfn/pdd)
99
[![codecov](https://codecov.io/gh/yegor256/pdd/branch/master/graph/badge.svg)](https://codecov.io/gh/yegor/pdd)
1010
[![Hits-of-Code](https://hitsofcode.com/github/cqfn/pdd)](https://hitsofcode.com/view/github/cqfn/pdd)
1111
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/cqfn/pdd/blob/master/LICENSE.txt)
12-
[![Gem Version](https://badge.fury.io/rb/pdd.svg)](http://badge.fury.io/rb/pdd)
12+
[![Gem Version](https://badge.fury.io/rb/pdd.svg)](https://badge.fury.io/rb/pdd)
1313
[![Maintainability](https://api.codeclimate.com/v1/badges/c8e46256fdd8ddc817e5/maintainability)](https://codeclimate.com/github/cqfn/pdd/maintainability)
14-
[![Yard Docs](http://img.shields.io/badge/yard-docs-blue.svg)](http://rubydoc.info/github/cqfn/pdd/master/frames)
14+
[![Yard Docs](https://img.shields.io/badge/yard-docs-blue.svg)](https://rubydoc.info/github/cqfn/pdd/master/frames)
1515
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/1792d42f96fb45448e8d495ebc4348aa)](https://www.codacy.com/gh/cqfn/pdd/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=cqfn/pdd&amp;utm_campaign=Badge_Grade)
1616

1717
Read this article about
1818
[_Puzzle Driven Development_](http://www.yegor256.com/2009/03/04/pdd.html).
1919
Check also patent application [US 12/840,306](http://www.google.com/patents/US20120023476)
2020

21-
Also, check [0pdd.com](http://www.0pdd.com): a hosted service,
21+
Also, check [0pdd.com](https://www.0pdd.com): a hosted service,
2222
where this command line tool works for you.
2323

2424
Read
@@ -126,7 +126,7 @@ void sendEmail() {
126126
}
127127
```
128128

129-
If you use it in combination with [0pdd](http://www.0pdd.com),
129+
If you use it in combination with [0pdd](https://www.0pdd.com),
130130
after processing this text, the issue titled
131131
"File.java:10-13: This is something to do later in one of ..." will be created.
132132
The specified markers will be included in the issues body
@@ -160,7 +160,7 @@ these puzzles are coming from.
160160

161161
Markers are absolutely necessary for all puzzles, because they allow
162162
us to build a hierarchical dependency tree of all puzzles, like
163-
[this one](http://www.0pdd.com/p?name=yegor256/takes),
163+
[this one](https://www.0pdd.com/p?name=yegor256/takes),
164164
for example. Technically, of course, you can abuse the system
165165
and put a dummy `#1` marker everywhere.
166166

@@ -238,7 +238,7 @@ See, how it is done in [yegor256/0pdd](https://github.com/yegor256/0pdd/blob/mas
238238
## How to read XML
239239

240240
The XML produced will look approximately like this (here is a
241-
[real example](http://www.0pdd.com/snapshot?name=yegor256/takes)):
241+
[real example](https://www.0pdd.com/snapshot?name=yegor256/takes)):
242242

243243
```xml
244244
<puzzles>

0 commit comments

Comments
 (0)