Skip to content

Commit 8666cb1

Browse files
committed
change url and add redirect
1 parent 3f81607 commit 8666cb1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

config/redirects

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ raw: ${prefix}/get-started/download-and-install/ -> ${base}/current/get-started/
1414
[*-master]: ${prefix}/${version}/security/enterprise-authentication/ -> ${base}/${version}/security/authentication/
1515
[*-master]: ${prefix}/${version}/faq/ -> ${base}/${version}/
1616
[*-master]: ${prefix}/${version}/connect/connection-pools/ -> ${base}/${version}/connect/connection-options/#connection-pools
17-
[*-master]: ${prefix}/${version}/faq/#is-pymongo-fork-safe- -> ${base}/${version}/troubleshooting/#forking-a-process-causes-a-deadlock
17+
[*-master]: ${prefix}/${version}/faq/#is-pymongo-fork-safe- -> ${base}/${version}/troubleshooting/#forking-a-process-causes-a-deadlock
18+
[v4.7-*]: ${prefix}/${version}/get-started/connect-to-mongodb -> ${base}/${version}/get-started/run-sample-query/

source/get-started.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Get Started with {+driver-short+}
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-
Run a Sample Query </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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.. _pymongo-get-started-run-sample-query:
2+
.. _pymongo-get-started-connect-to-mongodb:
23

34
==================
45
Run a Sample Query

0 commit comments

Comments
 (0)