File tree Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change 10
10
</p>
11
11
12
12
<section id="ssl">
13
- <info>
14
- <link type="guide" xref="index#advanced-connections" />
15
- </info>
16
13
<title>Connecting over SSL</title>
17
14
<p>
18
15
To connect to a MongoDB server enabled with SSL, simply provide the <code>?ssl=true</code> option in the MongoDB URI.
27
24
</section>
28
25
29
26
<section id="replica-set">
30
- <info>
31
- <link type="guide" xref="index#advanced-connections" />
32
- </info>
33
-
34
27
<title>Connecting to a Replica Set</title>
35
28
36
29
<p>
@@ -82,10 +75,6 @@ main (int argc,
82
75
</section>
83
76
84
77
<section id="sharded-cluster">
85
- <info>
86
- <link type="guide" xref="index#advanced-connections" />
87
- </info>
88
-
89
78
<title>Connecting to a Sharded Cluster</title>
90
79
91
80
<p>
@@ -128,10 +117,6 @@ main (int argc,
128
117
</section>
129
118
130
119
<section id="unix-socket">
131
- <info>
132
- <link type="guide" xref="index#advanced-connections" />
133
- </info>
134
-
135
120
<title>Connecting to a UNIX Domain Socket</title>
136
121
137
122
<p>
@@ -147,4 +132,7 @@ main (int argc,
147
132
</note>
148
133
</section>
149
134
135
+ <info>
136
+ <link type="guide" xref="index#advanced-connections" />
137
+ </info>
150
138
</page>
You can’t perform that action at this time.
0 commit comments