From af8ac9fc26eca90a4d7b63c2f7481163da1dc933 Mon Sep 17 00:00:00 2001 From: Yangshun Date: Tue, 22 Feb 2022 08:26:11 +0800 Subject: [PATCH] website: fix broken link --- contents/study-and-practice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/study-and-practice.md b/contents/study-and-practice.md index ed49f2a8..6aa639f0 100644 --- a/contents/study-and-practice.md +++ b/contents/study-and-practice.md @@ -23,7 +23,7 @@ keywords: If you have been out of college for a while, it is highly advisable to review Computer Science fundamentals — Algorithms and Data Structures. Personally, I prefer to review as I practice, so I scan through my college notes and review the various algorithms as I work on algorithm problems from LeetCode. -I collated a list of practical tips for the common algorithm and data structure topics under the [Algorithms tips](./algorithms/introduction) section. +I collated a list of practical tips for the common algorithm and data structure topics under the [Algorithms tips](./algorithms/introduction.md) section. ## Mastery through practice