From 67d86beaa63356537d0d21e5e0ce680ff176c8b8 Mon Sep 17 00:00:00 2001 From: Julien Huang Date: Wed, 18 Sep 2024 22:41:14 +0200 Subject: [PATCH] docs: fix applicationinsights web repo link --- docs/content/index.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/index.yml b/docs/content/index.yml index 2c75b73..49228c1 100644 --- a/docs/content/index.yml +++ b/docs/content/index.yml @@ -26,5 +26,5 @@ features: - title: 'Server side integration of applicationinsights' description: 'Client side integration with @microsoft/applicationinsights-web' icon: 'i-ph-browser' - to: 'https://www.npmjs.com/package/applicationinsights-js' + to: 'https://github.com/microsoft/ApplicationInsights-JS' target: '_blank'