Skip to content

Commit

Permalink
Used pull request karan#191 to update links so that README.md doesn't…
Browse files Browse the repository at this point in the history
… link to original but links to this fork.
  • Loading branch information
1cg1 committed Nov 16, 2023
1 parent 10ed1c0 commit b58dc94
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
---------
Expand Down

0 comments on commit b58dc94

Please sign in to comment.