Skip to content

Commit d9642f4

Browse files
caitlindaveyCaitlin Davey
andauthored
Fix merge conflict when updating link on index page (#713)
* reset branch (#695) Co-authored-by: Caitlin Davey <[email protected]> (cherry picked from commit bdb82b9) * resolving merge conflict * resolving error in build log due to missing link --------- Co-authored-by: Caitlin Davey <[email protected]>
1 parent ce50164 commit d9642f4

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ mongosh = "``mongosh``"
2222
driver = "node"
2323
driver-long = "MongoDB Node.js driver"
2424
driver-short = "Node.js driver"
25+
mdb-server = "MongoDB Server"

source/fundamentals/crud/read-operations/text.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ fields. The following command creates a text index on two fields in the
5858
document.
5959

6060
To learn more about specifying field weights when creating a text
61-
index, see the :ref:`Text Indexes <node-fundamentals-text-indexes>`
61+
index, see the :manual:`Text Indexes </index-text/#specify-weights>`
6262
section in the Indexes guide.
6363

6464
You can only create *one* text index per collection. Every text search

source/index.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Take the free online course taught by MongoDB instructors
132132
* - .. figure:: /includes/figures/M220JS_hero.jpg
133133
:alt: Banner for the MongoDB University Node.js Course
134134

135-
- `Using MongoDB with Node.js <https://learn.mongodb.com/learning-paths/using-mongodb-with-nodejs-y13d>`_
136-
Learn the essentials of Node.js application development with
137-
MongoDB.
135+
- `Using MongoDB with Node.js <https://learn.mongodb.com/learning-paths/using-mongodb-with-nodejs>`_
136+
137+
Learn the essentials of Node.js application development with MongoDB.
138138

0 commit comments

Comments
 (0)