Fix broken HA guide links

Closes #42426

Signed-off-by: Ryan Emerson <remerson@ibm.com>
This commit is contained in:
Ryan Emerson 2025-09-08 13:20:08 +01:00 committed by GitHub
parent 48994b8a5f
commit 05e731f098
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<#import "/templates/links.adoc" as links>
Make sure your machine or container platform can provide sufficient memory and CPU for your desired usage of {project_name}.
See <@links.ha id="concepts-memory-and-cpu-sizing" /> for more on how to get started with production sizing.
Make sure your machine or container platform can provide sufficient memory and CPU for your desired usage of {project_name}.
See <@links.ha id="single-cluster-concepts-memory-and-cpu-sizing" /> for more on how to get started with production sizing.

View File

@ -12,7 +12,7 @@ tileVisible="false"
== Database connection pool metrics
Configure {project_name} to use a fixed size database connection pool.
See the <@links.ha id="concepts-database-connections"/> {section} for more information.
See the <@links.ha id="single-cluster-concepts-database-connections"/> {section} for more information.
[TIP]
====