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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -331,7 +331,7 @@ return !handled;
331
331
};
332
332
```
333
333
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.
335
335
336
336
Source code for this part is available on [github](https://github.com/grassator/canvas-text-editor) under `part-5` tag.
337
337
@@ -510,7 +510,7 @@ That’s all – deletion should be working now.
510
510
511
511
### Summary
512
512
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.
514
514
515
515
Source code for this part is available on [github](https://github.com/grassator/canvas-text-editor) under `part-6` tag.
516
516
@@ -724,7 +724,7 @@ The implementation details of `setInputText` aren’t really important because i
724
724
725
725
### Summary
726
726
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/).
728
728
729
729
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.
0 commit comments