diff options
Diffstat (limited to 'modules/drupal/drupal.module')
-rw-r--r-- | modules/drupal/drupal.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module index a5da33f5c..63eda27fa 100644 --- a/modules/drupal/drupal.module +++ b/modules/drupal/drupal.module @@ -19,7 +19,7 @@ function drupal_page() { $theme->box("Drupal", $output); $output = "<H3>Download Drupal</H3>\n"; - $output .= " <LI><A HREF=\"http://www.drupal.org/drupal/drupal-2.00.tgz\">Drupal 2.00</A> (2001/03/15 - latest version)</LI>\n"; + $output .= " <LI><A HREF=\"http://www.drop.org/drupal/drupal-2.00.tgz\">Drupal 2.00</A> (2001/03/15 - latest version)</LI>\n"; $output .= " <LI>Drupal 1.00 (2001/01/15)</LI>\n"; $output .= "<H3>Drupal website</H3>\n"; $output .= " <LI><A HREF=\"http://www.drupal.org/\">http://www.drupal.org/</A></LI>\n"; |