Skip to content

Commit 4996277

Browse files
fix: update PyTorch logo location
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent b7b708d commit 4996277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1228,7 +1228,7 @@ const projectList = [
12281228
{
12291229
name: "Pytorch",
12301230
imageSrc:
1231-
"https://github.com/pytorch/pytorch/raw/master/docs/source/_static/img/pytorch-logo-dark.png",
1231+
"https://raw.githubusercontent.com/pytorch/pytorch/main/docs/source/_static/img/pytorch-logo-dark.png",
12321232
projectLink: "https://github.com/pytorch/pytorch",
12331233
description:
12341234
"PyTorch is an optimized tensor library for deep learning using GPUs and CPUs.",

0 commit comments

Comments
 (0)