Skip to content

Commit

Permalink
Merge pull request #219 from oxr463/patch-1
Browse files Browse the repository at this point in the history
Change projectLink for PRoot
  • Loading branch information
Roshanjossey authored Dec 22, 2024
2 parents 18a2a11 + 43d0f95 commit fd75c6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/ProjectList/listOfProjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -711,9 +711,9 @@ const projectList = [
tags: ["javascript", "html", "css", "tutorial"],
},
{
name: "PRoot",
imageSrc: "https://avatars2.githubusercontent.com/u/12125707",
projectLink: "https://github.com/proot-me/PRoot/contribute",
name: 'PRoot',
imageSrc: 'https://avatars2.githubusercontent.com/u/12125707',
projectLink: 'https://github.com/proot-me/proot',
description:
"chroot, mount --bind, and binfmt_misc without privilege/setup for Linux ",
tags: ["chroot-environment", "userland-exec", "rootfs", "chroot", "c"],
Expand Down

0 comments on commit fd75c6f

Please sign in to comment.