Skip to content

Commit a34493c

Browse files
committed
Update links in peer-protocol documentation to use absolute paths for improved navigation and consistency
1 parent eb88622 commit a34493c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/concepts/networks-and-servers/peer-protocol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The pros and cons of each configuration are as follows:
107107
<tr><th>Discovered Peers</th>
108108
<td><ul>
109109
<li><p>Simplest configuration, with a low maintenance burden.</p></li>
110-
<li><p>Creates the opportunity for a lot of direct peer connections. Having more direct peers comes with several benefits. Your server can <a href="ledger-history.html#fetching-history">fetch history</a> from multiple peers in parallel, both when syncing and when backfilling history. Since not all peers maintain full history, having access to more peers can also provide access to a wider range of historical data.</p></li>
110+
<li><p>Creates the opportunity for a lot of direct peer connections. Having more direct peers comes with several benefits. Your server can <a href="ledger-history#fetching-history">fetch history</a> from multiple peers in parallel, both when syncing and when backfilling history. Since not all peers maintain full history, having access to more peers can also provide access to a wider range of historical data.</p></li>
111111
<li><p>Lowers the possibility of disconnecting from the network because your server can replace disconnected peers with new ones.</p></li>
112112
</ul></td>
113113
<td><ul>
@@ -119,7 +119,7 @@ The pros and cons of each configuration are as follows:
119119
<td><ul>
120120
<li><p>Most secure and reliable configuration when implemented effectively.</p></li>
121121
<li><p>As reliable and as redundant as you make it.</p></li>
122-
<li><p>Can optimize the private server's performance with <a href="clustering.html">clustering</a>.</p></li>
122+
<li><p>Can optimize the private server's performance with <a href="clustering">clustering</a>.</p></li>
123123
<li><p>Enables you to create as many direct peer connections as you want. Your private server can <a href="ledger-history.html#fetching-history">fetch history</a> from multiple peers in parallel. Since you run the peers, you also control how much ledger history each peer keeps.</p></li>
124124
</ul></td>
125125
<td><ul>

0 commit comments

Comments
 (0)