jdk/src/share/classes/java/util/Currency.java
changeset 17156 c42df24102c1
parent 16010 2727163b5df5
child 18178 ee71c923891d
--- a/jdk/src/share/classes/java/util/Currency.java	Thu Apr 18 12:24:55 2013 +0100
+++ b/jdk/src/share/classes/java/util/Currency.java	Thu Apr 18 10:22:53 2013 -0700
@@ -47,9 +47,8 @@
 
 /**
  * Represents a currency. Currencies are identified by their ISO 4217 currency
- * codes. Visit the <a href="http://www.iso.org/iso/en/prods-services/popstds/currencycodes.html">
- * ISO web site</a> for more information, including a table of
- * currency codes.
+ * codes. Visit the <a href="http://www.iso.org/iso/home/standards/currency_codes.htm">
+ * ISO web site</a> for more information.
  * <p>
  * The class is designed so that there's never more than one
  * <code>Currency</code> instance for any given currency. Therefore, there's