From beaa199bca248f7a30fb7141564cf405a428931b Mon Sep 17 00:00:00 2001 From: wsun Date: Sun, 8 Oct 2023 00:36:32 -0400 Subject: [PATCH] fix broken link --- python/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/index.md b/python/index.md index e010b02..08b4fc3 100644 --- a/python/index.md +++ b/python/index.md @@ -35,7 +35,7 @@ Students will learn Python and web programming, and learn how to completed proje 1. [Introduce and get start with python](2_LearnPython/01.GetStartWithPython.md) 2. [Drawing with Python Turtle](./2_LearnPython/02.1_DrawingWithPythonTurtle.md) - - [draw lines](2_LearnPython/02.DrawingWithPythonTurtle.md) + - [draw lines](./2_LearnPython/02.1_DrawingWithPythonTurtle.md) - [draw cycle and color](./2_LearnPython/02.2_Turtle_DrawCycleAndColor.md) - [more about Turtle](./2_LearnPython/02.4_Turtle_more.md) - shape