Skip to content

Commit e7d3fe1

Browse files
Update README.md
1 parent 668d23e commit e7d3fe1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Make pictures of Snap<i>!</i> blocks from text.
99

1010
[Documentation](https://snap-blocks.github.io/docs) (needs work)
1111

12-
[Style guide](https://snapwiki.miraheze.org/wiki/Snapblocks_Style_Guide)
12+
[Style guide](https://snap-blocks.github.io/docs/style-guide)
1313

1414
---
1515

@@ -24,7 +24,7 @@ Make pictures of Snap<i>!</i> blocks from text.
2424

2525
It's MIT licensed, so you can use it in your projects.
2626

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).
2828

2929
# Usage
3030

@@ -188,7 +188,7 @@ npm run locales
188188

189189
## Adding a language
190190

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).
192192
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.
193193

194194
# Development
@@ -202,7 +202,7 @@ npm start
202202

203203
Then open <http://localhost:8000/> :-)
204204

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).
206206

207207

208208
# Credits

0 commit comments

Comments
 (0)