Skip to content

Commit 7e13395

Browse files
committed
[CHORE] Update links to various codemods
1 parent 76b057a commit 7e13395

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ That codemod uses (puppeteer)(https://github.com/GoogleChrome/puppeteer) (via th
2424
The idea for the extraction was to put the harness in this package
2525
(extracted from the native class codemod), but have the actual "telemetry gathering"
2626
live in each individual codemod project because the things that they need are quite different
27-
for example, for [implicit this codemod]() and [angle brackets codemod]() all we need to know is an array of the helpers and components in the app
28-
but for native class codemod it needs much more info (names and types of methods, properties, etc on each default export)
27+
for example, for [implicit this codemod](https://github.com/ember-codemods/ember-no-implicit-this-codemod) and
28+
[angle brackets codemod](https://github.com/ember-codemods/ember-angle-brackets-codemod) all we need to know is an array of the helpers and components in the app
29+
but for [native class codemod](https://github.com/ember-codemods/ember-native-class-codemod) it needs much more info (names and types of methods, properties, etc on each default export)

0 commit comments

Comments
 (0)