@@ -89,20 +89,20 @@ Type "rake --help" for all available options.
8989 5. {File Operations}[https://avdi.codes/rake-part-5-file-operations/]
9090 6. {Clean and Clobber}[https://avdi.codes/rake-part-6-clean-and-clobber/]
9191 7. {MultiTask}[https://avdi.codes/rake-part-7-multitask/]
92- * {Jim Weirich's 2003 RubyConf presentation}[http ://web.archive.org/web/20140221123354/http://onestepback.org/articles/buildingwithrake/]
93- * Martin Fowler's article on Rake: http ://martinfowler.com/articles/rake.html
92+ * {Jim Weirich's 2003 RubyConf presentation}[https ://web.archive.org/web/20140221123354/http://onestepback.org/articles/buildingwithrake/]
93+ * Martin Fowler's article on Rake: https ://martinfowler.com/articles/rake.html
9494
9595== Other Make Re-envisionings ...
9696
9797Rake is a late entry in the make replacement field. Here are links to
9898other projects with similar (and not so similar) goals.
9999
100- * http ://directory.fsf.org/wiki/Bras -- Bras, one of earliest
100+ * https ://directory.fsf.org/wiki/Bras -- Bras, one of earliest
101101 implementations of "make in a scripting language".
102102* http://www.a-a-p.org -- Make in Python
103- * http ://ant.apache.org -- The Ant project
104- * http ://search.cpan.org/search?query=PerlBuildSystem -- The Perl Build System
105- * http ://www.rubydoc.info/gems/rant/0.5.7/frames -- Rant, another Ruby make tool.
103+ * https ://ant.apache.org -- The Ant project
104+ * https ://search.cpan.org/search?query=PerlBuildSystem -- The Perl Build System
105+ * https ://www.rubydoc.info/gems/rant/0.5.7/frames -- Rant, another Ruby make tool.
106106
107107== Credits
108108
0 commit comments