public
Description: The ultra-lightweight ultra-flexible blogging engine with a fetish for birds and misspellings.
Homepage: http://chyrp.net/
Clone URL: git://github.com/vito/chyrp.git
Click here to lend your support to: chyrp and make a donation at www.pledgie.com !
Fixed false link to getting_started.html. [#139 state:resolved]
vito (author)
Mon Jun 30 17:02:56 -0700 2008
commit  4f6a2d90bd766d594fb977ab223c02d35c61f4b9
tree    ef88cae1e41cc8942472570daa40a01c2ddb8eeb
parent  74742fecabbf82f947ac02b0e27a4a83aceae401
...
529
530
531
532
 
533
534
535
...
529
530
531
 
532
533
534
535
0
@@ -529,7 +529,7 @@
0
         <li><a href="http://chyrp.net/extend/browse/translations"><?php echo __("Look for a translation for your language."); ?></a></li>
0
         <li><a href="http://chyrp.net/extend/browse/modules"><?php echo __("Install some Modules."); ?></a></li>
0
         <li><a href="http://chyrp.net/extend/browse/feathers"><?php echo __("Find some Feathers you want."); ?></a></li>
0
-        <li><a href="getting_started.html"><?php echo __("Read &#8220;Getting Started&#8221;"); ?></a></li>
0
+        <li><a href="README.markdown"><?php echo __("Read &#8220;Getting Started&#8221;"); ?></a></li>
0
       </ol>
0
       <a class="big" href="<?php echo $config->url; ?>"><?php echo __("Take me to my site! &rarr;"); ?></a>
0
 <?php

Comments