You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -209,7 +209,7 @@ <h2>How sb3fix works</h2>
209
209
Scratch project files are zip files.
210
210
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.
211
211
Scratch and most other tools that open zips don't know how to handle corruption.
212
-
sb3fix uses an <ahref="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 (<ahref="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.
213
213
Depending on how badly the zip is corrupted, sb3fix might recover your project in its entirety or may miss significant parts.
0 commit comments