mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-05-17 08:51:00 -04:00
fix: update GitHub links with /scratchfoundation/
This commit is contained in:
parent
613e5cc823
commit
802d211f95
10 changed files with 26 additions and 27 deletions
docs
|
@ -48,7 +48,7 @@ ways.
|
|||
## Defining an Extension
|
||||
|
||||
Scratch extensions are defined as a single Javascript class which accepts either a reference to the Scratch
|
||||
[VM](https://github.com/llk/scratch-vm) runtime or a "runtime proxy" which handles communication with the Scratch VM
|
||||
[VM](https://github.com/scratchfoundation/scratch-vm) runtime or a "runtime proxy" which handles communication with the Scratch VM
|
||||
across a well defined worker boundary (i.e. the sandbox).
|
||||
|
||||
```js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue