From 9985b71c9f1a95b389f0946a68de2ce434a8b224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Fri, 24 Dec 2021 17:01:46 +0300 Subject: [PATCH] update viewsource url --- src/app/app.menu.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.menu.component.ts b/src/app/app.menu.component.ts index 1f90167..8f4493d 100644 --- a/src/app/app.menu.component.ts +++ b/src/app/app.menu.component.ts @@ -125,7 +125,7 @@ export class AppMenuComponent implements OnInit { label: 'Documentation', icon: 'pi pi-fw pi-question', routerLink: ['/documentation'] }, { - label: 'View Source', icon: 'pi pi-fw pi-search', url: ['https://github.com/primefaces/sakai-angular'] + label: 'View Source', icon: 'pi pi-fw pi-search', url: ['https://github.com/primefaces/sakai-ng'] } ] }