Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links in README.md #132

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -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](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