diff --git a/Notes/09_Packages/01_Packages.md b/Notes/09_Packages/01_Packages.md index 24fcb35fe..96133bed8 100644 --- a/Notes/09_Packages/01_Packages.md +++ b/Notes/09_Packages/01_Packages.md @@ -243,7 +243,7 @@ package. One level up. ```python #!/usr/bin/env python3 -# porty-add/script.py +# porty-app/script.py import sys import porty diff --git a/Notes/Contents.md b/Notes/Contents.md index ef7299266..57199d7c0 100644 --- a/Notes/Contents.md +++ b/Notes/Contents.md @@ -16,7 +16,7 @@ Please see the [Instructor Notes](InstructorNotes.md) if you plan on teaching the course. -[Home](..) +[Home](../README.md) diff --git a/README.md b/README.md index e9538de6e..21efa4540 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ in-person groups since 2007. Traders, systems admins, astronomers, tinkerers, and even a few hundred rocket scientists who used Python to help land a rover on Mars--they've all taken this course. Now, I'm pleased to make it available under a Creative Commons license. Enjoy! -[GitHub Repo](https://github.com/dabeaz-course/practical-python). + +[GitHub Pages](https://dabeaz-course.github.io/practical-python) | [GitHub Repo](https://github.com/dabeaz-course/practical-python). --David Beazley ([https://dabeaz.com](https://dabeaz.com)), [@dabeaz](https://twitter.com/dabeaz)