From b36db2ba14fb6f80a390e747cbee747614a8e106 Mon Sep 17 00:00:00 2001 From: Toshihiro Nakamura Date: Mon, 4 Nov 2024 12:40:51 +0900 Subject: [PATCH] Fix document reference --- docs/getting-started.rst | 2 +- docs/locale/ja/LC_MESSAGES/getting-started.po | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting-started.rst b/docs/getting-started.rst index 983ddd4c1..8ac81580b 100644 --- a/docs/getting-started.rst +++ b/docs/getting-started.rst @@ -83,7 +83,7 @@ DSL style ========= In the DSL style, you work with examples in the ``boilerplate.java17.repository.EmployeeRepository`` -and the :doc:`criteria-api` for operations. +and the :doc:`query-dsl` for operations. SELECT ------ diff --git a/docs/locale/ja/LC_MESSAGES/getting-started.po b/docs/locale/ja/LC_MESSAGES/getting-started.po index 0a4ad3a47..6b64d4d1b 100644 --- a/docs/locale/ja/LC_MESSAGES/getting-started.po +++ b/docs/locale/ja/LC_MESSAGES/getting-started.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: doma-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-04 12:21+0900\n" +"POT-Creation-Date: 2024-11-04 12:36+0900\n" "Last-Translator: \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -116,8 +116,8 @@ msgid "DSL style" msgstr "DSL スタイル" #: ../../getting-started.rst:85 -msgid "In the DSL style, you work with examples in the ``boilerplate.java17.repository.EmployeeRepository`` and the :doc:`criteria-api` for operations." -msgstr "DSL スタイルでは、 ``boilerplate.java17.repository.EmployeeRepository`` と :doc:`criteria-api` の例を使用します。" +msgid "In the DSL style, you work with examples in the ``boilerplate.java17.repository.EmployeeRepository`` and the :doc:`query-dsl` for operations." +msgstr "DSL スタイルでは、``boilerplate.java17.repository.EmployeeRepository`` と :doc:`query-dsl` を使った例を使用します。" #: ../../getting-started.rst:89 msgid "SELECT"