Skip to content

Commit aa49ab4

Browse files
Merge pull request #51 from sarah-olson-mongodb/DOCSP-20368
DOCSP-20368: Link updates for subdomain consolidation
2 parents b183a89 + 6527a07 commit aa49ab4

File tree

5 files changed

+12
-15
lines changed

5 files changed

+12
-15
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ See the following documents within this repository that provide a more
3232
thorough overview of the documentation style, and process. These links
3333
point back to the MongoDB Manual materials:
3434

35-
- `Style Guide <http://docs.mongodb.org/manual/meta/style-guide>`_
36-
- `Documentation Practices <http://docs.mongodb.org/manual/meta/practices>`_
37-
- `Documentation Organization <http://docs.mongodb.org/manual/meta/organization>`_
38-
- `Build Instructions <http://docs.mongodb.org/manual/meta/build>`_
35+
- `Style Guide <https://www.mongodb.com/docs/meta/style-guide/`_
36+
- `Documentation Practices <https://www.mongodb.com/docs/meta/practices>`_
37+
- `Documentation Organization <http://www.mongodb.com/docs/meta/organization>`_
38+
3939

4040
File issue reports or requests at the `Documentation Jira Project
4141
<https://jira.mongodb.org/browse/DOCS>`_.

conf-sitemap.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<site
3-
base_url="https://docs.mongodb.org/mongodb-vscode/"
3+
base_url="https://mongodb.com/docs/mongodb-vscode/"
44
store_into="build/master/sitemap.xml.gz"
55
verbose="1"
66
>
77

88
<directory
99
path="build/public/"
10-
url="https://docs.mongodb.org/mongodb-vscode/"
10+
url="https://mongodb.com/docs/mongodb-vscode/"
1111
default_file="index.html"
1212
/>
1313
<filter action="drop" type="wildcard" pattern="*~" />

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "mongodb-vscode"
22
title = "MongoDB for VS Code"
33

4-
intersphinx = ["https://docs.mongodb.com/manual/objects.inv"]
4+
intersphinx = ["https://www.mongodb.com/docs/manual/objects.inv"]
55

66
toc_landing_pages = ["/playgrounds", "/crud-ops", "/playground-databases"]
77

source/connect.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,18 +111,17 @@ deployment from which you were disconnected:
111111
Launch MongoDB Shell
112112
~~~~~~~~~~~~~~~~~~~~
113113

114-
You can connect the
115-
`MongoDB Shell <https://docs.mongodb.com/mongodb-shell/>`__ or legacy
114+
You can connect the :mongosh:`MongoDB Shell </>` or legacy
116115
:binary:`mongo <mongo>` shell to your active deployment.
117116

117+
118118
Considerations
119119
``````````````
120120

121121
- The shell that |vsce| uses to connect to your deployment is
122122
determined by the :guilabel:`Shell` setting in your
123123
:ref:`extension settings <vsce-settings>`. You can choose either
124-
the `MongoDB Shell <https://docs.mongodb.com/mongodb-shell/>`__ or
125-
legacy :binary:`mongo <mongo>` shell.
124+
the :mongosh:`MongoDB Shell </>` or the legacy :binary:`mongo <mongo>` shell.
126125

127126
- The path to your selected shell must exist in your system's ``PATH``.
128127
If it does not exist in your ``PATH``, the operation errors.
@@ -142,8 +141,7 @@ the shell connected to your selected deployment.
142141

143142
.. seealso::
144143

145-
`Perform CRUD Operations in the MongoDB Shell
146-
<https://docs.mongodb.com/mongodb-shell/crud>`__
144+
:mongosh:`Perform CRUD Operations in the MongoDB Shell </crud>`
147145

148146
.. _vsce-rename-connection:
149147

source/includes/admonitions/warn-configure-path.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@
1616
shell, see :manual:`The mongo Shell </mongo>`.
1717

1818
- To install the ``mongosh`` shell and for instructions on
19-
configuring your ``PATH`` variable, see
20-
`Install the MongoDB Shell <https://docs.mongodb.com/mongodb-shell/install>`__.
19+
configuring your ``PATH`` variable, see :mongosh:`Install the MongoDB Shell </install>`.

0 commit comments

Comments
 (0)