Skip to content

Commit f9414a1

Browse files
committed
DOCSP-48204: Fix 404 link (#91)
(cherry picked from commit e7a1da0)
1 parent 22fd56d commit f9414a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/read/retrieve.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ table describes options commonly used for modifying queries:
111111
* - ``comment``
112112
- | Specifies a string to attach to the query. This can help you trace and interpret the
113113
operation in the server logs and in profile data. To learn more about query comments,
114-
see :manual:`$comment </reference/operator/query/comment/>` in the {+mdb-server+}
115-
manual.
114+
see the :manual:`cursor.comment() </reference/method/cursor.comment/>` page in the
115+
{+mdb-server+} manual.
116116

117117
* - ``hint``
118118
- | Specifies the index to use for the query.

0 commit comments

Comments
 (0)