Skip to content

Commit cc33238

Browse files
fix a silly little mistake that I just now noticed for some reason
;]
1 parent ba9f51d commit cc33238

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

network/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This section will be expanded in the future, but it remains incomplete for now.
66
In the meantime, here are some resources that may be useful if one would like to learn more about Scratch's handling of external network connections:
77

88
- [TurboWarp Cloud Variable Protocol](https://github.com/TurboWarp/cloud-server/blob/master/doc/protocol.md) (highly similar to the cloud variable protocol used by Scratch)
9-
- [`fetchWithTimeout` Source Code](https://github.com/scratchfoundation/scratch-link/tree/develop/Documentation) (function used in official Scratch runtime by certain extensions to make requests to the Internet)
9+
- [`fetchWithTimeout` Source Code](https://github.com/scratchfoundation/scratch-vm/blob/b3266a0cfe5122f20b72ccd738a3dd4dff4fc5a5/src/util/fetch-with-timeout.js#L30) (function used in official Scratch runtime by certain extensions to make requests to the Internet)
1010

1111
Feel free to offer insight!
1212
:::

0 commit comments

Comments
 (0)