From f78979d75005eb8419f891922d6a68a91c0a3fbd Mon Sep 17 00:00:00 2001 From: shuangela Date: Thu, 27 Feb 2025 13:26:11 -0500 Subject: [PATCH] DOCSP-46750 Kotlin Sync Title Change (#66) * change titles * change url and add redirect * add slash * add back old ref based on rea's feedback (cherry picked from commit eee6b3290896ed5340d89315e2efc8c872fea2a8) --- config/redirects | 1 + source/get-started.txt | 2 +- .../{connect-to-mongodb.txt => run-sample-query.txt} | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) rename source/get-started/{connect-to-mongodb.txt => run-sample-query.txt} (98%) 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::