Skip to content

Commit e438f36

Browse files
committed
Clarify that our zip corruption is similar to what the construct.net post is about, though not identical
1 parent 2574f48 commit e438f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ <h2>How sb3fix works</h2>
209209
Scratch project files are zip files.
210210
The zip file can often be corrupted by a storage device failure, for example, due to a power outage or not ejecting a USB drive before unplugging.
211211
Scratch and most other tools that open zips don't know how to handle corruption.
212-
sb3fix uses an <a href="https://www.construct.net/en/blogs/ashleys-blog-2/recovering-corrupt-zip-files-1895">alternative approach</a> that lets it read a zip file even when the "central directory" used by most apps is missing or corrupt.
212+
sb3fix uses an alternative approach (<a href="https://www.construct.net/en/blogs/ashleys-blog-2/recovering-corrupt-zip-files-1895">similar to this post</a>) that lets it read a zip file even when the "central directory" used by most apps is missing or corrupt.
213213
Depending on how badly the zip is corrupted, sb3fix might recover your project in its entirety or may miss significant parts.
214214
</p>
215215
<details>

0 commit comments

Comments
 (0)