diff --git a/config/redirects b/config/redirects index 9b2cc61e..5c35451f 100644 --- a/config/redirects +++ b/config/redirects @@ -8,6 +8,7 @@ symlink: current -> v1.20 # general redirects [v1.17-v1.19]: ${prefix}/${version}/tutorial/client-side-encryption/ -> ${base}/${version}/tutorial/encryption/ [v1.16]: ${prefix}/${version}/tutorial/encryption/ -> ${base}/${version}/ +[v1.20-*]: ${prefix}/${version}/get-started/connect-to-mongodb -> ${base}/${version}/get-started/run-sample-query/ # standardization redirects @@ -48,3 +49,4 @@ symlink: current -> v1.20 [*-v1.19]: ${prefix}/${version}/stable-api/ -> ${base}/${version}/tutorial/stable-api/ [*-v1.19]: ${prefix}/${version}/whats-new/ -> ${base}/${version}/ [*-v1.19]: ${prefix}/${version}/aws-lambda/ -> ${base}/${version}/tutorial/aws-lambda/ + diff --git a/source/get-started.txt b/source/get-started.txt index 9cfd031c..8cdd6bb3 100644 --- a/source/get-started.txt +++ b/source/get-started.txt @@ -23,7 +23,7 @@ Get Started with the PHP Library Download & Install Create a Deployment Create a Connection String - Connect to MongoDB + 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 98% rename from source/get-started/connect-to-mongodb.txt rename to source/get-started/run-sample-query.txt index a205c8c5..14eddd43 100644 --- a/source/get-started/connect-to-mongodb.txt +++ b/source/get-started/run-sample-query.txt @@ -1,7 +1,8 @@ +.. _php-run-sample-query: .. _php-connect-to-mongodb: ================== -Connect to MongoDB +Run a Sample Query ================== .. facet::