Skip to content

Commit 5623c1f

Browse files
Doc syntax fix.
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
1 parent 179f0ec commit 5623c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPER_GUIDE.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Most of the time you just need to run ./gradlew build which will make sure you p
225225
* - ./gradlew build
226226
- Build plugin by run all tasks above (this takes time).
227227
* - ./gradlew pitest
228-
- Run PiTest mutation testing (see more info in [#1204](https://github.com/opensearch-project/sql/pull/1204))
228+
- Run PiTest mutation testing (see more info in `#1204 <https://github.com/opensearch-project/sql/pull/1204>`_)
229229

230230
For integration test, you can use ``-Dtests.class`` “UT full path” to run a task individually. For example ``./gradlew :integ-test:integTest -Dtests.class="*QueryIT"``.
231231

0 commit comments

Comments
 (0)