We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a091f commit 7595558Copy full SHA for 7595558
Rakefile
@@ -73,7 +73,7 @@ def generate_src(target_version: nil)
73
74
# Replace absolute path in navigation.html
75
content = File.read('navigation.html')
76
- content.gsub!('<a href=\"/', "<a href=\"/#{target_version}/")
+ content.gsub!('<a href="/', "<a href=\"/#{target_version}/")
77
File.write('navigation.html', content)
78
end
79
0 commit comments