Skip to content

Commit e73ceee

Browse files
authored
updated broken links and contribution URLs
this is in context with the (here)[#153], **Problem** Invlid logo URL used in ``` src/components/ProjectList/listOfProjects.js ``` - ifme [ Line No. - 464 ] - Game of Life [ Line No. 660 ] - Light Table [ Line No. 541 ] **SOLUTIONS** - above mentioned lines are resolved and fixed in this branch
1 parent 4f77532 commit e73ceee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,8 @@ const projectList = [
461461
},
462462
{
463463
name: 'ifme',
464-
imageSrc: 'https://raw.githubusercontent.com/ifmeorg/ifme/master/public/logo_512.png',
465-
projectLink: 'https://github.com/ifmeorg/ifme/contribute',
464+
imageSrc: 'https://avatars1.githubusercontent.com/u/23299450?s=200',
465+
projectLink: 'https://github.com/ifmeorg/ifme',
466466
description: 'A community for mental health experiences',
467467
tags: ['ruby-on-rails', 'javascript', 'react']
468468
},
@@ -538,7 +538,7 @@ const projectList = [
538538
},
539539
{
540540
name: 'Light Table',
541-
imageSrc: 'http://lighttable.com/images/logo.png',
541+
imageSrc: 'https://avatars1.githubusercontent.com/u/5877010?s=200',
542542
projectLink: 'https://github.com/LightTable',
543543
description: 'Light Table is a next generation code editor that connects you to your creation with instant feedback. Light Table is very customizable and can display anything a Chromium browser can.',
544544
tags: ['clojurescript', 'ide', 'editor', 'clojure', 'lighttable', 'clojure-development']
@@ -657,7 +657,7 @@ const projectList = [
657657
},
658658
{
659659
name: 'Game of Life',
660-
imageSrc: 'https://raw.githubusercontent.com/TroyTae/game-of-life/master/.github/images/favicon.gif',
660+
imageSrc: 'https://avatars0.githubusercontent.com/u/20078201?s=460&u=3e17a0f93f3c87b4dcef5671b623519229a5c4fb&v=4',
661661
projectLink: 'https://github.com/TroyTae/game-of-life/contribute',
662662
description: 'Conway\'s game of life web version!',
663663
tags: ['Javascript', 'Typescript', 'Good First Issue'],

0 commit comments

Comments
 (0)