Skip to content

Commit 7eb8808

Browse files
committed
update READMEs
fixes broken installation link in all READMEs.
1 parent 69b4eba commit 7eb8808

File tree

29 files changed

+29
-29
lines changed

29 files changed

+29
-29
lines changed

exercises/allergies/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ score is 257, your program should only report the eggs (1) allergy.
3232
## Testing
3333

3434
In order to run the tests for this track, you will need to install
35-
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installing) instructions for more information.
35+
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information.
3636

3737
### Loading Exercises into Delphi
3838

exercises/bank-account/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Have fun!
2929
## Testing
3030

3131
In order to run the tests for this track, you will need to install
32-
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installing) instructions for more information.
32+
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information.
3333

3434
### Loading Exercises into Delphi
3535

exercises/beer-song/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ experiment make the code better? Worse? Did you learn anything from it?
323323
## Testing
324324

325325
In order to run the tests for this track, you will need to install
326-
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installing) instructions for more information.
326+
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information.
327327

328328
### Loading Exercises into Delphi
329329

exercises/binary-search/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ A binary search is a dichotomic divide and conquer search algorithm.
3737
## Testing
3838

3939
In order to run the tests for this track, you will need to install
40-
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installing) instructions for more information.
40+
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information.
4141

4242
### Loading Exercises into Delphi
4343

exercises/bob/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ He answers 'Whatever.' to anything else.
1414
## Testing
1515

1616
In order to run the tests for this track, you will need to install
17-
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installing) instructions for more information.
17+
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information.
1818

1919
### Loading Exercises into Delphi
2020

exercises/book-store/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ And $51.20 is the price with the biggest discount.
7070
## Testing
7171

7272
In order to run the tests for this track, you will need to install
73-
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installing) instructions for more information.
73+
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information.
7474

7575
### Loading Exercises into Delphi
7676

exercises/bowling/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ support two operations:
6363
## Testing
6464

6565
In order to run the tests for this track, you will need to install
66-
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installing) instructions for more information.
66+
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information.
6767

6868
### Loading Exercises into Delphi
6969

exercises/circular-buffer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ the buffer is once again full.
5353
## Testing
5454

5555
In order to run the tests for this track, you will need to install
56-
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installing) instructions for more information.
56+
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information.
5757

5858
### Loading Exercises into Delphi
5959

exercises/clock/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Two clocks that represent the same time should be equal to each other.
99
## Testing
1010

1111
In order to run the tests for this track, you will need to install
12-
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installing) instructions for more information.
12+
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information.
1313

1414
### Loading Exercises into Delphi
1515

exercises/collatz-conjecture/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Resulting in 9 steps. So for input n = 12, the return value would be 9.
2929
## Testing
3030

3131
In order to run the tests for this track, you will need to install
32-
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installing) instructions for more information.
32+
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information.
3333

3434
### Loading Exercises into Delphi
3535

exercises/etl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ game while being scored at 4 in the Hawaiian-language version.
4949
## Testing
5050

5151
In order to run the tests for this track, you will need to install
52-
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installing) instructions for more information.
52+
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information.
5353

5454
### Loading Exercises into Delphi
5555

exercises/grains/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ experiment make the code better? Worse? Did you learn anything from it?
2929
## Testing
3030

3131
In order to run the tests for this track, you will need to install
32-
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installing) instructions for more information.
32+
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information.
3333

3434
### Loading Exercises into Delphi
3535

exercises/hamming/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ of equal length differently.
3838
## Testing
3939

4040
In order to run the tests for this track, you will need to install
41-
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installing) instructions for more information.
41+
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information.
4242

4343
### Loading Exercises into Delphi
4444

exercises/hello-world/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If everything goes well, you will be ready to fetch your first real exercise.
1717
## Testing
1818

1919
In order to run the tests for this track, you will need to install
20-
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installing) instructions for more information.
20+
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information.
2121

2222
### Loading Exercises into Delphi
2323

exercises/leap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ phenomenon, go watch [this youtube video][video].
2929
## Testing
3030

3131
In order to run the tests for this track, you will need to install
32-
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installing) instructions for more information.
32+
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information.
3333

3434
### Loading Exercises into Delphi
3535

exercises/minesweeper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ into this:
2929
## Testing
3030

3131
In order to run the tests for this track, you will need to install
32-
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installing) instructions for more information.
32+
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information.
3333

3434
### Loading Exercises into Delphi
3535

exercises/nucleotide-count/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Here is an analogy:
1515
## Testing
1616

1717
In order to run the tests for this track, you will need to install
18-
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installing) instructions for more information.
18+
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information.
1919

2020
### Loading Exercises into Delphi
2121

exercises/perfect-numbers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Implement a way to determine whether a given number is **perfect**. Depending on
2020
## Testing
2121

2222
In order to run the tests for this track, you will need to install
23-
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installing) instructions for more information.
23+
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information.
2424

2525
### Loading Exercises into Delphi
2626

exercises/phone-number/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ should all produce the output
3131
## Testing
3232

3333
In order to run the tests for this track, you will need to install
34-
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installing) instructions for more information.
34+
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information.
3535

3636
### Loading Exercises into Delphi
3737

exercises/pig-latin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ See <http://en.wikipedia.org/wiki/Pig_latin> for more details.
2020
## Testing
2121

2222
In order to run the tests for this track, you will need to install
23-
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installing) instructions for more information.
23+
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information.
2424

2525
### Loading Exercises into Delphi
2626

exercises/poker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ overview of poker hands.
88
## Testing
99

1010
In order to run the tests for this track, you will need to install
11-
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installing) instructions for more information.
11+
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information.
1212

1313
### Loading Exercises into Delphi
1414

exercises/raindrops/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Convert a number to a string, the contents of which depend on the number's facto
2020
## Testing
2121

2222
In order to run the tests for this track, you will need to install
23-
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installing) instructions for more information.
23+
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information.
2424

2525
### Loading Exercises into Delphi
2626

exercises/reverse-string/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ output: "looc"
99
## Testing
1010

1111
In order to run the tests for this track, you will need to install
12-
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installing) instructions for more information.
12+
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information.
1313

1414
### Loading Exercises into Delphi
1515

exercises/rna-transcription/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ each nucleotide with its complement:
2121
## Testing
2222

2323
In order to run the tests for this track, you will need to install
24-
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installing) instructions for more information.
24+
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information.
2525

2626
### Loading Exercises into Delphi
2727

exercises/roman-numerals/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ See also: http://www.novaroma.org/via_romana/numbers.html
4545
## Testing
4646

4747
In order to run the tests for this track, you will need to install
48-
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installing) instructions for more information.
48+
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information.
4949

5050
### Loading Exercises into Delphi
5151

exercises/saddle-points/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ but the tests for this exercise follow the above unambiguous definition.
2929
## Testing
3030

3131
In order to run the tests for this track, you will need to install
32-
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installing) instructions for more information.
32+
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information.
3333

3434
### Loading Exercises into Delphi
3535

exercises/triangle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ a single line. Feel free to add your own code/tests to check for degenerate tria
2525
## Testing
2626

2727
In order to run the tests for this track, you will need to install
28-
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installing) instructions for more information.
28+
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information.
2929

3030
### Loading Exercises into Delphi
3131

exercises/two-fer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If no name is given, the result should be "One for you, one for me."
1515
## Testing
1616

1717
In order to run the tests for this track, you will need to install
18-
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installing) instructions for more information.
18+
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information.
1919

2020
### Loading Exercises into Delphi
2121

exercises/wordy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If you'd like, handle exponentials.
5454
## Testing
5555

5656
In order to run the tests for this track, you will need to install
57-
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installing) instructions for more information.
57+
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information.
5858

5959
### Loading Exercises into Delphi
6060

0 commit comments

Comments
 (0)