File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/content/docs/development/guide Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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
247247import DocLink from " @components/DocLink.astro" ;
248248
249- Check out <DocLink dest = " cpp.library.utilities.move" >this page</DocLink > for more information.
250-
251249Check out <DocLink dest = " /cpp/library/utilities/move" >this page</DocLink > for more information.
252250
253251
You can’t perform that action at this time.
0 commit comments