Skip to content

Commit f0b56cd

Browse files
authored
fix relative path for java custom client (#368)
1 parent a7bb803 commit f0b56cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fern/products/sdks/overview/java/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Example:
4646
4747
<ParamField path="enable-extensible-builders" type="boolean" default="false" required={false} toc={true}>
4848
49-
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.
49+
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.
5050
</ParamField>
5151
5252
<ParamField path="enable-forward-compatible-enums" type="boolean" default="false" required={false} toc={true}>

0 commit comments

Comments
 (0)