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
@@ -24,7 +24,7 @@ Make pictures of Snap<i>!</i> blocks from text.
24
24
25
25
It's MIT licensed, so you can use it in your projects.
26
26
27
-
For the full guide to the syntax, see the [snapblocks docs](https://snap-blocks.github.io/docs/syntax).
27
+
For the full guide to the syntax, see the [snapblocks docs](https://snap-blocks.github.io/docs/writing-snapblocks).
28
28
29
29
# Usage
30
30
@@ -188,7 +188,7 @@ npm run locales
188
188
189
189
## Adding a language
190
190
191
-
Each language **requires** some [additional words](https://github.com/snap-blocks/snapblocks/blob/master/locales-src/extra_aliases.js) which aren't in Scratch itself (mainly the words used for the flag and arrow images).
191
+
Each language **requires** some [additional words](https://github.com/snap-blocks/snapblocks/blob/main/locales-src/extra_aliases.js) which aren't in Scratch itself (mainly the words used for the flag and arrow images).
192
192
I'd be happy to accept pull requests for those! You'll need to rebuild the translations with `npm run locales` after editing the aliases.
193
193
194
194
# Development
@@ -202,7 +202,7 @@ npm start
202
202
203
203
Then open <http://localhost:8000/> :-)
204
204
205
-
For more details, see [`CONTRIBUTING.md`](https://github.com/snap-blocks/snapblocks/blob/master/.github/CONTRIBUTING.md).
205
+
For more details, see [`CONTRIBUTING.md`](https://github.com/snap-blocks/snapblocks/blob/main/.github/CONTRIBUTING.md).
0 commit comments