|
1 | 1 | <img alt="pdd logo" src="https://avatars2.githubusercontent.com/u/24456188" width="92px" height="92px"/> |
2 | 2 |
|
3 | 3 | [](https://www.elegantobjects.org) |
4 | | -[](http://www.rultor.com/p/cqfn/pdd) |
| 4 | +[](https://www.rultor.com/p/cqfn/pdd) |
5 | 5 | [](https://www.jetbrains.com/ruby/) |
6 | 6 |
|
7 | 7 | [](https://github.com/cqfn/pdd/actions/workflows/rake.yml) |
8 | | -[](http://www.0pdd.com/p?name=cqfn/pdd) |
| 8 | +[](https://www.0pdd.com/p?name=cqfn/pdd) |
9 | 9 | [](https://codecov.io/gh/yegor/pdd) |
10 | 10 | [](https://hitsofcode.com/view/github/cqfn/pdd) |
11 | 11 | [](https://github.com/cqfn/pdd/blob/master/LICENSE.txt) |
12 | | -[](http://badge.fury.io/rb/pdd) |
| 12 | +[](https://badge.fury.io/rb/pdd) |
13 | 13 | [](https://codeclimate.com/github/cqfn/pdd/maintainability) |
14 | | -[](http://rubydoc.info/github/cqfn/pdd/master/frames) |
| 14 | +[](https://rubydoc.info/github/cqfn/pdd/master/frames) |
15 | 15 | [](https://www.codacy.com/gh/cqfn/pdd/dashboard?utm_source=github.com&utm_medium=referral&utm_content=cqfn/pdd&utm_campaign=Badge_Grade) |
16 | 16 |
|
17 | 17 | Read this article about |
18 | 18 | [_Puzzle Driven Development_](http://www.yegor256.com/2009/03/04/pdd.html). |
19 | 19 | Check also patent application [US 12/840,306](http://www.google.com/patents/US20120023476) |
20 | 20 |
|
21 | | -Also, check [0pdd.com](http://www.0pdd.com): a hosted service, |
| 21 | +Also, check [0pdd.com](https://www.0pdd.com): a hosted service, |
22 | 22 | where this command line tool works for you. |
23 | 23 |
|
24 | 24 | Read |
@@ -126,7 +126,7 @@ void sendEmail() { |
126 | 126 | } |
127 | 127 | ``` |
128 | 128 |
|
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), |
130 | 130 | after processing this text, the issue titled |
131 | 131 | "File.java:10-13: This is something to do later in one of ..." will be created. |
132 | 132 | The specified markers will be included in the issues body |
@@ -160,7 +160,7 @@ these puzzles are coming from. |
160 | 160 |
|
161 | 161 | Markers are absolutely necessary for all puzzles, because they allow |
162 | 162 | 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), |
164 | 164 | for example. Technically, of course, you can abuse the system |
165 | 165 | and put a dummy `#1` marker everywhere. |
166 | 166 |
|
@@ -238,7 +238,7 @@ See, how it is done in [yegor256/0pdd](https://github.com/yegor256/0pdd/blob/mas |
238 | 238 | ## How to read XML |
239 | 239 |
|
240 | 240 | 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)): |
242 | 242 |
|
243 | 243 | ```xml |
244 | 244 | <puzzles> |
|
0 commit comments