helpers/url.rb in origen-0.52.2 vs helpers/url.rb in origen-0.52.3
- old
+ new
@@ -66,10 +66,10 @@
'latest'
end
end
# Returns any path attached to the domain, for example will return "/jtag"
- # for "http://origen-sdk.org/jtag"
+ # for "https://origen-sdk.org/jtag"
def root_path # :nodoc:
if domain =~ /\/\/[^\/]*(\/.*)/ # http://rubular.com/r/UY06Z6DXUS
$1
end
end