From 021a8f661fe3790ebbdae9ca88fb7d7fa2df8334 Mon Sep 17 00:00:00 2001 From: Swastik Baranwal Date: Tue, 12 Nov 2019 22:15:51 +0530 Subject: [PATCH] Update links (#36) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1266dbe..2b9f5e3 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 @@ -57,7 +57,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 🎨