Skip to content

Commit aa1b77b

Browse files
committed
review comments
1 parent 062ccde commit aa1b77b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

source/agg-exp-ops.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ how to include your expression in common aggregates builder methods:
111111
- ``project(fields(computed("<field name>", <expression>)))``
112112
- ``group(<expression>)``
113113

114-
To learn more about these methods, see :ref:`kotlin-sync-aggregation`.
114+
To learn more about these methods, see the :ref:`kotlin-sync-aggregation` guide.
115115

116116
Constructor Methods
117117
-------------------
@@ -208,7 +208,7 @@ pipeline to the ``aggregate()`` method of ``MongoCollection``.
208208
type.
209209

210210
.. TODO Add to note once Kotlin Sync Document ata format page is written:
211-
.. To learn more about the ``Document`` type, see :ref:`<kotlin-sync-document-format>`.
211+
.. To learn more about the ``Document`` type, see the :ref:`<kotlin-sync-document-format>` guide.
212212

213213
Arithmetic Operations
214214
~~~~~~~~~~~~~~~~~~~~~

source/get-started/create-a-connection-string.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The connection string includes the hostname or IP address and
1313
port of your deployment, the authentication mechanism, user credentials
1414
when applicable, and connection options.
1515

16-
To connect to an instance or deployment not hosted on Atlas, see :ref:`kotlin-sync-connection-targets`.
16+
To connect to an instance or deployment not hosted on Atlas, see the :ref:`kotlin-sync-connection-targets` guide.
1717

1818
.. procedure::
1919
:style: connected

source/indexes.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,13 +162,13 @@ Atlas Search Index Management
162162
The following sections contain code examples that describe how to manage Atlas Search
163163
indexes.
164164

165-
To learn more about Atlas search indexes, see the :ref:`kotlin-sync-atlas-search-index`
165+
To learn more about Atlas Search indexes, see the :ref:`kotlin-sync-atlas-search-index`
166166
guide.
167167

168168
Create Search Index
169169
~~~~~~~~~~~~~~~~~~~
170170

171-
The following example creates an Atlas search index on the specified field:
171+
The following example creates an Atlas Search index on the specified field:
172172

173173
.. literalinclude:: /includes/usage-examples/index-code-examples.kt
174174
:start-after: start-search-create
@@ -183,7 +183,7 @@ guide.
183183
List Search Indexes
184184
~~~~~~~~~~~~~~~~~~~
185185

186-
The following example prints a list of Atlas search indexes in the specified collection:
186+
The following example prints a list of Atlas Search indexes in the specified collection:
187187

188188
.. literalinclude:: /includes/usage-examples/index-code-examples.kt
189189
:start-after: start-search-list
@@ -198,7 +198,7 @@ guide.
198198
Update Search Indexes
199199
~~~~~~~~~~~~~~~~~~~~~
200200

201-
The following example updates an existing Atlas search index with the specified
201+
The following example updates an existing Atlas Search index with the specified
202202
new index definition:
203203

204204
.. literalinclude:: /includes/usage-examples/index-code-examples.kt
@@ -214,7 +214,7 @@ guide.
214214
Delete Search Indexes
215215
~~~~~~~~~~~~~~~~~~~~~
216216

217-
The following example deletes an Atlas search index with the specified name:
217+
The following example deletes an Atlas Search index with the specified name:
218218

219219
.. literalinclude:: /includes/usage-examples/index-code-examples.kt
220220
:start-after: start-search-delete

source/read/retrieve.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ method takes a **query filter** and returns all matching documents. A query filt
5050
document that specifies the criteria that the driver uses to match documents from the
5151
collection.
5252

53-
To learn more about query filters, see :ref:`kotlin-sync-specify-query`.
53+
To learn more about query filters, see the :ref:`kotlin-sync-specify-query` guide.
5454

5555
Find Documents Example
5656
~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)