From bcc5f5747be8f3aabcbd70f45344089dc5553a2a Mon Sep 17 00:00:00 2001
From: Sven-Hendrik Haase <svenstaro@archlinux.org>
Date: Mon, 22 Jun 2020 08:35:18 +0000
Subject: [PATCH] Update note to point to new path

---
 PKGBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PKGBUILD b/PKGBUILD
index 343da55..966cf1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ url="https://developer.nvidia.com/cuDNN"
 license=('custom')
 depends=('cuda>=11')
 # To figure out these URLs, check out the Dockerfiles at
-# https://gitlab.com/nvidia/cuda/tree/centos7 for the appropriate cuda version
+# https://gitlab.com/nvidia/container-images/cuda/-/tree/master/dist for the appropriate cuda version
 # or make an NVIDIA Developer account.
 source=("https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn${_majorver}-dev_${pkgver}-1+cuda${_cudaver}_amd64.deb"
         "https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn${_majorver}_${pkgver}-1+cuda${_cudaver}_amd64.deb"
-- 
GitLab