[Groonga-mysql-commit] mroonga/mroonga at 69c4044 [master] doc: fix syntax

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Dec 29 19:49:37 JST 2014


Kouhei Sutou	2014-12-29 19:49:37 +0900 (Mon, 29 Dec 2014)

  New Revision: 69c404435f4d80cae61b9b4cd3c7104aceb3b810
  https://github.com/mroonga/mroonga/commit/69c404435f4d80cae61b9b4cd3c7104aceb3b810

  Message:
    doc: fix syntax

  Modified files:
    doc/source/reference/server_variables.rst

  Modified: doc/source/reference/server_variables.rst (+3 -3)
===================================================================
--- doc/source/reference/server_variables.rst    2014-12-29 19:49:32 +0900 (eee1cf3)
+++ doc/source/reference/server_variables.rst    2014-12-29 19:49:37 +0900 (8236102)
@@ -387,7 +387,7 @@ Here are available flags:
     - Equals to ``SYNTAX_QUERY,ALLOW_LEADING_NOT``.
   * - ``SYNTAX_QUERY``
     - Uses `query syntax in Groonga
-      <http://groonga.org/docs/reference/grn_expr/query_syntax.html>_`. Query
+      <http://groonga.org/docs/reference/grn_expr/query_syntax.html>`_. Query
       syntax in Groonga is a compatible syntax with MySQL's BOOLEAM
       MODE syntax.
 
@@ -395,7 +395,7 @@ Here are available flags:
       specified, ``SYNTAX_QUERY`` is used.
   * - ``SYNTAX_SCRIPT``
     - Uses `script syntax in Groonga
-      <http://groonga.org/docs/reference/grn_expr/script_syntax.html>_`.
+      <http://groonga.org/docs/reference/grn_expr/script_syntax.html>`_.
 
       It's JavaScript like syntax. You can use full Groonga features
       with this syntax.
@@ -415,7 +415,7 @@ Here are available flags:
       operation with this syntax.
 
       See `query syntax in Groonga
-      <http://groonga.org/docs/reference/grn_expr/query_syntax.html>_`
+      <http://groonga.org/docs/reference/grn_expr/query_syntax.html>`_
       for details.
   * - ``ALLOW_UPDATE``
     -  Allows updating value by ``COLUMN:=NEW_VALUE`` syntax
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index