Skip to content

Commit 22e71d1

Browse files
authored
Merge pull request #208 from shuangela/DOCSP-46751-change-connect-duplicate-title
DOCSP-46751 change title in PHP library docs to avoid duplicate
2 parents ad837c7 + 9215f3a commit 22e71d1

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

config/redirects

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ symlink: current -> v1.20
88
# general redirects
99
[v1.17-v1.19]: ${prefix}/${version}/tutorial/client-side-encryption/ -> ${base}/${version}/tutorial/encryption/
1010
[v1.16]: ${prefix}/${version}/tutorial/encryption/ -> ${base}/${version}/
11+
[v1.20-*]: ${prefix}/${version}/get-started/connect-to-mongodb -> ${base}/${version}/get-started/run-sample-query/
1112

1213
# standardization redirects
1314

@@ -48,3 +49,4 @@ symlink: current -> v1.20
4849
[*-v1.19]: ${prefix}/${version}/stable-api/ -> ${base}/${version}/tutorial/stable-api/
4950
[*-v1.19]: ${prefix}/${version}/whats-new/ -> ${base}/${version}/
5051
[*-v1.19]: ${prefix}/${version}/aws-lambda/ -> ${base}/${version}/tutorial/aws-lambda/
52+

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 PHP Library
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 to MongoDB </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 @@
1+
.. _php-run-sample-query:
12
.. _php-connect-to-mongodb:
23

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

78
.. facet::

0 commit comments

Comments
 (0)