Skip to content

Commit 54d5a2c

Browse files
committed
Another attempt to fix Google Colab link
1 parent 1f9b0ab commit 54d5a2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hands-on/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ Subjects and Python modules that will be covered:
2525

2626
Jupyter notebooks:
2727

28-
1. [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/gjbex/Python-for-system-programming/tree/master/hands-on/system_information.ipynb) [`system_information.ipynb`](system_information.ipynb):
28+
1. [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://github.com/gjbex/Python-for-systems-programming/blob/master/hands-on/system_information.ipynb) [`system_information.ipynb`](system_information.ipynb):
2929
illustrates how to use several standard library modules to
3030
retrieve information from the operating system
31-
1. [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/gjbex/PythonSysProg/blob/master/filesystem_interaction.ipynb) [`filesystem_interaction.ipynb`](filesystem_interaction.ipynb):
31+
1. [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://github.com/gjbex/Python-for-systems-programming/blob/master/hands-on/filesystem_interaction.ipynb) [`filesystem_interaction.ipynb`](filesystem_interaction.ipynb):
3232
illustrates how to work with the file system.
3333
1. [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/gjbex/PythonSysProg/blob/master/shell_interaction.ipynb) [`shell_interaction.ipynb`](shell_interaction.ipynb):
3434
illustrates the use of the `sh` and

0 commit comments

Comments
 (0)