[Groonga-commit] pgroonga/pgroonga.github.io at b7c9c7a [master] Add missing links

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jul 3 16:16:56 JST 2017


Kouhei Sutou	2017-07-03 16:16:56 +0900 (Mon, 03 Jul 2017)

  New Revision: b7c9c7a2921b0313aa8d319c8fb533e314eb09b0
  https://github.com/pgroonga/pgroonga.github.io/commit/b7c9c7a2921b0313aa8d319c8fb533e314eb09b0

  Message:
    Add missing links

  Modified files:
    _po/ja/news/index.po
    ja/news/index.md
    news/index.md

  Modified: _po/ja/news/index.po (+9 -7)
===================================================================
--- _po/ja/news/index.po    2017-07-03 12:39:05 +0900 (c3e8d29)
+++ _po/ja/news/index.po    2017-07-03 16:16:56 +0900 (1baa7ac)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2017-07-03 12:15+0900\n"
+"PO-Revision-Date: 2017-07-03 12:38+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -70,7 +70,7 @@ msgstr ""
 msgid "    * [[`&@~|` operator][query-in-v2]]: Added. Deprecated `&?|` operator."
 msgstr ""
 
-msgid "    * [[`&@*` operator][similar-v2]]: Added. Deprecated `&~?` operator."
+msgid "    * [[`&@*` operator][similar-search-v2]]: Added. Deprecated `&~?` operator."
 msgstr ""
 
 msgid "### Thanks"
@@ -662,18 +662,18 @@ msgstr ""
 
 msgid ""
 "  * [`pgroonga.text_full_text_search_ops_v2`] Supported similar search by [`&~"
-"?`](../reference/operators/similar-search-v2.html)."
+"?`][similar-search-v2]."
 msgstr ""
 
 msgid ""
-"  * [`pgroonga.text_term_search_ops_v2`] Supported prefix search by [`&^`](../"
-"reference/operators/prefix-search-v2.html)."
+"  * [`pgroonga.text_term_search_ops_v2`] Supported prefix search by [`&^`][pre"
+"fix-search-v2]."
 msgstr ""
 
 msgid ""
 "  * [`pgroonga.text_term_search_ops_v2`] Supported [prefix RK search](http://g"
-"roonga.org/docs/reference/operations/prefix_rk_search.html) by [`&^~`](../refe"
-"rence/operators/prefix-rk-search-v2.html)."
+"roonga.org/docs/reference/operations/prefix_rk_search.html) by [`&^~`][prefix-"
+"rk-search-v2]."
 msgstr ""
 
 msgid ""
@@ -1073,6 +1073,8 @@ msgid ""
 "[match-v2]:../reference/operators/match-v2.html\n"
 "[contain-term-v2]:../reference/operators/contain-term-v2.html\n"
 "[query-v2]:../reference/operators/query-v2.html\n"
+"[query-in-v2]:../reference/operators/query-in-v2.html\n"
+"[similar-search-v2]:../reference/operators/similar-search-v2.html\n"
 "[prefix-search-v2]:../reference/operators/prefix-search-v2.html\n"
 "[prefix-rk-search-v2]:../reference/operators/prefix-rk-search-v2.html\n"
 "[prefix-search-in-v2]:../reference/operators/prefix-search-in-v2.html\n"

  Modified: ja/news/index.md (+6 -4)
===================================================================
--- ja/news/index.md    2017-07-03 12:39:05 +0900 (7b536fe)
+++ ja/news/index.md    2017-07-03 16:16:56 +0900 (b8408b0)
@@ -34,7 +34,7 @@ title: おしらせ
 
     * [[`&@~|` operator][query-in-v2]]: Added. Deprecated `&?|` operator.
 
-    * [[`&@*` operator][similar-v2]]: Added. Deprecated `&~?` operator.
+    * [[`&@*` operator][similar-search-v2]]: Added. Deprecated `&~?` operator.
 
 ### 感謝
 
@@ -402,11 +402,11 @@ title: おしらせ
 
   * [Windows] Added version information to DLL. [groonga-dev,03962] [Suggested by Naoki Takami]
 
-  * [`pgroonga.text_full_text_search_ops_v2`] Supported similar search by [`&~?`](../reference/operators/similar-search-v2.html).
+  * [`pgroonga.text_full_text_search_ops_v2`] Supported similar search by [`&~?`][similar-search-v2].
 
-  * [`pgroonga.text_term_search_ops_v2`] Supported prefix search by [`&^`](../reference/operators/prefix-search-v2.html).
+  * [`pgroonga.text_term_search_ops_v2`] Supported prefix search by [`&^`][prefix-search-v2].
 
-  * [`pgroonga.text_term_search_ops_v2`] Supported [prefix RK search](http://groonga.org/docs/reference/operations/prefix_rk_search.html) by [`&^~`](../reference/operators/prefix-rk-search-v2.html).
+  * [`pgroonga.text_term_search_ops_v2`] Supported [prefix RK search](http://groonga.org/docs/reference/operations/prefix_rk_search.html) by [`&^~`][prefix-rk-search-v2].
 
   * [Windows] Changed Visual Studio version to 2013 from 2015. Because PostgreSQL binary uses 2013.
 
@@ -714,6 +714,8 @@ The first release!!!
 [match-v2]:../reference/operators/match-v2.html
 [contain-term-v2]:../reference/operators/contain-term-v2.html
 [query-v2]:../reference/operators/query-v2.html
+[query-in-v2]:../reference/operators/query-in-v2.html
+[similar-search-v2]:../reference/operators/similar-search-v2.html
 [prefix-search-v2]:../reference/operators/prefix-search-v2.html
 [prefix-rk-search-v2]:../reference/operators/prefix-rk-search-v2.html
 [prefix-search-in-v2]:../reference/operators/prefix-search-in-v2.html

  Modified: news/index.md (+6 -4)
===================================================================
--- news/index.md    2017-07-03 12:39:05 +0900 (100ab44)
+++ news/index.md    2017-07-03 16:16:56 +0900 (ea8ce6e)
@@ -34,7 +34,7 @@ title: News
 
     * [[`&@~|` operator][query-in-v2]]: Added. Deprecated `&?|` operator.
 
-    * [[`&@*` operator][similar-v2]]: Added. Deprecated `&~?` operator.
+    * [[`&@*` operator][similar-search-v2]]: Added. Deprecated `&~?` operator.
 
 ### Thanks
 
@@ -402,11 +402,11 @@ title: News
 
   * [Windows] Added version information to DLL. [groonga-dev,03962] [Suggested by Naoki Takami]
 
-  * [`pgroonga.text_full_text_search_ops_v2`] Supported similar search by [`&~?`](../reference/operators/similar-search-v2.html).
+  * [`pgroonga.text_full_text_search_ops_v2`] Supported similar search by [`&~?`][similar-search-v2].
 
-  * [`pgroonga.text_term_search_ops_v2`] Supported prefix search by [`&^`](../reference/operators/prefix-search-v2.html).
+  * [`pgroonga.text_term_search_ops_v2`] Supported prefix search by [`&^`][prefix-search-v2].
 
-  * [`pgroonga.text_term_search_ops_v2`] Supported [prefix RK search](http://groonga.org/docs/reference/operations/prefix_rk_search.html) by [`&^~`](../reference/operators/prefix-rk-search-v2.html).
+  * [`pgroonga.text_term_search_ops_v2`] Supported [prefix RK search](http://groonga.org/docs/reference/operations/prefix_rk_search.html) by [`&^~`][prefix-rk-search-v2].
 
   * [Windows] Changed Visual Studio version to 2013 from 2015. Because PostgreSQL binary uses 2013.
 
@@ -714,6 +714,8 @@ The first release!!!
 [match-v2]:../reference/operators/match-v2.html
 [contain-term-v2]:../reference/operators/contain-term-v2.html
 [query-v2]:../reference/operators/query-v2.html
+[query-in-v2]:../reference/operators/query-in-v2.html
+[similar-search-v2]:../reference/operators/similar-search-v2.html
 [prefix-search-v2]:../reference/operators/prefix-search-v2.html
 [prefix-rk-search-v2]:../reference/operators/prefix-rk-search-v2.html
 [prefix-search-in-v2]:../reference/operators/prefix-search-in-v2.html
-------------- next part --------------
HTML����������������������������...
Télécharger 



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