Skip to content

Commit 986f417

Browse files
authored
chore: fix URLs in README (#369)
1 parent 782e6c0 commit 986f417

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/core/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<p align="center">
1515
<strong>
16-
<a href="https://prevwong.github.io/craft.js/">Live Demo</a>
16+
<a href="https://craft.js.org/">Live Demo</a>
1717
</strong>
1818
</p>
1919

@@ -24,17 +24,17 @@ There're existing libraries that come with a fully working page editor out of th
2424
Craft.js solves this problem by modularising the building blocks of a page editor. It ships with a drag-n-drop system and handles the way user components should be rendered, updated and moved - among other things. With this, you'll be able to build your own page editor exactly how you want it to look and behave.
2525

2626
## Docs
27-
- [Core concepts](https://prevwong.github.io/craft.js/r/docs/concepts/nodes)
28-
- [Tutorial](https://prevwong.github.io/craft.js/r/docs/guides/basic-tutorial)
29-
- [API Reference](https://prevwong.github.io/craft.js/r/docs/api/editor-state)
27+
- [Core concepts](https://craft.js.org/docs/concepts/nodes)
28+
- [Tutorial](https://craft.js.org/docs/guides/basic-tutorial)
29+
- [API Reference](https://craft.js.org/docs/api/editor-state)
3030

3131
## Examples
3232
These examples should give you an idea on the flexibility of Craft.js.
3333

3434
Both these examples look very different from each other, with very different UI. But they are both built with Craft.js! 🤯
3535

36-
- [Landing](https://prevwong.github.io/craft.js)
37-
- [Basic](https://prevwong.github.io/craft.js/examples/basic)
36+
- [Landing](https://craft.js.org)
37+
- [Basic](https://craft.js.org/examples/basic)
3838

3939

4040
## Features :fire:
@@ -247,4 +247,4 @@ Craft.js is released under the [MIT license](https://github.com/prevwong/craft.j
247247
248248
<a href="https://opencollective.com/craftjs/contribute" target="_blank">
249249
<img src="https://opencollective.com/craftjs/donate/[email protected]?color=blue" width="260" />
250-
</a>
250+
</a>

0 commit comments

Comments
 (0)