Skip to content

Commit

Permalink
fix: update labs link
Browse files Browse the repository at this point in the history
  • Loading branch information
dlockhart authored May 18, 2022
1 parent 3abc757 commit 7bcec2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generators/default-content/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function run(templateData) {
replaceText(`${getDestinationPath(templateData.hyphenatedName)}/package.json`, replacementsPackage);

const replacementsREADME = templateData;
replacementsREADME.labsChecklist = templateData.org === 'labs' ? `\n> Note: this is a ["labs" component](https://github.com/BrightspaceUI/guide/wiki/Component-Tiers). While functional, these tasks are prerequisites to promotion to BrightspaceUI "official" status:
replacementsREADME.labsChecklist = templateData.org === 'labs' ? `\n> Note: this is a ["labs" component](https://daylight.d2l.dev/developing/getting-started/component-tiers/). While functional, these tasks are prerequisites to promotion to BrightspaceUI "official" status:
>
> - [ ] [Design organization buy-in](https://daylight.d2l.dev/developing/creating-component/before-building/#working-with-design)
> - [ ] [Architectural sign-off](https://daylight.d2l.dev/developing/creating-component/before-building/#web-component-architecture)
Expand Down

0 comments on commit 7bcec2a

Please sign in to comment.