fix writing addons link

This commit is contained in:
winkerVSbecks 2021-03-26 09:37:18 -04:00
parent 88f6bb81bc
commit 7a198978a3

View File

@ -6,7 +6,7 @@ Storybook addons are listed in the [catalog](/addons) and distributed via npm. T
Add your addon to the catalog by publishing an npm package that follows these requirements:
- `package.json` with [module information](writing-addons.md#get-started) and [addon metadata](#addon-metadata)
- `package.json` with [module information](./writing-addons.md#get-started) and [addon metadata](#addon-metadata)
- `README.md` file with installation and configuration instructions
- `/dist` directory containing transpiled ES5 code
- `preset.js` file written as an ES5 module at the root level