Skip to content

Commit 4982040

Browse files
author
Alam
authored
Update rdoc; HTTP -> HTTPS
except www.a-a-p.org still cannot....
1 parent 5947d20 commit 4982040

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.rdoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

9797
Rake is a late entry in the make replacement field. Here are links to
9898
other 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".
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.
102+
* http://http://www.a-a-p.org -- Make in Python
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

Comments
 (0)