You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by ac...@apache.org on 2012/12/27 12:38:40 UTC

git commit: [5252] Fix solr download link

Updated Branches:
  refs/heads/master 5c8e2ad30 -> c7199833d


    [5252] Fix solr download link


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/c7199833
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/c7199833
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/c7199833

Branch: refs/heads/master
Commit: c7199833d32ee444a642fde6ccf160f075e4a132
Parents: 5c8e2ad
Author: Alvaro del Castillo <ac...@barrapunto.com>
Authored: Thu Dec 27 12:37:29 2012 +0100
Committer: Alvaro del Castillo <ac...@barrapunto.com>
Committed: Thu Dec 27 12:37:29 2012 +0100

----------------------------------------------------------------------
 README.markdown |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/c7199833/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index ba7a351..b60d890 100644
--- a/README.markdown
+++ b/README.markdown
@@ -91,7 +91,7 @@ The forge consists of several components, all of which need to be running to hav
 We have a custom config ready for use.
 
     (anvil)~$ cd ~/src
-    (anvil)~/src$ wget http://apache.mirrors.tds.net/lucene/solr/1.4.1/apache-solr-1.4.1.tgz
+    (anvil)~/src$ wget http://archive.apache.org/dist/lucene/solr/1.4.1/apache-solr-1.4.1.tgz
     (anvil)~/src$ tar xf apache-solr-1.4.1.tgz
     (anvil)~/src$ cd apache-solr-1.4.1/example/
     (anvil)~/src/apache-solr-1.4.1/example/$ mkdir -p ~/src/forge/solr_config/conf