Procházet zdrojové kódy

Separated long URL to improve souce readability

Alois Mahdal před 13 roky
rodič
revize
d21c1bf326
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. 3
    1
      README.md

+ 3
- 1
README.md Zobrazit soubor

@@ -22,7 +22,9 @@ API to make usage of *htlog.cgi* in Perl scripts even easier
22 22
 
23 23
 ##autotest.pl##
24 24
 
25
-Script to make it easier to start developing your new Perl module under pressure of unit tests written in [Test::More](http://perldoc.perl.org/Test/More.html) and the likes.
25
+Script to make it easier to start developing your new Perl module under pressure of unit tests written in [Test::More][1] and the likes.
26
+
27
+  [1]: (http://perldoc.perl.org/Test/More.html)
26 28
 
27 29
 Suggested use is to sit on the other monitor, run all *.t* files around and around and be annoying about the fact that they fail.  Then the rule of thumb goes without saying: "no green, no commit".
28 30