From 7c496849bb6d35e6465fb87819ac5de7df430707 Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Sat, 18 Jul 2026 20:10:04 +0200 Subject: [PATCH] Fix marketplace screenshot URLs --- README.md | 2 +- umbraco-marketplace-readme.md | 2 +- umbraco-marketplace.json | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f0bd7fd..ebbe874 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ `TheBuilder.WebAnalytics` displays [Vercel Web Analytics](https://vercel.com/docs/analytics) in the Umbraco backoffice. -![Web Analytics overview in the Umbraco backoffice](https://raw.githubusercontent.com/thebuilder/web-analytics/main/docs/screenshots/analytics-overview.png) +![Web Analytics overview in the Umbraco backoffice](https://raw.githubusercontent.com/thebuilder/web-analytics/refs/heads/main/docs/screenshots/analytics-overview.png) It provides: diff --git a/umbraco-marketplace-readme.md b/umbraco-marketplace-readme.md index 5aee310..1bac30d 100644 --- a/umbraco-marketplace-readme.md +++ b/umbraco-marketplace-readme.md @@ -4,7 +4,7 @@ **Web Analytics brings Vercel Web Analytics into the Umbraco backoffice.** View traffic, audience, referrers, pages, campaigns, and custom events without leaving Umbraco. -![Web Analytics overview in the Umbraco backoffice](https://raw.githubusercontent.com/thebuilder/web-analytics/main/docs/screenshots/analytics-overview.png) +![Web Analytics overview in the Umbraco backoffice](https://raw.githubusercontent.com/thebuilder/web-analytics/refs/heads/main/docs/screenshots/analytics-overview.png) ## Features diff --git a/umbraco-marketplace.json b/umbraco-marketplace.json index 00caf1c..64f4db5 100644 --- a/umbraco-marketplace.json +++ b/umbraco-marketplace.json @@ -18,19 +18,19 @@ "PackageType": "Integration", "Screenshots": [ { - "ImageUrl": "https://raw.githubusercontent.com/thebuilder/web-analytics/main/docs/screenshots/analytics-overview.png", + "ImageUrl": "https://raw.githubusercontent.com/thebuilder/web-analytics/refs/heads/main/docs/screenshots/analytics-overview.png", "Caption": "Explore visitors, page views, traffic history, popular pages, and referrers from the Analytics section." }, { - "ImageUrl": "https://raw.githubusercontent.com/thebuilder/web-analytics/main/docs/screenshots/audience-events-and-flags.png", + "ImageUrl": "https://raw.githubusercontent.com/thebuilder/web-analytics/refs/heads/main/docs/screenshots/audience-events-and-flags.png", "Caption": "Understand audience devices and locations alongside custom events and feature flags." }, { - "ImageUrl": "https://raw.githubusercontent.com/thebuilder/web-analytics/main/docs/screenshots/custom-event-details.png", + "ImageUrl": "https://raw.githubusercontent.com/thebuilder/web-analytics/refs/heads/main/docs/screenshots/custom-event-details.png", "Caption": "Drill into custom event properties and compare visitors with total events." }, { - "ImageUrl": "https://raw.githubusercontent.com/thebuilder/web-analytics/main/docs/screenshots/settings.png", + "ImageUrl": "https://raw.githubusercontent.com/thebuilder/web-analytics/refs/heads/main/docs/screenshots/settings.png", "Caption": "Configure access, caching, project connections, and document analytics mappings in Umbraco." } ],