Skip to content

Commit 9fceb58

Browse files
committed
Fix broken links at ReactJS
1 parent cd0730f commit 9fceb58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/glossary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ hook
293293
hooks
294294
In general, a hook in programming is a place in code that allows you to tap in to a module to either provide different behavior or to react when something happens.
295295
296-
**React [Hooks](https://reactjs.org/docs/hooks-overview.html)** are a React API that allow function components to use React features, such as lifecycle methods, states, and so on.
296+
**React [Hooks](https://react.dev/reference/react)** are a React API that allow function components to use React features, such as lifecycle methods, states, and so on.
297297
298298
hoisting
299299
[Hoisting](https://yarnpkg.com/advanced/lexicon#hoisting) is an optimization provided by Yarn.
@@ -302,7 +302,7 @@ hoisting
302302
In case two dependencies have conflicting version dependencies of the same library, the hoisting will not be possible (for that conflicting dependency) and you'll see multiple instances of the same library in the bundle, or you'll see that the add-on receives its own `node_modules` folder.
303303
304304
React
305-
[React](https://reactjs.org/) is a JavaScript library for building user interfaces.
305+
[React](https://www.reactjs.dev/) is a JavaScript library for building user interfaces.
306306
Volto, the frontend for Plone 6, uses React.
307307
308308
Sphinx

0 commit comments

Comments
 (0)