diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8be5a54ad..8f728ef4f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -44,6 +44,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Info Update : Planet Activity #1709
- Minute numbers still visible in clock activity even after switching to Nice Clock #1713
- Default Promotion to Queen in Chess Activity #1704
+- Error loading Etoys activity #1717
## [1.8.0] - 2024-04-10
### Added
diff --git a/README.md b/README.md
index 1ffa9fe23..7c2767b78 100644
--- a/README.md
+++ b/README.md
@@ -234,7 +234,7 @@ To remove media content for **Abecedarium**, remove directories:
The activity will look for media content on the server referenced in [activities/Abecedarium.activity/database/db_url.json](activities/Abecedarium.activity/database/db_url.json), by default `http://server.sugarizer.org/activities/Abecedarium.activity/`.
-To remove resources for **Etoys**, remove directory [activities/Etoys.activity/resources](activities/Etoys.activity/resources) and replace the value `resources/etoys.image` in [activities/Etoys.activity/index.html](activities/Etoys.activity/index.html) by the remote location of the resources, for example `http://server.sugarizer.org/activities/Etoys.activity/resources/etoys.image`.
+To remove resources for **Etoys**, remove directory [activities/Etoys.activity/resources](activities/Etoys.activity/resources) and the file [activities/Etoys.activity/etoys.image](activities/Etoys.activity/etoys.image). Then replace the value `resources/etoys.image` in [activities/Etoys.activity/index.html](activities/Etoys.activity/index.html) by the remote location of the resources, for example `http://server.sugarizer.org/activities/Etoys.activity/etoys.image`.
To remove resources for **Scratch**, remove directory [activities/Scratch.activity/static/internal-assets](activities/Scratch.activity/static/internal-assets) and remove the value `class="offlinemode"` in [activities/Scratch.activity/index.html](activities/Scratch.activity/index.html).
diff --git a/activities/Etoys.activity/resources/etoys.image b/activities/Etoys.activity/etoys.image
similarity index 100%
rename from activities/Etoys.activity/resources/etoys.image
rename to activities/Etoys.activity/etoys.image
diff --git a/activities/Etoys.activity/index.html b/activities/Etoys.activity/index.html
index 149370043..9e27298c8 100644
--- a/activities/Etoys.activity/index.html
+++ b/activities/Etoys.activity/index.html
@@ -27,13 +27,16 @@