File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ symlink: current -> v1.20
8
8
# general redirects
9
9
[v1.17-v1.19]: ${prefix}/${version}/tutorial/client-side-encryption/ -> ${base}/${version}/tutorial/encryption/
10
10
[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/
11
12
12
13
# standardization redirects
13
14
@@ -48,3 +49,4 @@ symlink: current -> v1.20
48
49
[*-v1.19]: ${prefix}/${version}/stable-api/ -> ${base}/${version}/tutorial/stable-api/
49
50
[*-v1.19]: ${prefix}/${version}/whats-new/ -> ${base}/${version}/
50
51
[*-v1.19]: ${prefix}/${version}/aws-lambda/ -> ${base}/${version}/tutorial/aws-lambda/
52
+
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Get Started with the PHP Library
23
23
Download & Install </get-started/download-and-install/>
24
24
Create a Deployment </get-started/create-a-deployment/>
25
25
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 />
27
27
Next Steps </get-started/next-steps/>
28
28
29
29
Overview
Original file line number Diff line number Diff line change
1
+ .. _php-run-sample-query:
1
2
.. _php-connect-to-mongodb:
2
3
3
4
==================
4
- Connect to MongoDB
5
+ Run a Sample Query
5
6
==================
6
7
7
8
.. facet::
You can’t perform that action at this time.
0 commit comments