chore: add relative path for index

pull/13/head
Ming Tsai 2021-01-17 11:29:05 -04:00
parent 31ea320988
commit addfab4a0f
2 changed files with 3 additions and 3 deletions

View File

@ -2,10 +2,10 @@
### c-or-cpp ### c-or-cpp
1. bubble-sort.cpp 1. [Bubble Sort](c-or-cpp/bubble-sort.cpp)
### python ### python
1. bubble-sort.py 1. [Bubble Sort](python/bubble-sort.py)

View File

@ -2,4 +2,4 @@
### c-or-cpp ### c-or-cpp
1. palindrome check (palindrome.c) 1. [Palindrome Check](c-or-cpp/palindrome.c)