Skip to content

Commit 1a640df

Browse files
authored
Update code-blocks.mdx
1 parent 8e0bbfa commit 1a640df

File tree

1 file changed

+1
-1
lines changed
  • fern/products/docs/pages/component-library/default-components

1 file changed

+1
-1
lines changed

fern/products/docs/pages/component-library/default-components/code-blocks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ The `links` property accepts a map where keys are matching patterns (exact strin
330330
<Tab title="Markdown">
331331
````markdown
332332
<CodeBlock
333-
links={{"PlantClient": "/docs/writing-content/demo#plantclient", "createPlant": "/docs/writing-content/demo#createplant"}}
333+
links={{"PlantClient": "/docs/writing-content/demo#plantclient", "createPlant": "/docs/writing-content/demo#create_plant"}}
334334
>
335335
```typescript
336336
import { PlantClient } from "@plantstore/sdk";

0 commit comments

Comments
 (0)