docs: replace LLK URLs in README.md

parent effe02e9
...@@ -10,10 +10,10 @@ Scratch Blocks is a library for building creative computing interfaces. ...@@ -10,10 +10,10 @@ Scratch Blocks is a library for building creative computing interfaces.
Scratch Blocks is a fork of Google's [Blockly](https://github.com/google/blockly) project that provides a design Scratch Blocks is a fork of Google's [Blockly](https://github.com/google/blockly) project that provides a design
specification and codebase for building creative computing interfaces. Together with the [Scratch Virtual Machine specification and codebase for building creative computing interfaces. Together with the [Scratch Virtual Machine
(VM)](https://github.com/LLK/scratch-vm) this codebase allows for the rapid design and development of visual (VM)](https://github.com/scratchfoundation/scratch-vm) this codebase allows for the rapid design and development of visual
programming interfaces. Unlike [Blockly](https://github.com/google/blockly), Scratch Blocks does not use [code programming interfaces. Unlike [Blockly](https://github.com/google/blockly), Scratch Blocks does not use [code
generators](https://developers.google.com/blockly/guides/configure/web/code-generators), but rather leverages the generators](https://developers.google.com/blockly/guides/configure/web/code-generators), but rather leverages the
[Scratch Virtual Machine](https://github.com/LLK/scratch-vm) to create highly dynamic, interactive programming [Scratch Virtual Machine](https://github.com/scratchfoundation/scratch-vm) to create highly dynamic, interactive programming
environments. environments.
*This project is in active development and should be considered a "developer preview" at this time.* *This project is in active development and should be considered a "developer preview" at this time.*
...@@ -32,8 +32,8 @@ suited for devices with small screens. ...@@ -32,8 +32,8 @@ suited for devices with small screens.
## Documentation ## Documentation
The "getting started" guide including [FAQ](https://scratch.mit.edu/developers#faq) and [design The "getting started" guide including [FAQ](https://scratch.mit.edu/developers#faq) and [design
documentation](https://github.com/LLK/scratch-blocks/wiki/Design) can be found in the documentation](https://github.com/scratchfoundation/scratch-blocks/wiki/Design) can be found in the
[wiki](https://github.com/LLK/scratch-blocks/wiki). [wiki](https://github.com/scratchfoundation/scratch-blocks/wiki).
## Donate ## Donate
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment