From 2c87ddf2bbc5da643a767b7d29f7bf62eef8c380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danny=20Nyg=C3=A5rd=20Hansen?= Date: Sun, 19 Feb 2023 18:23:00 +0100 Subject: [PATCH 1/2] Updated ToC links. Links in ToC now relative instead of absolute. In forks, doesn't jump to github.com/karan when clicking them anymore. --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 343480ce0..139fa72ce 100644 --- a/README.md +++ b/README.md @@ -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 --------- From 1fc9085e052bc446ae4359e0871fae5d986a1d13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danny=20Nyg=C3=A5rd=20Hansen?= Date: Sun, 19 Feb 2023 18:26:34 +0100 Subject: [PATCH 2/2] Updated links. Re: last commit. Also updated contribution and solutions links. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 139fa72ce..6b779a557 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ A list of practical projects that anyone can solve in any programming language ( To get started, simply fork this repo. -## [CONTRIBUTING](https://github.com/thekarangoel/Projects/blob/master/CONTRIBUTING.md) +## [CONTRIBUTING](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](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