diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2005-04-23 05:07:08 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2005-04-23 05:07:08 +0000 |
commit | 2e2e7181977421635e2b1972e7f6527862443a12 (patch) | |
tree | 00649bae6e24e0bbc00b2ea24f49d29575d375bf | |
parent | 3a8e1864c66225aed267d40372220e520f0019df (diff) | |
download | brdo-2e2e7181977421635e2b1972e7f6527862443a12.tar.gz brdo-2e2e7181977421635e2b1972e7f6527862443a12.tar.bz2 |
- #21021: wrong url in INSTALL.txt
-rw-r--r-- | INSTALL.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index 1b7d529cf..d221d0993 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -42,7 +42,7 @@ INSTALLATION The files are in .tar.gz format and can be extracted using most compression tools. On a typical Unix command line, use: - wget http://drupal.org/files/project/drupal-x.x.x.tar.gz + wget http://drupal.org/files/projects/drupal-x.x.x.tar.gz tar -zxvf drupal-x.x.x.tar.gz This will create a new directory drupal-x.x.x/ containing all |