@@ -89,20 +89,20 @@ Type "rake --help" for all available options.
89
89
5. {File Operations}[https://avdi.codes/rake-part-5-file-operations/]
90
90
6. {Clean and Clobber}[https://avdi.codes/rake-part-6-clean-and-clobber/]
91
91
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
94
94
95
95
== Other Make Re-envisionings ...
96
96
97
97
Rake is a late entry in the make replacement field. Here are links to
98
98
other projects with similar (and not so similar) goals.
99
99
100
- * http ://directory.fsf.org/wiki/Bras -- Bras, one of earliest
100
+ * https ://directory.fsf.org/wiki/Bras -- Bras, one of earliest
101
101
implementations of "make in a scripting language".
102
102
* 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.
106
106
107
107
== Credits
108
108
0 commit comments