Skip to content

Commit 7570122

Browse files
authored
update example url
1 parent d1ad7cf commit 7570122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/license_meta_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
example_url.gsub!(%r{/tree/}, '/plain/')
5353
elsif example_url.start_with?('https://bitbucket.org/')
5454
example_url.gsub!(%r{/src/}, '/raw/')
55-
elsif example_url.start_with?('https://ohwr.org/')
55+
elsif example_url.start_with?('https://gitlab.com/')
5656
example_url.gsub!(%r{/blob/}, '/raw/')
5757
end
5858

0 commit comments

Comments
 (0)