Skip to content

Commit 5b52870

Browse files
committed
NR feedback
1 parent c3702d3 commit 5b52870

File tree

8 files changed

+13
-9
lines changed

8 files changed

+13
-9
lines changed

source/atlas-search.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ Atlas Search
1818
:depth: 2
1919
:class: singlecol
2020

21-
See :atlas:`Atlas Search </atlas-search/>` in the MongoDB Atlas Manual.
21+
See :atlas:`Atlas Search </atlas-search/>` in the MongoDB Atlas documentation.

source/atlas-vector-search.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Atlas Vector Search
1919
:class: singlecol
2020

2121
See :atlas:`Atlas Vector Search </atlas-vector-search/vector-search-overview/>`
22-
in the MongoDB Atlas Manual.
22+
in the MongoDB Atlas documentation.

source/crud.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ CRUD Operations
1515
CRUD (Create, Read, Update, Delete) operations enable you to work with
1616
data stored in MongoDB.
1717

18-
- :doc:`Read Operations </crud/read-operations>` find and return
18+
- :ref:`Read Operations <java-read-operations>` find and return
1919
documents stored in your database.
20-
- :doc:`Write Operations </crud/write-operations>` insert, modify,
20+
- :ref:`Write Operations <java-write-operations>` insert, modify,
2121
or delete documents in your database.
2222

2323
Some operations combine aspects of read and write operations. See our
24-
guide on :doc:`compound operations </crud/compound-operations>`
24+
guide on :ref:`compound operations <java-compound-operations>`
2525
to learn more about these hybrid methods.

source/crud/compound-operations.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
.. _java-compound-operations:
2+
13
===================
24
Compound Operations
35
===================
46

5-
6-
77
.. contents:: On this page
88
:local:
99
:backlinks: none

source/crud/read-operations.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _java-read-operations:
2+
13
===============
24
Read Operations
35
===============

source/crud/write-operations.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _java-write-operations:
2+
13
================
24
Write Operations
35
================

source/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ MongoDB Java Driver
1818
:titlesonly:
1919
:maxdepth: 1
2020

21-
Quick Start </quick-start>
21+
Getting Started </quick-start>
2222
Connect </connection>
2323
CRUD Operations </crud>
2424
Data Formats </data-formats>

source/versioning.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Versioning
33
==========
44

55
.. meta::
6-
:description: Learn how to use versioning in the {+driver-long+}.
6+
:description: Learn about versioning in the {+driver-long+}.
77

88
.. toctree::
99
:titlesonly:

0 commit comments

Comments
 (0)