We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b708d commit 4996277Copy full SHA for 4996277
src/components/ProjectList/listOfProjects.js
@@ -1228,7 +1228,7 @@ const projectList = [
1228
{
1229
name: "Pytorch",
1230
imageSrc:
1231
- "https://github.com/pytorch/pytorch/raw/master/docs/source/_static/img/pytorch-logo-dark.png",
+ "https://raw.githubusercontent.com/pytorch/pytorch/main/docs/source/_static/img/pytorch-logo-dark.png",
1232
projectLink: "https://github.com/pytorch/pytorch",
1233
description:
1234
"PyTorch is an optimized tensor library for deep learning using GPUs and CPUs.",
0 commit comments