From 7bcec2aabc176069b087333af0b66b47e91c8996 Mon Sep 17 00:00:00 2001 From: Dave Lockhart Date: Wed, 18 May 2022 16:10:24 -0400 Subject: [PATCH] fix: update labs link --- src/generators/default-content/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generators/default-content/index.js b/src/generators/default-content/index.js index 4f41374..147dda3 100644 --- a/src/generators/default-content/index.js +++ b/src/generators/default-content/index.js @@ -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)