Skip to content

Commit fe0c1d5

Browse files
committed
DOCSP-46749 Duplicate Title Java RS (mongodb#98)
change duplicate title (cherry picked from commit 4da7d33)
1 parent 88894b2 commit fe0c1d5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

config/redirects

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ symlink: current -> main
66

77
raw: ${prefix}/ -> ${base}/current/
88
raw: ${prefix}/stable -> ${base}/current/
9+
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

source/get-started/connect-to-mongodb.txt renamed to source/get-started/run-sample-query.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
.. _java-rs-get-started-connect-to-mongodb:
1+
.. _java-rs-get-started-sample-query:
22

33
==================
4-
Connect to MongoDB
4+
Run a Sample Query
55
==================
66

77
The {+driver-short+} is an implementation of the Reactive Streams API, which consists of three components:

source/getting-started.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Get Started
2323
Download & Install </get-started/download-and-install/>
2424
Create a Deployment </get-started/create-a-deployment/>
2525
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/>
2727
Next Steps </get-started/next-steps/>
2828

2929
Overview

0 commit comments

Comments
 (0)