We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0bbfa commit 1a640dfCopy full SHA for 1a640df
fern/products/docs/pages/component-library/default-components/code-blocks.mdx
@@ -330,7 +330,7 @@ The `links` property accepts a map where keys are matching patterns (exact strin
330
<Tab title="Markdown">
331
````markdown
332
<CodeBlock
333
- links={{"PlantClient": "/docs/writing-content/demo#plantclient", "createPlant": "/docs/writing-content/demo#createplant"}}
+ links={{"PlantClient": "/docs/writing-content/demo#plantclient", "createPlant": "/docs/writing-content/demo#create_plant"}}
334
>
335
```typescript
336
import { PlantClient } from "@plantstore/sdk";
0 commit comments