Return-Path: X-Original-To: apmail-jena-commits-archive@www.apache.org Delivered-To: apmail-jena-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 68A8110F2F for ; Tue, 18 Jun 2013 18:56:50 +0000 (UTC) Received: (qmail 91882 invoked by uid 500); 18 Jun 2013 18:56:50 -0000 Delivered-To: apmail-jena-commits-archive@jena.apache.org Received: (qmail 91869 invoked by uid 500); 18 Jun 2013 18:56:50 -0000 Mailing-List: contact commits-help@jena.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jena.apache.org Delivered-To: mailing list commits@jena.apache.org Received: (qmail 91861 invoked by uid 99); 18 Jun 2013 18:56:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jun 2013 18:56:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jun 2013 18:56:47 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6D91D2388900; Tue, 18 Jun 2013 18:56:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1494258 - /jena/site/trunk/content/documentation/index.mdtext Date: Tue, 18 Jun 2013 18:56:27 -0000 To: commits@jena.apache.org From: rvesse@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130618185627.6D91D2388900@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rvesse Date: Tue Jun 18 18:56:27 2013 New Revision: 1494258 URL: http://svn.apache.org/r1494258 Log: Error in Text Search link in Staged site Modified: jena/site/trunk/content/documentation/index.mdtext Modified: jena/site/trunk/content/documentation/index.mdtext URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/index.mdtext?rev=1494258&r1=1494257&r2=1494258&view=diff ============================================================================== --- jena/site/trunk/content/documentation/index.mdtext (original) +++ jena/site/trunk/content/documentation/index.mdtext Tue Jun 18 18:56:27 2013 @@ -12,7 +12,7 @@ sections. * [Assembler](./assembler/) - describing recipes for constructing Jena models declaratively using RDF * [Inference](./inference/) - using the Jena rules engine and other inference algorithms to derive consequences from RDF models * [Javadoc](./javadoc/) - JavaDoc generated from the Jena source -* [Text Search](./query/text-query.html/) - enhanced indexes using Lucene or Solr for more efficient searching of text literals in Jena models and datasets. +* [Text Search](./query/text-query.html) - enhanced indexes using Lucene or Solr for more efficient searching of text literals in Jena models and datasets. * [I/O](./io/) - notes on input and output of triples to and from Jena models * [How-To's](./notes/) - various topic-specific how-to documents * [Ontology](./ontology/) - support for handling OWL models in Jena