Fix internal links to method reference

pull/885/merge
Jasper van Merle 6 years ago committed by Thibaut Courouble
parent 45c70fb43b
commit d1f3322fcc

@ -42,6 +42,11 @@ module Docs
node.parent.content = node.parent.content
end
# Fix links to the method reference
css('a').each do |node|
node['href'] = node['href'].sub('4x/api', 'index')
end
doc
end
end

Loading…
Cancel
Save