Skip to content

Commit 47b06a4

Browse files
authored
Merge pull request #462 from Srikanth9793/patch-2
Missed projectLink in Aprenda lists
2 parents 67d0125 + 9220bef commit 47b06a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,8 +1297,8 @@ const projectList = [
12971297
{
12981298
name: "aprenda-go-com-testes",
12991299
imageSrc:
1300-
"https://github.com/larien/aprenda-go-com-testes/blob/main/.gitbook/assets/red-green-blue-gophers-smaller.png",
1301-
githubLink: "https://github.com/larien/aprenda-go-com-testes",
1300+
"https://raw.githubusercontent.com/larien/aprenda-go-com-testes/refs/heads/main/.gitbook/assets/red-green-blue-gophers-smaller.png",
1301+
projectLink: "https://github.com/cassio645/aprenda-go-com-testes",
13021302
description: "learn easily and quickly",
13031303
tags: ["go"],
13041304
},

0 commit comments

Comments
 (0)