From 3155dfa81796ef79a6498af2911d4d7a5019f73a Mon Sep 17 00:00:00 2001 From: Minae Lee Date: Wed, 24 Jan 2024 08:08:09 -0700 Subject: [PATCH] Fix broken link and update link text in browser-sdk.mdx (#2768) --- fern/docs/pages/sdks/browser-sdk.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/docs/pages/sdks/browser-sdk.mdx b/fern/docs/pages/sdks/browser-sdk.mdx index 6894c00a4b3..32777f87646 100644 --- a/fern/docs/pages/sdks/browser-sdk.mdx +++ b/fern/docs/pages/sdks/browser-sdk.mdx @@ -56,4 +56,4 @@ groups: ## Configuration options -You can customize the behavior of the TypeScript Browser generator in `generators.yml`. [View the options available](https://docs.buildwithfern.com/sdks/typescript-node) which are the same as the options for the TypeScript Node generator. \ No newline at end of file +You can customize the behavior of the TypeScript Browser generator in `generators.yml`. The options available are identical to [the options for the TypeScript Node generator](https://docs.buildwithfern.com/generate-sd-ks/generators/type-script-node-js-sdk#configuration-options).