From addfab4a0f145e018a20522409563cf49f71c980 Mon Sep 17 00:00:00 2001 From: Ming Tsai Date: Sun, 17 Jan 2021 11:29:05 -0400 Subject: [PATCH] chore: add relative path for index --- sorting/README.md | 4 ++-- strings/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sorting/README.md b/sorting/README.md index 5e551351..8a17aa79 100644 --- a/sorting/README.md +++ b/sorting/README.md @@ -2,10 +2,10 @@ ### c-or-cpp -1. bubble-sort.cpp +1. [Bubble Sort](c-or-cpp/bubble-sort.cpp) ### python -1. bubble-sort.py +1. [Bubble Sort](python/bubble-sort.py) diff --git a/strings/README.md b/strings/README.md index d9a742fa..054539aa 100644 --- a/strings/README.md +++ b/strings/README.md @@ -2,4 +2,4 @@ ### c-or-cpp -1. palindrome check (palindrome.c) +1. [Palindrome Check](c-or-cpp/palindrome.c)