Skip to content

Commit 35ff036

Browse files
committed
fix: Link to RFC for v2 addon format isntead of specific blueprint
1 parent d0f377a commit 35ff036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dummy/app/templates/docs/standalone-apps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ let app = new EmberApp(defaults, {
3535
});
3636
```
3737

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.
3939
You may need to set `addonSrcFolder` config option if addon uses another folder:
4040

4141
```js

0 commit comments

Comments
 (0)