diff --git a/config/redirects b/config/redirects index 72fd736e..7cc100b5 100644 --- a/config/redirects +++ b/config/redirects @@ -8,3 +8,4 @@ symlink: current -> master raw: ${prefix}/ -> ${base}/current/ raw: ${prefix}/master -> ${base}/upcoming/ +[v5.1-*]: ${prefix}/${version}/get-started/connect-to-mongodb -> ${base}/get-started/run-sample-query/ diff --git a/source/get-started.txt b/source/get-started.txt index 40d4467b..c11e763b 100644 --- a/source/get-started.txt +++ b/source/get-started.txt @@ -23,7 +23,7 @@ Get Started with the Kotlin Sync Driver 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 98% rename from source/get-started/connect-to-mongodb.txt rename to source/get-started/run-sample-query.txt index 10c3f616..2a45e5f9 100644 --- a/source/get-started/connect-to-mongodb.txt +++ b/source/get-started/run-sample-query.txt @@ -1,7 +1,8 @@ .. _kotlin-sync-connect-to-mongodb: +.. _kotlin-sync-run-sample-query: ================== -Connect to MongoDB +Run a Sample Query ================== .. procedure::