CS-Tutorial icon indicating copy to clipboard operation
CS-Tutorial copied to clipboard

"Table of content" links availability

Open hamedzeinalzadeh opened this issue 3 years ago • 2 comments

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 Introduction in your 04. Data Science directory. I replaced it with 02. Data Processing

hamedzeinalzadeh avatar Aug 25 '22 16:08 hamedzeinalzadeh

excellent Is it possible for you to apply these changes on a separate branch and send it as a PR?

siniorone avatar Aug 26 '22 08:08 siniorone

Ok! I'll do it as soon as possible.

hamedzeinalzadeh avatar Aug 27 '22 04:08 hamedzeinalzadeh