Skip to content

Commit c03f3f0

Browse files
committed
resolving error in build log due to missing link
1 parent d017a9e commit c03f3f0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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

0 commit comments

Comments
 (0)