Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit baa58dd

Browse files
author
kj
committedFeb 28, 2024·
Removes quotes in MD link
1 parent 00b8fe1 commit baa58dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎app/docs/md/conventions/components.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Once added the `MorphdomMixin` will handle updating the DOM whenever an `observe
227227

228228
### Lists
229229

230-
When working with lists of data in the DOM it is highly advisable to add a unique `id` attribute to the list item. [The `state` object passed to an element's render function has a unique `instanceID` property available for this purpose]('/docs/elements/state/instance-id'). This will assist `morphdom` in determining what items have changed in the list.
230+
When working with lists of data in the DOM it is highly advisable to add a unique `id` attribute to the list item. [The `state` object passed to an element's render function has a unique `instanceID` property available for this purpose](/docs/elements/state/instance-id). This will assist `morphdom` in determining what items have changed in the list.
231231

232232
</doc-callout>
233233

0 commit comments

Comments
 (0)
Please sign in to comment.