Skip to content

Commit 19ebd18

Browse files
authored
wip (#805)
1 parent 6335c45 commit 19ebd18

11 files changed

+113
-113
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "MongoDB Drivers"
33

44
toc_landing_pages = ["/python", "/php", "/java-drivers", "/use-cases"]
55

6-
intersphinx = [ "https://docs.mongodb.com/master/objects.inv"]
6+
intersphinx = ["https://www.mongodb.com/manual/objects.inv"]
77

88
[constants]
99
version = "4.0"

source/driver-compatibility-reference.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ Driver Compatibility
1414

1515
.. note:: Check the driver documentation pages for compatibility information
1616

17-
Please check our `driver documentation page home <https://docs.mongodb.com/drivers>`__
17+
Please check our `driver documentation page home <https://www.mongodb.com/docs/drivers>`__
1818
for the latest information on driver compatibility with MongoDB and driver
1919
languages.

source/includes/driver-table.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
- :issue:`JIRA <CSHARP>`
3030
-
3131

32-
* - `Go <https://docs.mongodb.com/drivers/go/current/>`__
32+
* - `Go <https://www.mongodb.com/docs/drivers/go/current/>`__
3333
- `Releases <https://github.com/mongodb/mongo-go-driver/releases>`__
3434
- `Source <https://github.com/mongodb/mongo-go-driver>`__
3535
- `API <https://godoc.org/github.com/mongodb/mongo-go-driver/mongo>`__
@@ -43,7 +43,7 @@
4343
- :issue:`JIRA <JAVA>`
4444
- `Course <https://university.mongodb.com/courses/M220J/about>`__
4545

46-
* - `Node.js <https://docs.mongodb.com/drivers/node/current/>`__
46+
* - `Node.js <https://www.mongodb.com/docs/drivers/node/current/>`__
4747
- `Releases <https://github.com/mongodb/node-mongodb-native/releases>`__
4848
- `Source <https://github.com/mongodb/node-mongodb-native>`__
4949
- `API <https://mongodb.github.io/node-mongodb-native/>`__
@@ -73,17 +73,17 @@
7373
- :issue:`JIRA <MOTOR>`
7474
-
7575

76-
* - `Ruby <https://docs.mongodb.com/ruby-driver/current/>`_
76+
* - `Ruby <https://www.mongodb.com/docs/ruby-driver/current/>`_
7777
- `Releases <https://rubygems.org/gems/mongo>`__
7878
- `Source <https://github.com/mongodb/mongo-ruby-driver>`__
79-
- `API <https://docs.mongodb.com/ruby-driver/master/api/>`__
79+
- `API <https://www.mongodb.com/docs/ruby-driver/master/api/>`__
8080
- :issue:`JIRA <RUBY>`
8181
-
8282

83-
* - `Mongoid (Ruby ODM) <https://docs.mongodb.com/mongoid/current/>`_
83+
* - `Mongoid (Ruby ODM) <https://www.mongodb.com/docs/mongoid/current/>`_
8484
- `Releases <https://rubygems.org/gems/mongoid>`__
8585
- `Source <https://github.com/mongodb/mongoid>`__
86-
- `API <https://docs.mongodb.com/mongoid/7.0/api/>`__
86+
- `API <https://www.mongodb.com/docs/mongoid/7.0/api/>`__
8787
- :issue:`JIRA <MONGOID>`
8888
-
8989

source/includes/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+
#. `Install and configure <https://www.mongodb.com/docs/manual/installation/>`__
99
MongoDB Server.
1010

1111
#. Start the server.

source/includes/mongodb-compatibility-table-c.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
- ✓
2424
- ✓
2525
- ✓
26-
-
27-
-
28-
-
26+
-
27+
-
28+
-
2929
-
3030
* - 1.20
3131
-
@@ -282,4 +282,4 @@
282282

283283
.. [#c-1.18-driver-support] The 1.18 driver does not support snapshot reads
284284
on secondaries. For more information, see the
285-
`MongoDB Server version 5.0 release notes <https://docs.mongodb.com/v5.0/release-notes/5.0/#snapshots>`__.
285+
`MongoDB Server version 5.0 release notes <https://www.mongodb.com/docs/v5.0/release-notes/5.0/#snapshots>`__.

source/includes/mongodb-compatibility-table-php.rst

Lines changed: 74 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@
1616
- MongoDB 3.0
1717
- MongoDB 2.6
1818
* - ext 1.12 + lib 1.11
19-
-
20-
-
19+
-
20+
-
2121
- ✓
2222
- ✓
2323
- ✓
2424
- ✓
2525
- ✓
26-
-
27-
-
28-
-
29-
-
26+
-
27+
-
28+
-
29+
-
3030
* - ext 1.11 + lib 1.10
31-
-
32-
-
31+
-
32+
-
3333
- ✓
3434
- ✓
3535
- ✓
@@ -38,10 +38,10 @@
3838
- ✓
3939
- ✓
4040
- ✓
41-
-
41+
-
4242
* - ext 1.10 + lib 1.9
43-
-
44-
-
43+
-
44+
-
4545
- ✓ [#PHPC1.10-PHPLIB1.9-driver-support]_
4646
- ✓
4747
- ✓
@@ -50,129 +50,129 @@
5050
- ✓
5151
- ✓
5252
- ✓
53-
-
53+
-
5454
* - ext 1.9 + lib 1.8
55-
-
56-
-
57-
-
55+
-
56+
-
57+
-
5858
- ✓
5959
- ✓
6060
- ✓
6161
- ✓
6262
- ✓
6363
- ✓
6464
- ✓
65-
-
65+
-
6666
* - ext 1.8 + lib 1.7
67-
-
68-
-
69-
-
67+
-
68+
-
69+
-
7070
- ✓
7171
- ✓
7272
- ✓
7373
- ✓
7474
- ✓
7575
- ✓
7676
- ✓
77-
-
77+
-
7878
* - ext 1.7 + lib 1.6
79-
-
80-
-
81-
-
82-
-
79+
-
80+
-
81+
-
82+
-
8383
- ✓
8484
- ✓
8585
- ✓
8686
- ✓
8787
- ✓
8888
- ✓
89-
-
89+
-
9090
* - ext 1.6 + lib 1.5
91-
-
92-
-
93-
-
94-
-
91+
-
92+
-
93+
-
94+
-
9595
- ✓
9696
- ✓
9797
- ✓
9898
- ✓
9999
- ✓
100100
- ✓
101-
-
101+
-
102102
* - ext 1.5 + lib 1.4
103-
-
104-
-
105-
-
106-
-
107-
-
103+
-
104+
-
105+
-
106+
-
107+
-
108108
- ✓
109109
- ✓
110110
- ✓
111111
- ✓
112112
- ✓
113-
-
113+
-
114114
* - ext 1.4 + lib 1.3
115-
-
116-
-
117-
-
118-
-
119-
-
120-
-
115+
-
116+
-
117+
-
118+
-
119+
-
120+
-
121121
- ✓
122122
- ✓
123123
- ✓
124124
- ✓
125125
- ✓
126126
* - ext 1.3 + lib 1.2
127-
-
128-
-
129-
-
130-
-
131-
-
132-
-
133-
-
127+
-
128+
-
129+
-
130+
-
131+
-
132+
-
133+
-
134134
- ✓
135135
- ✓
136136
- ✓
137137
- ✓
138138
* - ext 1.2 + lib 1.1
139-
-
140-
-
141-
-
142-
-
143-
-
144-
-
145-
-
139+
-
140+
-
141+
-
142+
-
143+
-
144+
-
145+
-
146146
- ✓
147147
- ✓
148148
- ✓
149149
- ✓
150150
* - ext 1.1 + lib 1.0
151-
-
152-
-
153-
-
154-
-
155-
-
156-
-
157-
-
158-
-
151+
-
152+
-
153+
-
154+
-
155+
-
156+
-
157+
-
158+
-
159159
- ✓
160160
- ✓
161161
- ✓
162162
* - ext 1.0
163-
-
164-
-
165-
-
166-
-
167-
-
168-
-
169-
-
170-
-
171-
-
163+
-
164+
-
165+
-
166+
-
167+
-
168+
-
169+
-
170+
-
171+
-
172172
- ✓
173173
- ✓
174174

175175
.. [#PHPC1.10-PHPLIB1.9-driver-support] The extension 1.10 + library 1.9
176176
driver does not support snapshot reads on secondaries. For more
177177
information, see the
178-
`MongoDB Server version 5.0 release notes <https://docs.mongodb.com/v5.0/release-notes/5.0/#snapshots>`__.
178+
`MongoDB Server version 5.0 release notes <https://www.mongodb.com/docs/v5.0/release-notes/5.0/#snapshots>`__.

source/includes/steps-fle-create-data-encryption-key.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ content: |
265265
.. note::
266266
267267
Ensure that the client has `ReadWrite
268-
<https://docs.mongodb.com/manual/reference/built-in-roles/#readWrite>`_
268+
<https://www.mongodb.com/docs/manual/reference/built-in-roles/#readWrite>`_
269269
permissions on the specified key vault namespace.
270270
---
271271
title: Verify that the Data Encryption Key was Created

source/index.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ Don’t see your desired language? Browse a list of :doc:`community supported li
2121
C Driver </c>
2222
C++ Driver </cxx>
2323
C# and .NET Driver </csharp>
24-
Go Driver <https://docs.mongodb.com/drivers/go/current/>
24+
Go Driver <https://www.mongodb.com/docs/drivers/go/current/>
2525
Java Drivers </java-drivers>
26-
Node.js Driver <https://docs.mongodb.com/drivers/node/current/>
26+
Node.js Driver <https://www.mongodb.com/docs/drivers/node/current/>
2727
PHP Driver </php>
2828
Python Drivers </python>
29-
Ruby Driver <https://docs.mongodb.com/ruby-driver/current/>
30-
Ruby Mongoid ODM <https://docs.mongodb.com/mongoid/current/>
29+
Ruby Driver <https://www.mongodb.com/docs/ruby-driver/current/>
30+
Ruby Mongoid ODM <https://www.mongodb.com/docs/mongoid/current/>
3131
Rust Driver </rust>
3232
Scala Driver </scala>
3333
Swift Driver </swift>

source/java-drivers.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ MongoDB Java Drivers
99
.. toctree::
1010
:titlesonly:
1111

12-
Java Driver <https://docs.mongodb.com/drivers/java/sync/current/>
12+
Java Driver <https://www.mongodb.com/docs/drivers/java/sync/current/>
1313
/reactive-streams.txt
1414

1515
.. contents:: On this page
@@ -20,15 +20,15 @@ MongoDB Java Drivers
2020
Introduction
2121
------------
2222

23-
Welcome to the documentation site for the official MongoDB Java
24-
drivers. You can add one of the following drivers to your application
23+
Welcome to the documentation site for the official MongoDB Java
24+
drivers. You can add one of the following drivers to your application
2525
to work with MongoDB in Java:
2626

27-
- Use the
28-
`Java Driver <https://docs.mongodb.com/drivers/java/sync/current>`__
27+
- Use the
28+
`Java Driver <https://www.mongodb.com/docs/drivers/java/sync/current>`__
2929
for synchronous Java applications.
30-
31-
- Use the :doc:`Reactive Streams Driver </reactive-streams>` to use the
30+
31+
- Use the :doc:`Reactive Streams Driver </reactive-streams>` to use the
3232
Reactive Streams API for asynchronous stream processing.
3333

3434
Take the free online course taught by MongoDB

source/java.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ MongoDB Java Drivers
1616
Introduction
1717
------------
1818

19-
`Java Driver <https://docs.mongodb.com/drivers/java/sync/current>`__ is the recommended MongoDB Java Driver.
19+
`Java Driver <https://www.mongodb.com/docs/drivers/java/sync/current>`__ is the recommended MongoDB Java Driver.
2020

2121
For asynchronous stream processing and reactive streams interoperability,
2222
the :doc:`Reactive Streams Driver </reactive-streams>` is the

0 commit comments

Comments
 (0)