[Groonga-commit] groonga/groonga [master] doc en: fix warnings about unknown document

Back to archive index

HAYASHI Kentaro null+****@clear*****
Fri Dec 28 15:04:16 JST 2012


HAYASHI Kentaro	2012-12-28 15:04:16 +0900 (Fri, 28 Dec 2012)

  New Revision: c2831917a9d9ea84434839840703587a635b6bba
  https://github.com/groonga/groonga/commit/c2831917a9d9ea84434839840703587a635b6bba

  Log:
    doc en: fix warnings about unknown document

  Modified files:
    doc/source/reference/executables/grntest.txt
    doc/source/reference/executables/groonga-server-http.txt
    doc/source/reference/grn_expr/script_syntax.txt
    doc/source/server/http/comparison.txt

  Modified: doc/source/reference/executables/grntest.txt (+1 -1)
===================================================================
--- doc/source/reference/executables/grntest.txt    2012-12-28 15:00:23 +0900 (f0e0a81)
+++ doc/source/reference/executables/grntest.txt    2012-12-28 15:04:16 +0900 (59efc61)
@@ -134,7 +134,7 @@ grntest命令
 コマンドファイル
 ^^^^^^^^^^^^^^^^
 
-コマンドファイルは、groonga組み込みコマンドを1行に1つずつ記述したテキストファイルです。拡張子に制限はありません。groonga組み込みコマンドに関しては :doc:`/reference/commands` を参照してください。
+コマンドファイルは、groonga組み込みコマンドを1行に1つずつ記述したテキストファイルです。拡張子に制限はありません。groonga組み込みコマンドに関しては :doc:`/reference/command` を参照してください。
 
 サンプル
 ^^^^^^^^

  Modified: doc/source/reference/executables/groonga-server-http.txt (+1 -1)
===================================================================
--- doc/source/reference/executables/groonga-server-http.txt    2012-12-28 15:00:23 +0900 (d483fa0)
+++ doc/source/reference/executables/groonga-server-http.txt    2012-12-28 15:04:16 +0900 (118cd40)
@@ -48,7 +48,7 @@ GETメソッドのみが使用可能です。
 
 output_typeにはjson, tsv, xmlが指定可能です。
 
-command_versionはコマンドの仕様の互換性を指定します。詳細は :doc:`/reference/command_version` を参照してください。
+command_versionはコマンドの仕様の互換性を指定します。詳細は :doc:`/reference/command/command_version` を参照してください。
 
 返値
 ----

  Modified: doc/source/reference/grn_expr/script_syntax.txt (+1 -1)
===================================================================
--- doc/source/reference/grn_expr/script_syntax.txt    2012-12-28 15:00:23 +0900 (23e377a)
+++ doc/source/reference/grn_expr/script_syntax.txt    2012-12-28 15:04:16 +0900 (349aa3d)
@@ -221,7 +221,7 @@ Its syntax is ``name(arugment1, argument2, ...)``.
 ``name(argument1, argument2, ...)`` calls a function that is named
 ``name`` with arguments ``argument1``, ``argument2`` and ``...``.
 
-See :doc:`/reference/functions/` for available functin list.
+See :doc:`/reference/function` for available functin list.
 
 Here is a simple exmaple.
 

  Modified: doc/source/server/http/comparison.txt (+1 -1)
===================================================================
--- doc/source/server/http/comparison.txt    2012-12-28 15:00:23 +0900 (191099f)
+++ doc/source/server/http/comparison.txt    2012-12-28 15:04:16 +0900 (58df789)
@@ -123,7 +123,7 @@ configuration to use ``/api/`` as prefix path::
 Custom command version
 ----------------------
 
-Groonga has :doc:`/reference/command_version` mechanism. It is for
+Groonga has :doc:`/reference/command/command_version` mechanism. It is for
 upgrading groonga commands with backward compatibility.
 
 :doc:`groonga` can change the default command veresion by
-------------- next part --------------
HTML����������������������������...
다운로드 



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