From 5ea283412c260fd7e67cea2dd46d61124469c2a1 Mon Sep 17 00:00:00 2001 From: Remi Rampin Date: Tue, 4 Dec 2018 15:52:12 -0500 Subject: [PATCH 1/2] Update GitHub links: thekarangoel -> karan --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 343480ce0..d0ddbe6b4 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ Mega Project List ======== -A list of practical projects that anyone can solve in any programming language (See [solutions](https://github.com/thekarangoel/Projects-Solutions)). These projects are divided in multiple categories, and each category has its own folder. +A list of practical projects that anyone can solve in any programming language (See [solutions](https://github.com/karan/Projects-Solutions)). These projects are divided in multiple categories, and each category has its own folder. To get started, simply fork this repo. -## [CONTRIBUTING](https://github.com/thekarangoel/Projects/blob/master/CONTRIBUTING.md) +## [CONTRIBUTING](https://github.com/karan/Projects/blob/master/CONTRIBUTING.md) -See ways of [contributing](https://github.com/thekarangoel/Projects/blob/master/CONTRIBUTING.md) to this repo. You can contribute **solutions** (will be published in this [repo](https://github.com/thekarangoel/Projects-Solutions)) to existing problems, **add new projects** or remove existing ones. Make sure you follow all instructions properly. +See ways of [contributing](https://github.com/karan/Projects/blob/master/CONTRIBUTING.md) to this repo. You can contribute **solutions** (will be published in this [repo](https://github.com/karan/Projects-Solutions)) to existing problems, **add new projects** or remove existing ones. Make sure you follow all instructions properly. -## [Solutions](https://github.com/thekarangoel/Projects-Solutions) +## [Solutions](https://github.com/karan/Projects-Solutions) -You can find implementations of these projects in many other languages by other users in [this repo](https://github.com/thekarangoel/Projects-Solutions). +You can find implementations of these projects in many other languages by other users in [this repo](https://github.com/karan/Projects-Solutions). ## Credits From 34344d07176b9d7cede6d951584279115b8c6483 Mon Sep 17 00:00:00 2001 From: Remi Rampin Date: Tue, 4 Dec 2018 15:53:24 -0500 Subject: [PATCH 2/2] Use relative links in markdown This will make forks work, as well as the view on mobile (where the full README is not shown on the project page, but only on blob/master/README.md). --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index d0ddbe6b4..db7b26335 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ A list of practical projects that anyone can solve in any programming language ( To get started, simply fork this repo. -## [CONTRIBUTING](https://github.com/karan/Projects/blob/master/CONTRIBUTING.md) +## [CONTRIBUTING](CONTRIBUTING.md) -See ways of [contributing](https://github.com/karan/Projects/blob/master/CONTRIBUTING.md) to this repo. You can contribute **solutions** (will be published in this [repo](https://github.com/karan/Projects-Solutions)) to existing problems, **add new projects** or remove existing ones. Make sure you follow all instructions properly. +See ways of [contributing](CONTRIBUTING.md) to this repo. You can contribute **solutions** (will be published in this [repo](https://github.com/karan/Projects-Solutions)) to existing problems, **add new projects** or remove existing ones. Make sure you follow all instructions properly. ## [Solutions](https://github.com/karan/Projects-Solutions) @@ -25,19 +25,19 @@ Problems are motivated by the ones shared at: ## Table of Contents -- [Numbers](https://github.com/karan/Projects#numbers) -- [Classic Algorithms](https://github.com/karan/Projects#classic-algorithms) -- [Graph](https://github.com/karan/Projects#graph) -- [Data Structures](https://github.com/karan/Projects#data-structures) -- [Text](https://github.com/karan/Projects#text) -- [Networking](https://github.com/karan/Projects#networking) -- [Classes](https://github.com/karan/Projects#classes) -- [Threading](https://github.com/karan/Projects#threading) -- [Web](https://github.com/karan/Projects#web) -- [Files](https://github.com/karan/Projects#files) -- [Databases](https://github.com/karan/Projects#databases) -- [Graphics and Multimedia](https://github.com/karan/Projects#graphics-and-multimedia) -- [Security](https://github.com/karan/Projects#security) +- [Numbers](#numbers) +- [Classic Algorithms](#classic-algorithms) +- [Graph](#graph) +- [Data Structures](#data-structures) +- [Text](#text) +- [Networking](#networking) +- [Classes](#classes) +- [Threading](#threading) +- [Web](#web) +- [Files](#files) +- [Databases](#databases) +- [Graphics and Multimedia](#graphics-and-multimedia) +- [Security](#security) Numbers ---------