From c4bc1673c0528a3c18513394c0079655bd0a6e9e Mon Sep 17 00:00:00 2001 From: pankajs2272003 Date: Sat, 8 Oct 2022 11:05:23 +0530 Subject: [PATCH] fixing and updating link in pre existing projects --- Projects/1-Beginner/Bin2Dec-App.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Projects/1-Beginner/Bin2Dec-App.md b/Projects/1-Beginner/Bin2Dec-App.md index 9bb4503f..df1f7ef8 100644 --- a/Projects/1-Beginner/Bin2Dec-App.md +++ b/Projects/1-Beginner/Bin2Dec-App.md @@ -37,9 +37,9 @@ constraints: Try not to view this until you've developed your own solution: -- [Binary to decimal conversion program for beginners](https://www.youtube.com/watch?v=YMIALQE26KQ) +- [Binary to decimal conversion program for beginners](https://youtu.be/VLflTjd3lWA) - [Binary to Decimal converter using React](https://github.com/email2vimalraj/Bin2Dec) -- [Binary to Decimal converter with plain html, js and css](https://grfreire.github.io/Bin2Dec/) +- [Binary to Decimal converter with plain html, js and css](https://github.com/itsmraga-hub/Base-Number-Converter) - [Binary to Decimal converter using Flutter & Dart](https://github.com/israelss/AppIdeasCollection/tree/master/Tier1/Bin2Dec) - [Live preview built with Flutter for Web](https://bin2dec.web.app/#/) - [Binary to Decimal converter using React](https://github.com/geoffctn/Bin2Dec)