Skip to content

Commit 5b203ef

Browse files
committed
remove redundant "advanced connections" links
1 parent 0aed881 commit 5b203ef

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

doc/advanced-connections.page

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
</p>
1111

1212
<section id="ssl">
13-
<info>
14-
<link type="guide" xref="index#advanced-connections" />
15-
</info>
1613
<title>Connecting over SSL</title>
1714
<p>
1815
To connect to a MongoDB server enabled with SSL, simply provide the <code>?ssl=true</code> option in the MongoDB URI.
@@ -27,10 +24,6 @@
2724
</section>
2825

2926
<section id="replica-set">
30-
<info>
31-
<link type="guide" xref="index#advanced-connections" />
32-
</info>
33-
3427
<title>Connecting to a Replica Set</title>
3528

3629
<p>
@@ -82,10 +75,6 @@ main (int argc,
8275
</section>
8376

8477
<section id="sharded-cluster">
85-
<info>
86-
<link type="guide" xref="index#advanced-connections" />
87-
</info>
88-
8978
<title>Connecting to a Sharded Cluster</title>
9079

9180
<p>
@@ -128,10 +117,6 @@ main (int argc,
128117
</section>
129118

130119
<section id="unix-socket">
131-
<info>
132-
<link type="guide" xref="index#advanced-connections" />
133-
</info>
134-
135120
<title>Connecting to a UNIX Domain Socket</title>
136121

137122
<p>
@@ -147,4 +132,7 @@ main (int argc,
147132
</note>
148133
</section>
149134

135+
<info>
136+
<link type="guide" xref="index#advanced-connections" />
137+
</info>
150138
</page>

0 commit comments

Comments
 (0)