From d68e8b0a82b8c74d7e86f73178dadb4fcedcbe38 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Mon, 14 Jul 2025 14:30:19 +0200 Subject: [PATCH] fix(docs): Correct broken link in trouble-shooting page --- docs/modules/hbase/pages/usage-guide/troubleshooting.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/hbase/pages/usage-guide/troubleshooting.adoc b/docs/modules/hbase/pages/usage-guide/troubleshooting.adoc index 926d90aa..50d9a51d 100644 --- a/docs/modules/hbase/pages/usage-guide/troubleshooting.adoc +++ b/docs/modules/hbase/pages/usage-guide/troubleshooting.adoc @@ -1,7 +1,7 @@ = Trouble-shooting :description: Tips and guidelines to help trouble-shoot problems with running HBase. -To add more useful information to stack-traces caused by RPC issues, xref:operators:overrides.adoc[podOverrides] can be used to replace the default Netty implementation: +To add more useful information to stack-traces caused by RPC issues, the xref:concepts:overrides.adoc#config-overrides[Config overrides documentation] can be used to replace the default Netty implementation: [source,yaml] ----