Skip to content

Commit b58dc94

Browse files
committed
Used pull request karan#191 to update links so that README.md doesn't link to original but links to this fork.
1 parent 10ed1c0 commit b58dc94

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ A list of practical projects that anyone can solve in any programming language (
55

66
To get started, simply fork this repo.
77

8-
## [CONTRIBUTING](https://github.com/thekarangoel/Projects/blob/master/CONTRIBUTING.md)
8+
## [CONTRIBUTING](CONTRIBUTING.md)
99

10-
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.
10+
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.
1111

1212

13-
## [Solutions](https://github.com/thekarangoel/Projects-Solutions)
13+
## [Solutions](https://github.com/karan/Projects-Solutions)
1414

15-
You can find implementations of these projects in many other languages by other users in [this repo](https://github.com/thekarangoel/Projects-Solutions).
15+
You can find implementations of these projects in many other languages by other users in [this repo](https://github.com/karan/Projects-Solutions).
1616

1717
## Credits
1818

@@ -25,19 +25,19 @@ Problems are motivated by the ones shared at:
2525

2626
## Table of Contents
2727

28-
- [Numbers](https://github.com/karan/Projects#numbers)
29-
- [Classic Algorithms](https://github.com/karan/Projects#classic-algorithms)
30-
- [Graph](https://github.com/karan/Projects#graph)
31-
- [Data Structures](https://github.com/karan/Projects#data-structures)
32-
- [Text](https://github.com/karan/Projects#text)
33-
- [Networking](https://github.com/karan/Projects#networking)
34-
- [Classes](https://github.com/karan/Projects#classes)
35-
- [Threading](https://github.com/karan/Projects#threading)
36-
- [Web](https://github.com/karan/Projects#web)
37-
- [Files](https://github.com/karan/Projects#files)
38-
- [Databases](https://github.com/karan/Projects#databases)
39-
- [Graphics and Multimedia](https://github.com/karan/Projects#graphics-and-multimedia)
40-
- [Security](https://github.com/karan/Projects#security)
28+
- [Numbers](#numbers)
29+
- [Classic Algorithms](#classic-algorithms)
30+
- [Graph](#graph)
31+
- [Data Structures](#data-structures)
32+
- [Text](#text)
33+
- [Networking](#networking)
34+
- [Classes](#classes)
35+
- [Threading](#threading)
36+
- [Web](#web)
37+
- [Files](#files)
38+
- [Databases](#databases)
39+
- [Graphics and Multimedia](#graphics-and-multimedia)
40+
- [Security](#security)
4141

4242
Numbers
4343
---------

0 commit comments

Comments
 (0)