Skip to content

Commit d158648

Browse files
authored
DOCSP-46750 Kotlin Sync Title Change (#66) (#70)
* change titles * change url and add redirect * add slash * add back old ref based on rea's feedback (cherry picked from commit eee6b32)
1 parent 4eda6e9 commit d158648

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

config/redirects

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ define: versions master
44

55
# raw: <source file> -> ${base}/<destination>
66

7+
raw: ${prefix}/ -> ${base}/current/
8+
raw: ${prefix}/master -> ${base}/upcoming/
9+
[v5.1-*]: ${prefix}/${version}/get-started/connect-to-mongodb -> ${base}/get-started/run-sample-query/

source/get-started.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Get Started with the Kotlin Sync Driver
2323
Download & Install </get-started/download-and-install/>
2424
Create a Deployment </get-started/create-a-deployment/>
2525
Create a Connection String </get-started/create-a-connection-string/>
26-
Connect </get-started/connect-to-mongodb/>
26+
Run a Sample Query </get-started/run-sample-query/>
2727
Next Steps </get-started/next-steps/>
2828

2929
Overview

source/get-started/connect-to-mongodb.txt renamed to source/get-started/run-sample-query.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
.. _kotlin-sync-connect-to-mongodb:
2+
.. _kotlin-sync-run-sample-query:
23

34
==================
4-
Connect to MongoDB
5+
Run a Sample Query
56
==================
67

78
.. procedure::

0 commit comments

Comments
 (0)