Created
February 28, 2014 01:39
-
-
Save guenter/9263548 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: Rakefile | |
=================================================================== | |
--- Rakefile (revision 1572742) | |
+++ Rakefile (working copy) | |
@@ -36,7 +36,7 @@ | |
Dir.glob('*.md').each { |doc| | |
puts "working on: #{doc}" | |
IO.write(doc, File.open(doc) { |f| | |
- f.read.gsub(/\((.*)(\.md)\)/, '(\1)') | |
+ f.read.gsub(/\((.*)(\.md)\)/, '(/documentation/latest/\1/)') | |
}) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment