diff --git a/docs/source/_static/custom.css b/docs/source/_static/custom.css
index aa980421c2..d792d49f36 100644
--- a/docs/source/_static/custom.css
+++ b/docs/source/_static/custom.css
@@ -240,3 +240,7 @@ span.guilabel, span.menuselection {
font-style: italic;
white-space: nowrap;
}
+
+video {
+ width: 100%;
+}
diff --git a/docs/source/getting-started/install.md b/docs/source/getting-started/install.md
index 1e8dfc2460..7dd17ff64b 100644
--- a/docs/source/getting-started/install.md
+++ b/docs/source/getting-started/install.md
@@ -23,7 +23,7 @@ This chapter contains some legacy information that may be useful to Plone 5.2 de
Volto can be installed in any operating system assuming that the following pre-requisites are met:
-- [Node.js LTS (18.x)](https://nodejs.org/en/)
+- [Node.js LTS (18.x)](https://nodejs.org/en)
- [Python](https://www.python.org/) - See below for specific versions.
- [Docker](https://www.docker.com/get-started) (if using the Plone docker images)
diff --git a/docs/source/user-manual/copy-paste-blocks.md b/docs/source/user-manual/copy-paste-blocks.md
index 1f922e2f75..c62544700e 100644
--- a/docs/source/user-manual/copy-paste-blocks.md
+++ b/docs/source/user-manual/copy-paste-blocks.md
@@ -27,7 +27,6 @@ This feature can be used by selecting a start block and an end block while holdi
This will select all the blocks between the start and end blocks, allowing you to copy, cut, or delete multiple blocks at once.
```{video} /_static/user-manual/blocks/block-copy-cut.mp4
- :width: 100%
```
@@ -42,5 +41,4 @@ You can click the paste option
diff --git a/src/components/manage/Controlpanels/__snapshots__/AddonsControlpanel.test.jsx.snap b/src/components/manage/Controlpanels/__snapshots__/AddonsControlpanel.test.jsx.snap
index 220fa5bff8..78ea65bb56 100644
--- a/src/components/manage/Controlpanels/__snapshots__/AddonsControlpanel.test.jsx.snap
+++ b/src/components/manage/Controlpanels/__snapshots__/AddonsControlpanel.test.jsx.snap
@@ -31,10 +31,10 @@ exports[`AddonsControlpanel renders an addon control component 1`] = `
>
Activate and deactivate add-ons in the lists below.
- To make new add-ons show up here, add them to your buildout configuration, run buildout, and restart the server process. For detailed instructions see
+ To make new add-ons show up here, add them to your configuration, build, and restart the server process. For detailed instructions see