From bc9f2c2f2374b423bb05f2480c75cc8607cee550 Mon Sep 17 00:00:00 2001 From: StarsbySea <66008060+StarsbySea@users.noreply.github.com> Date: Wed, 19 Apr 2023 00:47:08 +0800 Subject: [PATCH] adb: Fix homepage (#4685) --- bucket/adb.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/adb.json b/bucket/adb.json index 5f274bb46d..c7ce488c86 100644 --- a/bucket/adb.json +++ b/bucket/adb.json @@ -1,10 +1,10 @@ { "version": "34.0.1", "description": "Android SDK platform-tools includes tools that interface with the Android platform, such as adb and fastboot", - "homepage": "https://developer.android.com/studio/releases/platform-tools.html", + "homepage": "https://developer.android.com/studio/releases/platform-tools", "license": { "identifier": "Freeware", - "url": "https://developer.android.com/studio/releases/platform-tools.html#downloads" + "url": "https://developer.android.com/studio/releases/platform-tools#downloads" }, "url": "https://dl.google.com/android/repository/platform-tools_r34.0.1-windows.zip", "hash": "5dd9c2be744c224fa3a7cbe30ba02d2cb378c763bd0f797a7e47e9f3156a5daa",