Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

Commit

Permalink
Update URL for retrieving the libphonenumber metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
bwilkins committed Aug 21, 2015
1 parent 9b2772c commit 159a437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/global_phone_dbgen
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require 'global_phone/database_generator'
require 'open-uri'

REMOTE_URL = "http://libphonenumber.googlecode.com/svn/trunk/resources/PhoneNumberMetadata.xml"
REMOTE_URL = "https://raw.githubusercontent.com/googlei18n/libphonenumber/master/resources/PhoneNumberMetadata.xml"

def usage
warn "Usage: #$0 [--compact] [--test] [<filename> | <url>]"
Expand Down

0 comments on commit 159a437

Please sign in to comment.