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] ----