Skip to content

Commit f1a970e

Browse files
authored
DOCSP-50170: Fix Synonyms build errors (#13625)
* DOCSP-50170: Fix Synonyms build errors * go quickstart
1 parent 405a6a6 commit f1a970e

File tree

16 files changed

+15
-53
lines changed

16 files changed

+15
-53
lines changed

content/atlas/source/atlas-search/synonyms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,4 +698,4 @@ Index Definition Examples
698698

699699
.. include:: /includes/fts/synonyms/dynamic-examples-python.rst
700700

701-
.. include:: /includes/fts/synonyms/learn-more.rs
701+
.. include:: /includes/fts/synonyms/learn-more.rst

content/atlas/source/includes/avs/tutorial/avs-quick-start-go-create-index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ a. Initialize your Go module:
1313
go get go.mongodb.org/mongo-driver/v2/mongo
1414
1515
For more detailed installation instructions, see the
16-
:ref:`MongoDB Go Driver documentation <golang-quickstart>`.
16+
:ref:`MongoDB Go Driver documentation <go-get-started>`.
1717

1818
#. Define the index.
1919

content/atlas/source/includes/fts/field-types/autocomplete/steps-create-index-go.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Define the Index for the |fts-field-type| Type
1515
:copyable: true
1616

1717
For more detailed installation instructions, see the
18-
:ref:`MongoDB Go Driver documentation <golang-quickstart>`.
18+
:ref:`MongoDB Go Driver documentation <go-get-started>`.
1919

2020
.. step:: Define the index.
2121

content/atlas/source/includes/fts/field-types/boolean/steps-create-index-go.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Define the Index for the |fts-field-type| Type
1515
:copyable: true
1616

1717
For more detailed installation instructions, see the
18-
:ref:`MongoDB Go Driver documentation <golang-quickstart>`.
18+
:ref:`MongoDB Go Driver documentation <go-get-started>`.
1919

2020
.. step:: Define the index.
2121

content/atlas/source/includes/fts/field-types/date/steps-create-index-go.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Define the Index for the |fts-field-type| Type
1515
:copyable: true
1616

1717
For more detailed installation instructions, see the
18-
:ref:`MongoDB Go Driver documentation <golang-quickstart>`.
18+
:ref:`MongoDB Go Driver documentation <go-get-started>`.
1919

2020
.. step:: Define the index.
2121

content/atlas/source/includes/fts/field-types/document/steps-create-index-go.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Define the Index for the |fts-field-type| Type
1515
:copyable: true
1616

1717
For more detailed installation instructions, see the
18-
:ref:`MongoDB Go Driver documentation <golang-quickstart>`.
18+
:ref:`MongoDB Go Driver documentation <go-get-started>`.
1919

2020
.. step:: Define the index.
2121

content/atlas/source/includes/fts/field-types/embeddedDocuments/steps-create-index-go.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Define the Index for the |fts-field-type| Type
1515
:copyable: true
1616

1717
For more detailed installation instructions, see the
18-
:ref:`MongoDB Go Driver documentation <golang-quickstart>`.
18+
:ref:`MongoDB Go Driver documentation <go-get-started>`.
1919

2020
.. step:: Define the index.
2121

content/atlas/source/includes/fts/field-types/geo/steps-create-index-go.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Define the Index for the |fts-field-type| Type
1515
:copyable: true
1616

1717
For more detailed installation instructions, see the
18-
:ref:`MongoDB Go Driver documentation <golang-quickstart>`.
18+
:ref:`MongoDB Go Driver documentation <go-get-started>`.
1919

2020
.. step:: Define the index.
2121

content/atlas/source/includes/fts/field-types/number/steps-create-index-go.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Define the Index for the |fts-field-type| Type
1515
:copyable: true
1616

1717
For more detailed installation instructions, see the
18-
:ref:`MongoDB Go Driver documentation <golang-quickstart>`.
18+
:ref:`MongoDB Go Driver documentation <go-get-started>`.
1919

2020
.. step:: Define the index.
2121

content/atlas/source/includes/fts/field-types/objectId/steps-create-index-go.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Define the Index for the |fts-field-type| Type
1515
:copyable: true
1616

1717
For more detailed installation instructions, see the
18-
:ref:`MongoDB Go Driver documentation <golang-quickstart>`.
18+
:ref:`MongoDB Go Driver documentation <go-get-started>`.
1919

2020
.. step:: Define the index.
2121

0 commit comments

Comments
 (0)