From 15cc0506ec4cce647a8c29d983c6ed5ad8590c5e Mon Sep 17 00:00:00 2001 From: Tanmay Singh Date: Wed, 6 Aug 2025 11:54:25 -0400 Subject: [PATCH] fix relative path for java custom client --- fern/products/sdks/overview/java/configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/products/sdks/overview/java/configuration.mdx b/fern/products/sdks/overview/java/configuration.mdx index 958498f97..7a1fe972a 100644 --- a/fern/products/sdks/overview/java/configuration.mdx +++ b/fern/products/sdks/overview/java/configuration.mdx @@ -46,7 +46,7 @@ Example: -When enabled, generates extensible builder classes that support customization through inheritance. This allows you to [add custom code](/learn/v2/sdks/generators/java/custom-code#adding-custom-client-configuration) to extend the generated builders with additional functionality. +When enabled, generates extensible builder classes that support customization through inheritance. This allows you to [add custom code](/sdks/generators/java/custom-code#adding-custom-client-configuration) to extend the generated builders with additional functionality.