You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sam Cooley (JIRA)" <ji...@apache.org> on 2014/11/10 13:04:33 UTC

[jira] [Created] (VALIDATOR-343) Doc URL update for broken link

Sam Cooley created VALIDATOR-343:
------------------------------------

             Summary: Doc URL update for broken link
                 Key: VALIDATOR-343
                 URL: https://issues.apache.org/jira/browse/VALIDATOR-343
             Project: Commons Validator
          Issue Type: Task
            Reporter: Sam Cooley
            Priority: Trivial


Outdated/broken URL to Michael Gilleland's essay Anatomy of Credit Card Numbers in CreditCardValidator doc.

Patch:
{code}
--- CreditCardValidator.java.r1441678   2014-11-10 12:17:18.000000000 +0100
+++ CreditCardValidator.java    2014-11-10 12:20:52.000000000 +0100
@@ -35,8 +35,8 @@
  * </p>
  * For a similar implementation in Perl, reference Sean M. Burke's
  * <a href="http://www.speech.cs.cmu.edu/~sburke/pub/luhn_lib.html">script</a>.
- * More information is also available
- * <a href="http://www.merriampark.com/anatomycc.htm">here</a>.
+ * More information can be found in Michael Gilleland's essay
+ * <a href="http://web.archive.org/web/20120614072656/http://www.merriampark.com/anatomycc.htm">Anatomy of Credit Card Numbers</a>.
  *
  * @version $Revision$ $Date$
  * @since Validator 1.1
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)