8000 Fix broken links in a few pages · eknathk/complete-python-course@0a7ce90 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a7ce90

Browse files
committed
Fix broken links in a few pages
1 parent dabe42a commit 0a7ce90

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

course_contents/17_decorators/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ hidden: true
66

77
Decorators allow us to extend another function without modifying it directly.
88

9-
The video course goes into a lot of detail. You can see this in the [lectures](lectures/).
9+
The video course goes into a lot of detail. You can see this in the [lectures](/decorators/lectures/).
1010

1111
We've also made a [full free mini-course on decorators](https://blog.teclado.com/decorators-in-python/)!

course_contents/19_gui_development_tkinter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ hidden: true
77

88
In this section we learn about making desktop applications using Python's `tkinter` library.
99

10-
You can see a breakdown of all the [lectures](lectures/), which build a Tkinter project incrementally.
10+
You can see a breakdown of all the [lectures](/gui_development_tkinter/lectures/), which build a Tkinter project incrementally.

course_contents/1_intro/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ We'll cover:
1616
- Lists, tuples, sets
1717
- Dictionaries
1818

19-
On the left hand side you'll see a table of contents with all the lectures for which we have written an e-book page. At the moment, since this e-book is new, that's just the [`and` and `or` lecture](and_or/). More coming soon!
19+
On the left hand side you'll see a table of contents with all the lectures for which we have written an e-book page. At the moment, since this e-book is new, that's just the [`and` and `or` lecture](/intro/lectures/and_or/). More coming soon!
2020

2121
You can see the [lectures](https://github.com/tecladocode/complete-python-course/tree/master/course_contents/1_intro/lectures) folder for a break down of all the topics and the code in each.
2222

course_contents/2_intro_to_python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ We'll cover:
2222
- Default parameter values
2323
- Lambda functions
2424

25-
You can see the [lectures](lectures/) folder for a break down of all the topics and the code in each.
25+
You can see the [lectures](/intro_to_python/lectures/) folder for a break down of all the topics and the code in each.
2626

27-
In the [notes](notes/) folder you can download Markdown or PDF cheatsheets to help you remember some key points.
27+
In the [notes](/intro_to_python/notes/) folder you can download Markdown or PDF cheatsheets to help you remember some key points.

0 commit comments

Comments
 (0)
0