diff --git a/config/redirects b/config/redirects index c504eff7..03a9c464 100644 --- a/config/redirects +++ b/config/redirects @@ -14,3 +14,5 @@ raw: ${prefix}/get-started/download-and-install/ -> ${base}/current/get-started/ [*-master]: ${prefix}/${version}/security/enterprise-authentication/ -> ${base}/${version}/security/authentication/ [*-master]: ${prefix}/${version}/faq/ -> ${base}/${version}/ [*-master]: ${prefix}/${version}/connect/connection-pools/ -> ${base}/${version}/connect/connection-options/#connection-pools +[v4.7-*]: ${prefix}/${version}/get-started/connect-to-mongodb -> ${base}/${version}/get-started/run-sample-query/ + diff --git a/source/get-started.txt b/source/get-started.txt index 7229eb3f..b4b06ecf 100644 --- a/source/get-started.txt +++ b/source/get-started.txt @@ -23,7 +23,7 @@ Get Started with {+driver-short+} Download & Install Create a Deployment Create a Connection String - Connect + Run a Sample Query Next Steps Overview diff --git a/source/get-started/connect-to-mongodb.txt b/source/get-started/run-sample-query.txt similarity index 96% rename from source/get-started/connect-to-mongodb.txt rename to source/get-started/run-sample-query.txt index 47125adf..fa12ac4e 100644 --- a/source/get-started/connect-to-mongodb.txt +++ b/source/get-started/run-sample-query.txt @@ -1,7 +1,8 @@ +.. _pymongo-get-started-run-sample-query: .. _pymongo-get-started-connect-to-mongodb: ================== -Connect to MongoDB +Run a Sample Query ================== .. procedure::