From 87949fe2a005a6bc3dab29a0ec24226480e20569 Mon Sep 17 00:00:00 2001 From: Amadou Sall Date: Wed, 2 Oct 2024 18:13:54 +0200 Subject: [PATCH] docs: replace AngularJS's website with Angular's website (#18259) --- .../landing/3. frameworks-section/FrameworksSection.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/theme/components/landing/3. frameworks-section/FrameworksSection.vue b/docs/.vitepress/theme/components/landing/3. frameworks-section/FrameworksSection.vue index 8ddab8a1cc75b6..c73104fa3581bc 100644 --- a/docs/.vitepress/theme/components/landing/3. frameworks-section/FrameworksSection.vue +++ b/docs/.vitepress/theme/components/landing/3. frameworks-section/FrameworksSection.vue @@ -46,7 +46,7 @@ const frameworks: Framework[] = [ name: 'Angular', logo: logoAngular, color: '#e03237', - url: 'https://angularjs.org/', + url: 'https://angular.dev/', visible: ref(false), }, {