Skip to content

Commit 941d3bd

Browse files
(DOCSP-20371) Subdomain Consolidation Updates (#216)
1 parent 7c1ebba commit 941d3bd

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ To contribute to the documentation,
2727
See the following documents that provide an overview of the
2828
documentation style and process:
2929

30-
- `Style Guide <https://docs.mongodb.org/meta/style-guide/style/>`_
31-
- `Documentation Organization <https://docs.mongodb.org/meta/organization>`_
32-
- `Documentation Practices <https://docs.mongodb.org/meta/practices>`_
30+
- `Style Guide <https://mongodb.org/docs/meta/style-guide/style/>`_
31+
- `Documentation Organization <https://mongodb.org/docs/meta/organization>`_
32+
- `Documentation Practices <https://mongodb.org/docs/meta/practices>`_
3333

3434
File JIRA Tickets
3535
-----------------

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
define: prefix drivers/java/sync
2-
define: base https://docs.mongodb.com/${prefix}
2+
define: base https://mongodb.com/docs/${prefix}
33
define: versions v4.3 v4.4 v4.5 master
44

55
raw: ${prefix}/ -> ${base}/current/

snooty.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name = "java"
22
title = "Java Sync"
3+
intersphinx = ["https://mongodb.com/docs/manual/objects.inv",
4+
"https://mongodb.com/docs/drivers/objects.inv"]
35

46
toc_landing_pages = [
57
"/fundamentals/connection",

source/fundamentals/csfle.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ server administrators, cannot read the encrypted data.
2626

2727
This guide is a quick introduction to CSFLE using the Java driver. For in-depth information on how CSFLE works, see
2828
the :manual:`CSFLE reference </core/security-client-side-encryption/>` documentation. For a real-world scenario and
29-
implementation, see our `CSFLE Guide <https://docs.mongodb.com/drivers/security/client-side-field-level-encryption-guide>`_.
29+
implementation, see our :ref:`CSFLE Guide <csfle-guide-intro>`.
3030

3131
Installation
3232
------------

source/includes/fundamentals/localhost-connection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ purposes instead of using an Atlas cluster, you need to complete the following:
55
or `Enterprise <https://www.mongodb.com/try/download/enterprise>`__ version
66
of MongoDB Server.
77

8-
#. `Install and configure <https://docs.mongodb.com/manual/installation/>`__
8+
#. :ref:`Install and configure <tutorials-installation>`
99
MongoDB Server.
1010

1111
#. Start the server.

source/issues-and-help.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Bug reports in JIRA for the Java driver and the Core Server (i.e. SERVER) projec
3232

3333
If you’ve identified a security vulnerability in a driver or any other
3434
MongoDB project, please report it according to the instructions found in the
35-
`Create a Vulnerability Report page <https://docs.mongodb.org/manual/tutorial/create-a-vulnerability-report>`_.
35+
:manual:`Create a Vulnerability Report page </tutorial/create-a-vulnerability-report>`.
3636

3737
Pull Requests
3838
-------------

0 commit comments

Comments
 (0)