Skip to content

Commit 3c7e8c4

Browse files
authored
feat: change the link to a Chinese version of the link (#1162)
1 parent ea1045d commit 3c7e8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/responding-to-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ button { margin-right: 10px; }
130130
* `<button onClick={handleClick}>` 传递了 `handleClick` 函数。
131131
* `<button onClick={() => alert('...')}>` 传递了 `() => alert('...')` 函数。
132132

133-
> [了解更多箭头函数的信息](https://javascript.info/arrow-functions-basics)
133+
> [了解更多箭头函数的信息](https://zh.javascript.info/arrow-functions-basics)
134134
135135
</Pitfall>
136136

0 commit comments

Comments
 (0)