Skip to content

Commit 3d65129

Browse files
authored
Merge branch '6-dev' into install-no-windows
2 parents 3bcdc96 + 1bef78e commit 3d65129

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

docs/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@
100100
r"^/_static/",
101101
]
102102
linkcheck_anchors = True
103-
# linkcheck_timeout = 10
104-
# linkcheck_retries = 2
105103
linkcheck_timeout = 5
106104
linkcheck_retries = 1
107105

docs/deployment/caching/proxies.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ myst:
77
"keywords": "Plone, deployment, automation, caching"
88
---
99

10-
(caching-profiles-label)=
10+
(caching-proxies-label)=
11+
1112
# Caching proxies
1213

1314
It is common to place a caching reverse proxy in front of Zope when hosting large Plone sites.

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)