We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7804882 + bda7e13 commit b4ec2d1Copy full SHA for b4ec2d1
1 file changed
src/content/reference/react-dom/components/title.md
@@ -4,7 +4,7 @@ title: "<title>"
4
5
<Intro>
6
7
-[浏览器内置的 `<title>` 组件](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/title) 允许向文档指定标题。
+[浏览器内置的 `<title>` 组件](https://developer.mozilla.org/zh-CN/docs/Web/HTML/Reference/Elements/title) 允许向文档指定标题。
8
9
```js
10
<title>我的博客</title>
@@ -20,7 +20,7 @@ title: "<title>"
20
21
### `<title>` {/*title*/}
22
23
-渲染 [浏览器内置的 `<title>` 组件](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/title) 以指定文档标题。可以在任何组件中渲染 `<title>`,React 会始终将相应的 DOM 元素放置在文档头部。
+渲染 [浏览器内置的 `<title>` 组件](https://developer.mozilla.org/zh-CN/docs/Web/HTML/Reference/Elements/title) 以指定文档标题。可以在任何组件中渲染 `<title>`,React 会始终将相应的 DOM 元素放置在文档头部。
24
25
26
0 commit comments