summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-07-04 12:20:14 +0000
committerDries Buytaert <dries@buytaert.net>2001-07-04 12:20:14 +0000
commit121b5425c2dc4c9373cd3e358b495968e028d1cb (patch)
treed1f487f9d38bae3bef3432235cc17d00b15e0653 /modules
parent43db9cf86fdfba736117cda501c6eb1d31d04693 (diff)
downloadbrdo-121b5425c2dc4c9373cd3e358b495968e028d1cb.tar.gz
brdo-121b5425c2dc4c9373cd3e358b495968e028d1cb.tar.bz2
- Fixed tiny typo which broke the download link
Diffstat (limited to 'modules')
-rw-r--r--modules/drupal.module2
-rw-r--r--modules/drupal/drupal.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/drupal.module b/modules/drupal.module
index a5da33f5c..63eda27fa 100644
--- a/modules/drupal.module
+++ b/modules/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";
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";