From 822d292912c7ecd68e5ea53ae35a4a6dafee163f Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Wed, 12 Jul 2017 11:46:59 -0700 Subject: [PATCH] Fix autoupdate URLs in git-lfs --- git-lfs.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/git-lfs.json b/git-lfs.json index 1164796c5c..577f6e5ff4 100644 --- a/git-lfs.json +++ b/git-lfs.json @@ -17,16 +17,16 @@ "depends": "git", "bin": "git-lfs.exe", "checkver": { - "github": "https://github.com/github/git-lfs" + "github": "https://github.com/git-lfs/git-lfs" }, "autoupdate": { "architecture": { "32bit": { - "url": "https://github.com/github/git-lfs/releases/download/v$version/git-lfs-windows-386-$version.zip", + "url": "https://github.com/git-lfs/git-lfs/releases/download/v$version/git-lfs-windows-386-$version.zip", "extract_dir": "git-lfs-windows-386-$version" }, "64bit": { - "url": "https://github.com/github/git-lfs/releases/download/v$version/git-lfs-windows-amd64-$version.zip", + "url": "https://github.com/git-lfs/git-lfs/releases/download/v$version/git-lfs-windows-amd64-$version.zip", "extract_dir": "git-lfs-windows-amd64-$version" } }