From 33582f1e80408bafa5e922558ff3f6994d03b45c Mon Sep 17 00:00:00 2001 From: Angela Date: Tue, 25 Feb 2025 15:46:34 -0500 Subject: [PATCH 1/4] change titles --- source/get-started.txt | 2 +- source/get-started/connect-to-mongodb.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/get-started.txt b/source/get-started.txt index 40d4467b..9d6445b1 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/connect-to-mongodb.txt index 10c3f616..ea7d30fd 100644 --- a/source/get-started/connect-to-mongodb.txt +++ b/source/get-started/connect-to-mongodb.txt @@ -1,7 +1,7 @@ -.. _kotlin-sync-connect-to-mongodb: +.. _kotlin-sync-run-sample-query: ================== -Connect to MongoDB +Run a Sample Query ================== .. procedure:: From f5ef097fad5b3aab6d0cdce2c57ee2dd16261dc4 Mon Sep 17 00:00:00 2001 From: Angela Date: Thu, 27 Feb 2025 11:27:27 -0500 Subject: [PATCH 2/4] change url and add redirect --- config/redirects | 1 + source/get-started.txt | 2 +- .../{connect-to-mongodb.txt => run-sample-query.txt} | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename source/get-started/{connect-to-mongodb.txt => run-sample-query.txt} (100%) diff --git a/config/redirects b/config/redirects index 72fd736e..6be285f3 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 9d6445b1..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 - Run a Sample Query + 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 100% rename from source/get-started/connect-to-mongodb.txt rename to source/get-started/run-sample-query.txt From 39b431ef6b07b6adc522d7659749c5b81844f70c Mon Sep 17 00:00:00 2001 From: Angela Date: Thu, 27 Feb 2025 11:56:20 -0500 Subject: [PATCH 3/4] add slash --- config/redirects | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/redirects b/config/redirects index 6be285f3..7cc100b5 100644 --- a/config/redirects +++ b/config/redirects @@ -8,4 +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 +[v5.1-*]: ${prefix}/${version}/get-started/connect-to-mongodb -> ${base}/get-started/run-sample-query/ From 11f41c3aec513e88fca98838a25e6b7388e1037b Mon Sep 17 00:00:00 2001 From: Angela Date: Thu, 27 Feb 2025 12:06:05 -0500 Subject: [PATCH 4/4] add back old ref based on rea's feedback --- source/get-started/run-sample-query.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/source/get-started/run-sample-query.txt b/source/get-started/run-sample-query.txt index ea7d30fd..2a45e5f9 100644 --- a/source/get-started/run-sample-query.txt +++ b/source/get-started/run-sample-query.txt @@ -1,3 +1,4 @@ +.. _kotlin-sync-connect-to-mongodb: .. _kotlin-sync-run-sample-query: ==================