Fix the link to Maxmind's ISO 3166 page.

Fixes doc bug #64464 (Wrong link for country list).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329842 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Harvey 2013-03-20 19:02:53 +00:00
parent e5bbd6cf6c
commit 721e22275f

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="function.geoip-country-code-by-name" xmlns="http://docbook.org/ns/docbook">
<refentry xml:id="function.geoip-country-code-by-name" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>geoip_country_code_by_name</refname>
<refpurpose>Get the two letter country code</refpurpose>
@ -73,7 +73,9 @@ This host is located in: US
&reftitle.notes;
<caution>
<para>
Please see <link>http://www.maxmind.com/en/iso3166</link> for a complete list of possible return values, including special codes.
Please see
<link xlink:href="&url.maxmind.iso3166;">&url.maxmind.iso3166;</link> for
a complete list of possible return values, including special codes.
</para>
</caution>
</refsect1>