Skip to content

Commit 4b69cfd

Browse files
committed
Redirects issue investigation
1 parent db8814b commit 4b69cfd

File tree

8 files changed

+16
-12
lines changed

8 files changed

+16
-12
lines changed

snooty.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ intersphinx = [
77
]
88

99
toc_landing_pages = [
10-
"/getting-started",
10+
"/get-started",
1111
"/connection",
1212
"/crud",
1313
"/builders",
1414
"/aggregation",
1515
"/data-formats",
16-
"/api-documentation"
16+
"/api-documentation",
1717
]
1818

1919
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"

source/builders/sort.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ closely a search result matches your search string. To specify a sort by the
174174
text score of a text search, use the ``Sorts.metaTextScore()`` static factory
175175
method. For a detailed example showing how to specify sort criteria using
176176
the ``Sorts.metaTextScore()`` method, see
177-
:ref:`the text search section of our sorting fundamentals guide <sorts-crud-text-search>`.
177+
:ref:`the text search section of our sorting fundamentals guide
178+
<java-sync-sorts-crud-text-search>`.
178179

179180
For more information, see the `Sorts class
180181
<{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/Sorts.html>`__

source/crud/read-operations/sort.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ in the following order:
304304
{"_id": 3, "letter": "a", "food": "maple syrup"}
305305
{"_id": 5, "letter": "a", "food": "milk and cookies"}
306306

307+
.. _java-sync-sorts-crud-text-search:
307308
.. _sorts-crud-text-search:
308309

309310
Text Search

source/crud/read-operations/text.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ text searches:
3131
- Search Text with Terms Excluded
3232

3333
If you want to sort your text search results, see the :ref:`Text Search
34-
<sorts-crud-text-search>` section of our Sort Results guide.
34+
<java-sync-sorts-crud-text-search>` section of our Sort Results guide.
3535

3636
Sample Documents
3737
~~~~~~~~~~~~~~~~
@@ -92,7 +92,7 @@ When you execute the ``find()`` method, MongoDB runs a text search on
9292
all the fields indexed with the text index on the collection. MongoDB
9393
returns documents that contain one or more of the search terms and a
9494
relevance score for each result. For more information about relevance
95-
scores, see the :ref:`Text Search <sorts-crud-text-search>` section in
95+
scores, see the :ref:`Text Search <java-sync-sorts-crud-text-search>` section in
9696
our Sort Results guide.
9797

9898
Specify Options

source/databases-collections.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _java-sync-databases-collections:
2+
13
=========================
24
Databases and Collections
35
=========================

source/getting-started.txt renamed to source/get-started.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _java-sync-quickstart:
22

3-
===============
4-
Getting Started
5-
===============
3+
================================
4+
Get Started with the Java Driver
5+
================================
66

77
.. facet::
88
:name: genre
@@ -21,7 +21,7 @@ Getting Started
2121
:titlesonly:
2222
:maxdepth: 1
2323

24-
Quick Reference </getting-started/quick-reference>
24+
Quick Reference </get-started/quick-reference>
2525

2626
Introduction
2727
------------

source/index.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ MongoDB Java Driver
1818
:titlesonly:
1919
:maxdepth: 1
2020

21-
Getting Started </getting-started>
21+
Get Started </get-started>
2222
Connect </connection>
2323
CRUD Operations </crud>
24-
Databases and Collections </databases-collections>
24+
Databases & Collections </databases-collections>
2525
Aggregation </aggregation>
2626
Builders </builders>
2727
Data Formats </data-formats>
2828
Indexes </indexes>
2929
Run a Command </command>
3030
Atlas Search </atlas-search>
3131
Atlas Vector Search </atlas-vector-search>
32-
Logging and Monitoring </logging-monitoring>
32+
Logging & Monitoring </logging-monitoring>
3333
Security </security>
3434
Third-Party Integrations </integrations>
3535
Reference </reference>

0 commit comments

Comments
 (0)