Skip to content

Commit f1f0040

Browse files
authored
Update links to Roc
"Roc" was renamed to "Roc Toolkit", this PR updates the name and links.
1 parent 98878f6 commit f1f0040

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -516,9 +516,9 @@ const projectList = [
516516
tags: ['JavaScript', 'server-rendering', 'node', 'nextjs', 'react']
517517
},
518518
{
519-
name: 'Roc',
520-
imageSrc: 'https://roc-project.github.io/icon.png',
521-
projectLink: 'https://github.com/roc-project/roc/labels/help%20wanted',
519+
name: 'Roc Toolkit',
520+
imageSrc: 'https://roc-streaming.org/icon.png',
521+
projectLink: 'https://github.com/roc-streaming/roc-toolkit/labels/help%20wanted',
522522
description: 'A toolkit for real-time audio streaming over the network',
523523
tags: ['C++', 'Audio', 'Streaming', 'Networking', 'Cross-Platform', 'Linux', 'MacOS', 'Windows']
524524
},

0 commit comments

Comments
 (0)