Skip to content

Commit 2d4ef65

Browse files
committed
docs: fixed 404 error for high-performance pooling link
1 parent 74a9329 commit 2d4ef65

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Shared/self-hosted/deployment.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export function DeploymentDatabase({ product }: DeploymentDatabaseProps) {
174174
<p>
175175
High-performance pooling is supported in Ory Enterprise License (OEL)
176176
images. Read more about it in the{" "}
177-
<a href="./oel/high-performance-pooling">high-performance pooling</a>{" "}
177+
<a href="../self-hosted/oel/high-performance-pooling">high-performance pooling</a>{" "}
178178
documentation.
179179
</p>
180180

@@ -197,7 +197,7 @@ export function DeploymentDatabase({ product }: DeploymentDatabaseProps) {
197197
server-side. By contrast, establishing a new TLS connection to a cluster
198198
can take several hundred milliseconds in many scenarios. As a
199199
consequence, Ory recommends using{" "}
200-
<a href="#high-performance-pooling">high-performance pooling</a> and
200+
<a href="../self-hosted/oel/high-performance-pooling">high-performance pooling</a>{" "} and
201201
setting the minimum and maximum pool sizes equal, as well as disabling
202202
termination of idle connections (<code>pool_max_conn_idle_time=0</code>
203203
).

0 commit comments

Comments
 (0)