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: tests/dummy/app/templates/docs/standalone-apps.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ let app = new EmberApp(defaults, {
35
35
});
36
36
```
37
37
38
-
If the addon is authored in [v2 Addon Format](https://github.com/embroider-build/addon-blueprint)`ember-cli-addon-docs` will look for the addon source code in `src` folder.
38
+
If the addon is authored in [v2 Addon Format](https://rfcs.emberjs.com/id/0507-embroider-v2-package-format/)`ember-cli-addon-docs` will look for the addon source code in `src` folder.
39
39
You may need to set `addonSrcFolder` config option if addon uses another folder:
0 commit comments