Skip to content

Commit 08d3d04

Browse files
committed
pin gh link to specific commit
1 parent fb56b3c commit 08d3d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/zigbook-plagiarizing-playground.smd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ We archived the WASM files for your convenience, courtesy of the great Internet
5151

5252
We proceeded to look at the JavaScript code, which we quickly determined was similarly copied, but with LLM distortions,
5353
likely to prevent the code from being completely identical. Still, certain sections were copied one-to-one,
54-
like the JavaScript worker data-passing structure and logging ([original ZLS playground code](https://github.com/zigtools/playground/blob/main/src/workers/runner.ts#L12-L41), [plagiarized Zigbook code](https://archive.ph/4LZ2X)).
54+
like the JavaScript worker data-passing structure and logging ([original ZLS playground code](https://github.com/zigtools/playground/blob/0ae8aa03fa38e8ce38e95f57cccfcf9aa4db610a/src/workers/runner.ts#L12-L41), [plagiarized Zigbook code](https://archive.ph/4LZ2X)).
5555

5656
The following code from both files is identical:
5757

0 commit comments

Comments
 (0)