From f8d53ebb83146187a531a251f2a1454c7907f65d Mon Sep 17 00:00:00 2001 From: lucasferreiralimax Date: Tue, 22 Oct 2024 02:35:24 -0300 Subject: [PATCH] update link github --- src/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 9b3f711..9b67e2b 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -32,7 +32,7 @@ export class AppComponent { this.angularVersion = pkg.dependencies?.['@angular/core'].replace('^', ''); this.configNucleus = { name: 'voicecapture-angular', - github: 'https://github.com/livre-saber/voicecapture-angular', + github: 'https://github.com/angular-a11y/voicecapture-angular', npm: 'https://www.npmjs.com/package/voicecapture-angular', appVersion: this.appVersion, angularVersion: this.angularVersion,