Skip to content

Commit 5c5c3df

Browse files
committed
fix: add missing link
1 parent 1fa1a78 commit 5c5c3df

File tree

1 file changed

+1
-1
lines changed
  • src/content/reference/react-dom/components

1 file changed

+1
-1
lines changed

src/content/reference/react-dom/components/link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ link: "<link>"
44

55
<Intro>
66

7-
浏览器内置的 `<link>` 组件允许使用外部资源,例如样式表,或使用链接元数据注释文档。
7+
[浏览器内置的 `<link>` 组件](https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/link) 允许使用外部资源,例如样式表,或使用链接元数据注释文档。
88

99
```js
1010
<link rel="icon" href="favicon.ico" />

0 commit comments

Comments
 (0)