From 8fc36174e1dd51b161579d6153c93aa16998fd7a Mon Sep 17 00:00:00 2001 From: Swastik Baranwal Date: Tue, 12 Nov 2019 21:44:41 +0530 Subject: [PATCH] Update links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0efc64b..326e628 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ A curated list of awesome V frameworks, libraries, software and resources. ## Applications ### Package manager -* [vpkg](https://github.com/nedpals/vpkg) - Toy package manager written on V. +* [vpkg](https://github.com/vpkg-project/vpkg) - An alternative package manager for V. * [vpm](https://github.com/yue-best-practices/vpm) - The V language package management tool written in V. ### Interpreters/Compilers @@ -54,7 +54,7 @@ A curated list of awesome V frameworks, libraries, software and resources. * [vgl](https://github.com/justicesuh/vgl) - Low-level graphics API access. ### Text processing -* [v-regex](https://github.com/ShellBear/v-regex) - A simple regex library for V. +* [v-regex](https://github.com/spytheman/v-regex) - A simple regex library for V. * [chalk](https://github.com/etienne-napoleone/chalk) - Colorize strings in the terminal. * [crayon](https://github.com/thecodrr/crayon) - 🖍️ Paint your terminal output like Picasso 🎨