Yasuhiro Horimoto 2019-01-28 15:32:14 +0900 (Mon, 28 Jan 2019) Revision: d5b108c1787624bcf3277cc2afedbdafc56eefba https://github.com/groonga/groonga.org/commit/d5b108c1787624bcf3277cc2afedbdafc56eefba Message: blog en: fix broken links Modified files: en/_posts/2019-01-29-groonga-8.1.1.md Modified: en/_posts/2019-01-29-groonga-8.1.1.md (+5 -5) =================================================================== --- en/_posts/2019-01-29-groonga-8.1.1.md 2019-01-28 15:23:58 +0900 (50a0c21bb) +++ en/_posts/2019-01-29-groonga-8.1.1.md 2019-01-28 15:32:14 +0900 (6991784c9) @@ -15,13 +15,13 @@ How to install: [Install](/docs/install.html) Here are important changes in this release: -* [logical_select](/doc/reference/commands/logical_select.html) Added new argument `--load_table`, `--load_columns` and `--load_values`. +* [logical_select](/docs/reference/commands/logical_select.html) Added new argument `--load_table`, `--load_columns` and `--load_values`. -* [groonga executable file](/doc/reference/executables/groonga.html) Added a new option `--log-flags`. +* [groonga executable file](/docs/reference/executables/groonga.html) Added a new option `--log-flags`. * Fixed a memory leak when occurs index update error. -* [Normalizers](/doc/reference/normalizers.html) Fixed a bug that stateless normalizers and stateful normalizers return wrong results when we use them at the same time. +* [Normalizers](/docs/reference/normalizers.html) Fixed a bug that stateless normalizers and stateful normalizers return wrong results when we use them at the same time. * Stateless normalizers are below. @@ -39,7 +39,7 @@ Here are important changes in this release: * ``unify_katakana_bu_sound`` * ``unify_to_romaji`` -### [logical_select](/doc/reference/commands/logical_select.html) Added new argument `--load_table`, `--load_columns` and `--load_values`. +### [logical_select](/docs/reference/commands/logical_select.html) Added new argument `--load_table`, `--load_columns` and `--load_values`. We can store a result of `logical_select` in a table that specifying `--load_table`. @@ -184,7 +184,7 @@ select --table Logs ] ``` -### [groonga executable file](/doc/reference/executables/groonga.html) Added a new option `--log-flags`. +### [groonga executable file](/docs/reference/executables/groonga.html) Added a new option `--log-flags`. We can specify output items of a log of the Groonga. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190128/7ca7779d/attachment-0001.html>