Return-Path: X-Original-To: apmail-incubator-allura-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-allura-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 31501DE69 for ; Thu, 27 Dec 2012 11:41:44 +0000 (UTC) Received: (qmail 9320 invoked by uid 500); 27 Dec 2012 11:41:44 -0000 Delivered-To: apmail-incubator-allura-commits-archive@incubator.apache.org Received: (qmail 9305 invoked by uid 500); 27 Dec 2012 11:41:44 -0000 Mailing-List: contact allura-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: allura-dev@incubator.apache.org Delivered-To: mailing list allura-commits@incubator.apache.org Received: (qmail 9277 invoked by uid 99); 27 Dec 2012 11:41:43 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Dec 2012 11:41:43 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 6B4F28205FD; Thu, 27 Dec 2012 11:41:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: acs@apache.org To: allura-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: [#5252] Fix solr download link Message-Id: <20121227114143.6B4F28205FD@tyr.zones.apache.org> Date: Thu, 27 Dec 2012 11:41:43 +0000 (UTC) [#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/53486d8c Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/53486d8c Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/53486d8c Branch: refs/heads/master Commit: 53486d8c049a0b4c79861cabd0386948168ba858 Parents: 5c8e2ad Author: Alvaro del Castillo Authored: Thu Dec 27 12:37:29 2012 +0100 Committer: Alvaro del Castillo Committed: Thu Dec 27 12:41:00 2012 +0100 ---------------------------------------------------------------------- README.markdown | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/53486d8c/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