Skip to content

Commit fd75c6f

Browse files
authored
Merge pull request #219 from oxr463/patch-1
Change projectLink for PRoot
2 parents 18a2a11 + 43d0f95 commit fd75c6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/ProjectList/listOfProjects.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -711,9 +711,9 @@ const projectList = [
711711
tags: ["javascript", "html", "css", "tutorial"],
712712
},
713713
{
714-
name: "PRoot",
715-
imageSrc: "https://avatars2.githubusercontent.com/u/12125707",
716-
projectLink: "https://github.com/proot-me/PRoot/contribute",
714+
name: 'PRoot',
715+
imageSrc: 'https://avatars2.githubusercontent.com/u/12125707',
716+
projectLink: 'https://github.com/proot-me/proot',
717717
description:
718718
"chroot, mount --bind, and binfmt_misc without privilege/setup for Linux ",
719719
tags: ["chroot-environment", "userland-exec", "rootfs", "chroot", "c"],

0 commit comments

Comments
 (0)