From 73da17a395b77ef4e59f91204000219ac829dd00 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini <16690124+samelhusseini@users.noreply.github.com> Date: Thu, 21 Jun 2018 16:19:31 -0700 Subject: [PATCH] Set organizationUrl to https://makecode.com/org so that it redirects to the about page, rather than makecode.com --- pxtarget.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pxtarget.json b/pxtarget.json index 9d939104..451922ae 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -87,7 +87,7 @@ "cardLogo": "./static/icons/android-chrome-192x192.png", "appLogo": "./static/icons/android-chrome-192x192.png", "organization": "Microsoft MakeCode", - "organizationUrl": "https://makecode.com/", + "organizationUrl": "https://makecode.com/org", "organizationLogo": "./static/Microsoft-logo_rgb_c-gray-square.png", "organizationWideLogo": "./static/Microsoft-logo_rgb_c-gray.png", "homeUrl": "https://makecode.mindstorms.com/",