Skip to content

Commit c967668

Browse files
committed
Fix demo link
1 parent bee5d45 commit c967668

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ return !handled;
331331
};
332332
```
333333

334-
That’s it — it’s now possible to move cursor inside text editor. I’ve created a live [demo page](https://grassator.github.com/canvas-text-editor-tutorial/) that will showcase current state of the project from now on.
334+
That’s it — it’s now possible to move cursor inside text editor. I’ve created a live [demo page](https://grassator.github.io/canvas-text-editor-tutorial/) that will showcase current state of the project from now on.
335335

336336
Source code for this part is available on [github](https://github.com/grassator/canvas-text-editor) under `part-5` tag.
337337

@@ -510,7 +510,7 @@ That’s all – deletion should be working now.
510510

511511
### Summary
512512

513-
We now have ability insert (and paste from clipboard) and delete text. There’s a live [demo page](https://grassator.github.com/canvas-text-editor-tutorial/) that you can play with.
513+
We now have ability insert (and paste from clipboard) and delete text. There’s a live [demo page](https://grassator.github.io/canvas-text-editor-tutorial/) that you can play with.
514514

515515
Source code for this part is available on [github](https://github.com/grassator/canvas-text-editor) under `part-6` tag.
516516

@@ -724,7 +724,7 @@ The implementation details of `setInputText` aren’t really important because i
724724

725725
### Summary
726726

727-
If you want to see the latest version of the editor in action – visit a live [demo page](https://grassator.github.com/canvas-text-editor-tutorial/).
727+
If you want to see the latest version of the editor in action – visit a live [demo page](https://grassator.github.io/canvas-text-editor-tutorial/).
728728

729729
Please note that code for this part also contains a lot of fixes for compatibility issues in Opera and Firefox that made text editor previously unusable there.
730730

0 commit comments

Comments
 (0)