We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04aed5 commit 25e7718Copy full SHA for 25e7718
README.md
@@ -10,7 +10,7 @@ See a little [demo] (http://myjs.fr/my-class/example/example.html).
10
11
My.js class system is not only a class implementation, it's mostly a class design.
12
13
-See [how My.js classes achieve better perfs] (http://myjs.fr/my-class/).
+See [how My.js classes achieve better perfs] (http://jiem.github.io/my-class/).
14
15
16
## Create a class
@@ -87,7 +87,7 @@ See [how My.js classes achieve better perfs] (http://myjs.fr/my-class/).
87
88
## Private methods
89
90
- See the section "Private fields and methods" of [this post] (http://myjs.fr/my-class/).
+ See the section "Private fields and methods" of [this post] (http://jiem.github.io/my-class/).
91
92
93
## Add methods to a class
0 commit comments