Skip to content

Commit

Permalink
fix URL issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ironholds committed Oct 11, 2015
1 parent 41cae26 commit 2a59263
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/telize.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ query_telize <- function(ip){
}

#'@title Geolocate IP Addresses Through telize.com
#'@description \href{http://telize.com}{telize.com} provides IP geolocation based
#'@description \href{http://www.telize.com}{telize.com} provides IP geolocation based
#'on MaxMind's free downloadable databases (one of which is, distinctly, included in
#'this package). \code{telize} allows you to query the Telize service to geolocate
#'IPv4 or IPv6 IP addresses.
Expand Down
2 changes: 1 addition & 1 deletion man/telize.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ either a data.frame or a list of named vectors, depending on
the option for \code{as_data_frame}
}
\description{
\href{http://telize.com}{telize.com} provides IP geolocation based
\href{http://www.telize.com}{telize.com} provides IP geolocation based
on MaxMind's free downloadable databases (one of which is, distinctly, included in
this package). \code{telize} allows you to query the Telize service to geolocate
IPv4 or IPv6 IP addresses.
Expand Down

0 comments on commit 2a59263

Please sign in to comment.