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 d1ad7cf commit 7570122Copy full SHA for 7570122
spec/license_meta_spec.rb
@@ -52,7 +52,7 @@
52
example_url.gsub!(%r{/tree/}, '/plain/')
53
elsif example_url.start_with?('https://bitbucket.org/')
54
example_url.gsub!(%r{/src/}, '/raw/')
55
- elsif example_url.start_with?('https://ohwr.org/')
+ elsif example_url.start_with?('https://gitlab.com/')
56
example_url.gsub!(%r{/blob/}, '/raw/')
57
end
58
0 commit comments