Skip to content

Commit 73a026a

Browse files
committed
fix: update document
1 parent 54e0c33 commit 73a026a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/content/docs/development/guide/component-docs-for-llm.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ The `DocLink` component renders an inline link to a page associated with a doc k
234234

235235
#### Props
236236

237-
- `src` (required): The absolute path (e.g., `"/cpp/library/utilities/move"`).
237+
- `dest` (required): The absolute path (e.g., `"/cpp/library/utilities/move"`).
238238
- `section` (optional): The `id` of the HTML element to jump to, typically the `id` of heading tags generated from Markdown headings.
239239

240240
#### Slots
@@ -246,8 +246,6 @@ The `DocLink` component renders an inline link to a page associated with a doc k
246246

247247
import DocLink from "@components/DocLink.astro";
248248

249-
Check out <DocLink dest="cpp.library.utilities.move">this page</DocLink> for more information.
250-
251249
Check out <DocLink dest="/cpp/library/utilities/move">this page</DocLink> for more information.
252250

253251

0 commit comments

Comments
 (0)