]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: Invalid logo link (#1309) [skip ci]
authorAlex Liu <larch.liu@gmail.com>
Mon, 14 Feb 2022 10:44:08 +0000 (18:44 +0800)
committerGitHub <noreply@github.com>
Mon, 14 Feb 2022 10:44:08 +0000 (11:44 +0100)
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
src/devtools.ts

index 8ba1cac119d535d148ca444e465a2d4524cc2a20..3d1764e41d778a0ce0803fa8c732ba8687e8628d 100644 (file)
@@ -66,8 +66,8 @@ export function addDevtools(app: App, router: Router, matcher: RouterMatcher) {
       id: 'org.vuejs.router' + (id ? '.' + id : ''),
       label: 'Vue Router',
       packageName: 'vue-router',
-      homepage: 'https://next.router.vuejs.org/',
-      logo: 'https://vuejs.org/images/icons/favicon-96x96.png',
+      homepage: 'https://router.vuejs.org',
+      logo: 'https://router.vuejs.org/logo.png',
       componentStateTypes: ['Routing'],
       app,
     },