CS-Tutorial
CS-Tutorial copied to clipboard
"Table of content" links availability
In README.md, there are some links that are not available, and the response is 404. That happened because of the not updated names.
The links are mentioned here:
-
Pure Programming
- :x: Python
- :x: Data Structure
-
Operating Systems
- :x: Linux
-
Database Tools
- :x: Git
-
Data Science
- :x: Introduction
- :x: Linear Algebra
- :x: Statistics
I tried to modify them:
- ## Pure Programming
- [Python](01.%20Python)
- [Data Structure](03.%20Data%20Structure%20and%20Algorithm)
- ## Operating Systems
- [Linux](02.%20Linux)
- ## Database Tools
- [Git](05.%20Git)
- ## Data Science
- [Data Processing](04.%20Data%20Science/02.%20Data%20Processing)
- [Statistics](04.%20Data%20Science/03.%20Statistics)
- [Linear Algebra](04.%20Data%20Science/04.%20Linear%20Algebra)
:warning: Note There is no
Introductionin your04. Data Sciencedirectory. I replaced it with02. Data Processing
excellent Is it possible for you to apply these changes on a separate branch and send it as a PR?
Ok! I'll do it as soon as possible.