Skip to content

Commit 1dcf9b3

Browse files
(DOCSP-20361): Subdomain consolidation content updates (#388)
* test fake manual url * more fixes * (DOCSP-20361): Subdomain consolidation content updates * fix broken urls * fix broken url
1 parent 3df3d80 commit 1dcf9b3

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

snooty.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name = "compass"
22
title = "MongoDB Compass"
33

44
intersphinx = [
5-
"https://docs.mongodb.com/manual/objects.inv",
6-
"https://docs.mongodb.com/database-tools/objects.inv",
7-
"https://docs.mongodb.com/mongodb-shell/objects.inv"
5+
"https://www.mongodb.com/docs/manual/objects.inv",
6+
"https://www.mongodb.com/docs/upcoming/objects.inv",
7+
"https://www.mongodb.com/docs/database-tools/objects.inv",
8+
"https://www.mongodb.com/docs/mongodb-shell/objects.inv"
89
]
910

1011
toc_landing_pages = ["/install", "/connect", "/instance", "/query/filter", "/query/queries",

source/index.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Expand your knowledge of MongoDB by using Compass with other MongoDB products.
124124

125125
.. card::
126126
:cta: Read Atlas docs
127-
:url: https://docs.atlas.mongodb.com/getting-started/
127+
:url: https://www.mongodb.com/docs/atlas/getting-started/
128128
:icon: /images/icons/atlas.svg
129129
:icon-alt: MongoDB Atlas icon
130130

@@ -140,7 +140,7 @@ Expand your knowledge of MongoDB by using Compass with other MongoDB products.
140140

141141
.. card::
142142
:cta: Read Server docs
143-
:url: https://docs.mongodb.com/manual/tutorial/getting-started/
143+
:url: https://www.mongodb.com/docs/manual/tutorial/getting-started/
144144
:icon: /images/icons/server.svg
145145
:icon-alt: MongoDB Server icon
146146

source/learn-more.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ Resources and Documentation
9191
- Contains presentations, white papers and webinars covering all
9292
aspects of the MongoDB database and associated products.
9393

94-
* - `Database Server Documentation
95-
<https://docs.mongodb.com/manual/>`__
94+
* - :manual:`Database Server Documentation </>`
9695
- Contains information about installing, configuring and
9796
maintaining the database, as well as in depth information on the
9897
query language.

source/release-notes.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ Release Notes
1717

1818
New Features:
1919

20-
- Add link and descriptions for the
21-
`$documents <https://docs.mongodb.com/v5.1/reference/operator/aggregation/documents/>`__
22-
stage.
20+
- Add link and descriptions for the :pipeline:`$documents` stage.
2321

2422
- Connect form: Add SSL/TLS option radio box group.
2523

@@ -140,7 +138,7 @@ New Features:
140138
- Improved |compass| startup time.
141139

142140
- Adds support for `MongoDB 5.1 features
143-
<https://docs.mongodb.com/v5.1/release-notes/5.1/>`__.
141+
<https://www.mongodb.com/docs/rapid/release-notes/5.1/>`__.
144142

145143
- Improved reliability for connections.
146144

0 commit comments

Comments
 (0)