File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ raw: ${prefix}/ -> ${base}/current/
8
8
raw: ${prefix}/stable -> ${base}/current/
9
9
10
10
[*-v5.1]: ${prefix}/${version}/compatibility -> ${base}/v5.2/compatibility
11
+ [v5.2-*]: ${prefix}/${version}/get-started/connect-to-mongodb -> ${base}/get-started/run-sample-query
Original file line number Diff line number Diff line change 1
- .. _java-rs-get-started-connect-to-mongodb :
1
+ .. _java-rs-get-started-sample-query :
2
2
3
3
==================
4
- Connect to MongoDB
4
+ Run a Sample Query
5
5
==================
6
6
7
7
The {+driver-short+} is an implementation of the Reactive Streams API, which consists of three components:
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Get Started
23
23
Download & Install </get-started/download-and-install/>
24
24
Create a Deployment </get-started/create-a-deployment/>
25
25
Create a Connection String </get-started/create-a-connection-string/>
26
- Connect </get-started/connect-to-mongodb />
26
+ Run a Sample Query </get-started/run-sample-query />
27
27
Next Steps </get-started/next-steps/>
28
28
29
29
Overview
You can’t perform that action at this time.
0 commit comments