From 3c1da985a3cae19af01c0a3064a761083709eb8c Mon Sep 17 00:00:00 2001 From: Eaglesight02 Date: Mon, 1 Jan 2024 21:22:20 +0530 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 441e95c3..0ff0c076 100644 --- a/README.md +++ b/README.md @@ -703,7 +703,7 @@ When learning CS, there are some useful sites you must know to get always inform - [Can I use](https://caniuse.com/) : A website that provides up-to-date browser support tables for support of front-end web technologies on desktop and mobile web browsers. - [GitHub.com Build software better, together](https://github.com) : Place to showcase your project and collaborate with others. (Must know Git to use it effectively) - [GitLab](https://about.gitlab.com) : An alternative to GitHub that offers free unlimited (private) repositories and unlimited collaborators. -- [Programmer Competency Matrix](https://sijinjoseph.com/programmer-competency-matrix/) : article for knowing what our level as a programmer is. +- [Programmer Competency Matrix](https://www.sijinjoseph.com/programmer-competency-matrix/) : article for knowing what our level as a programmer is.
↥ Back To Top