diff --git a/config/redirects b/config/redirects index 5cd1f434..22ff295c 100644 --- a/config/redirects +++ b/config/redirects @@ -8,3 +8,4 @@ raw: ${prefix}/ -> ${base}/current/ raw: ${prefix}/stable -> ${base}/current/ [*-v5.1]: ${prefix}/${version}/compatibility -> ${base}/v5.2/compatibility +[v5.2-*]: ${prefix}/${version}/get-started/connect-to-mongodb -> ${base}/get-started/run-sample-query \ No newline at end of file diff --git a/source/get-started/connect-to-mongodb.txt b/source/get-started/run-sample-query.txt similarity index 97% rename from source/get-started/connect-to-mongodb.txt rename to source/get-started/run-sample-query.txt index 61ff4c3d..3877f910 100644 --- a/source/get-started/connect-to-mongodb.txt +++ b/source/get-started/run-sample-query.txt @@ -1,7 +1,7 @@ -.. _java-rs-get-started-connect-to-mongodb: +.. _java-rs-get-started-sample-query: ================== -Connect to MongoDB +Run a Sample Query ================== The {+driver-short+} is an implementation of the Reactive Streams API, which consists of three components: diff --git a/source/getting-started.txt b/source/getting-started.txt index 688c223c..450ed52b 100644 --- a/source/getting-started.txt +++ b/source/getting-started.txt @@ -23,7 +23,7 @@ Get Started Download & Install Create a Deployment Create a Connection String - Connect + Run a Sample Query Next Steps Overview