Leave https wikipedia URLs unmolested
This commit is contained in:
parent
5dde1f003a
commit
9f12d24fbd
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ private
|
|||
|
||||
def wikipedia_link(key, value)
|
||||
# Some k/v's are wikipedia=http://en.wikipedia.org/wiki/Full%20URL
|
||||
return nil if value =~ /^http:\/\//
|
||||
return nil if value =~ /^https?:\/\//
|
||||
|
||||
if key == "wikipedia"
|
||||
# This regex should match Wikipedia language codes, everything
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue