You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ss...@apache.org on 2013/11/08 17:39:36 UTC

svn commit: r1540112 - /incubator/marmotta/site/trunk/content/markdown/kiwi/sparql.md.vm

Author: sschaffert
Date: Fri Nov  8 16:39:36 2013
New Revision: 1540112

URL: http://svn.apache.org/r1540112
Log:
fixed typo

Modified:
    incubator/marmotta/site/trunk/content/markdown/kiwi/sparql.md.vm

Modified: incubator/marmotta/site/trunk/content/markdown/kiwi/sparql.md.vm
URL: http://svn.apache.org/viewvc/incubator/marmotta/site/trunk/content/markdown/kiwi/sparql.md.vm?rev=1540112&r1=1540111&r2=1540112&view=diff
==============================================================================
--- incubator/marmotta/site/trunk/content/markdown/kiwi/sparql.md.vm (original)
+++ incubator/marmotta/site/trunk/content/markdown/kiwi/sparql.md.vm Fri Nov  8 16:39:36 2013
@@ -58,7 +58,7 @@ boolean values (found or not found):
   boolean connectors; words are AND connected, i.e. all words have to be found in the text for a successful match
 * `fulltext-query(text, query, [language])`: searches "text" using the boolean query string passed in "query", optionally
   applying language-specific processing for the given language; query is a boolean query string following the
-  [syntax used by PostgreSQL]()http://www.postgresql.org/docs/9.3/static/textsearch-controls.html#TEXTSEARCH-PARSING-QUERIES)
+  [syntax used by PostgreSQL](http://www.postgresql.org/docs/9.3/static/textsearch-controls.html#TEXTSEARCH-PARSING-QUERIES)
 
 Note that full-text search is only available when using backend databases that support this functionality (currently only
 PostgreSQL and MySQL). Only PostgreSQL has real support for language specific processing. Also note that performance