[Groonga-commit] pgroonga/pgroonga.github.io at 158af21 [master] Fix path

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Oct 25 21:03:53 JST 2015


Kouhei Sutou	2015-10-25 21:03:53 +0900 (Sun, 25 Oct 2015)

  New Revision: 158af21a6aee47493f4c45dd7717306d324ceee1
  https://github.com/pgroonga/pgroonga.github.io/commit/158af21a6aee47493f4c45dd7717306d324ceee1

  Message:
    Fix path

  Modified files:
    _po/ja/reference/functions/pgroonga-command.po
    ja/reference/functions/pgroonga-command.md

  Modified: _po/ja/reference/functions/pgroonga-command.po (+2 -2)
===================================================================
--- _po/ja/reference/functions/pgroonga-command.po    2015-10-25 21:02:15 +0900 (3853b22)
+++ _po/ja/reference/functions/pgroonga-command.po    2015-10-25 21:03:53 +0900 (4ed43e7)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2015-10-25 21:00+0900\n"
+"PO-Revision-Date: 2015-10-25 21:03+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -57,7 +57,7 @@ msgid ""
 msgstr ""
 "Groongaのコマンドは結果をJSONとして返します。`pgroonga.command`はJSONを`text`型の値として返します。結果を`json`"
 "型か`jsonb`型にキャストすると[PostgreSQLが提供するJSON関数・演算](http://www.postgresql.jp/document"
-"/{{ site.postgresql_short_version }}/static/functions-json.html)を使うことができます。"
+"/{{ site.postgresql_short_version }}/html/functions-json.html)を使うことができます。"
 
 msgid "## Usage"
 msgstr "## 使い方"

  Modified: ja/reference/functions/pgroonga-command.md (+1 -1)
===================================================================
--- ja/reference/functions/pgroonga-command.md    2015-10-25 21:02:15 +0900 (f3d4f31)
+++ ja/reference/functions/pgroonga-command.md    2015-10-25 21:03:53 +0900 (ed76498)
@@ -19,7 +19,7 @@ text pgroonga.command(command)
 
 `command`は`text`型の値です。`pgroonga.command`は`command`をGroongaのコマンドとして実行します。
 
-Groongaのコマンドは結果をJSONとして返します。`pgroonga.command`はJSONを`text`型の値として返します。結果を`json`型か`jsonb`型にキャストすると[PostgreSQLが提供するJSON関数・演算](http://www.postgresql.jp/document/{{ site.postgresql_short_version }}/static/functions-json.html)を使うことができます。
+Groongaのコマンドは結果をJSONとして返します。`pgroonga.command`はJSONを`text`型の値として返します。結果を`json`型か`jsonb`型にキャストすると[PostgreSQLが提供するJSON関数・演算](http://www.postgresql.jp/document/{{ site.postgresql_short_version }}/html/functions-json.html)を使うことができます。
 
 ## 使い方
 
-------------- next part --------------
HTML����������������������������...
Download 



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