Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit ecbae33

Browse files
authored
Merge pull request #28 from domaframework/feat/query-dsl
Fix document reference
2 parents 1698c90 + b36db2b commit ecbae33

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ DSL style
8383
=========
8484

8585
In the DSL style, you work with examples in the ``boilerplate.java17.repository.EmployeeRepository``
86-
and the :doc:`criteria-api` for operations.
86+
and the :doc:`query-dsl` for operations.
8787

8888
SELECT
8989
------

docs/locale/ja/LC_MESSAGES/getting-started.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ msgid ""
22
msgstr ""
33
"Project-Id-Version: doma-docs\n"
44
"Report-Msgid-Bugs-To: \n"
5-
"POT-Creation-Date: 2024-11-04 12:21+0900\n"
5+
"POT-Creation-Date: 2024-11-04 12:36+0900\n"
66
"Last-Translator: \n"
77
"Language-Team: Japanese\n"
88
"MIME-Version: 1.0\n"
@@ -116,8 +116,8 @@ msgid "DSL style"
116116
msgstr "DSL スタイル"
117117

118118
#: ../../getting-started.rst:85
119-
msgid "In the DSL style, you work with examples in the ``boilerplate.java17.repository.EmployeeRepository`` and the :doc:`criteria-api` for operations."
120-
msgstr "DSL スタイルでは、 ``boilerplate.java17.repository.EmployeeRepository`` と :doc:`criteria-api` の例を使用します。"
119+
msgid "In the DSL style, you work with examples in the ``boilerplate.java17.repository.EmployeeRepository`` and the :doc:`query-dsl` for operations."
120+
msgstr "DSL スタイルでは、``boilerplate.java17.repository.EmployeeRepository`` と :doc:`query-dsl` を使った例を使用します。"
121121

122122
#: ../../getting-started.rst:89
123123
msgid "SELECT"

0 commit comments

Comments
 (0)