summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-02-13 19:27:47 -0700
committerChristian Kolset <christian.kolset@gmail.com>2025-02-13 19:27:47 -0700
commit0061f7e1c72d0cca58865df47f62b40c3f52f4f5 (patch)
tree970edc3ba972e8648a0c6e2f332b5d447ba66577
parent5d0b7731384c2a2b2bf410bc90e542300f0a0ad3 (diff)
fixed link
-rw-r--r--tutorials/readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorials/readme.md b/tutorials/readme.md
index fcc2283..f165619 100644
--- a/tutorials/readme.md
+++ b/tutorials/readme.md
@@ -3,7 +3,7 @@ This directory contains all the tutorials.
## Table of Content
### Introductory Programming Concepts
-- [Introduction to Programming](1_01_intro_to_programming)
+- [Introduction to Programming](1_01_intro_to_programming.md)
- [Installing Anaconda](1_02_installing_anaconda.md)
- [Intro to Anaconda](1_03_intro_to_anaconda.md)
- [Getting started with Spyder](1_04_spyder_getting_started.md)