diff --git a/00/README.md b/00/README.md
index 34fb9ee..eecd3d4 100644
--- a/00/README.md
+++ b/00/README.md
@@ -2,7 +2,7 @@
Modul [syspr]( https://www.fhnw.ch/de/studium/module/6008081) von [@tamberg](https://twitter.com/tamberg) für [FHNW](https://www.fhnw.ch/).
## Lektion 0: Einführung
-- [Slides](http://www.tamberg.org/fhnw/2022/hs/Syspr00Einfuehrung.pdf)
+- [Slides](https://www.tamberg.org/fhnw/2022/hs/Syspr00Einfuehrung.pdf)
## Beispiele
- [hello.c](hello.c)
diff --git a/01/README.md b/01/README.md
index c9c8a95..430208c 100644
--- a/01/README.md
+++ b/01/README.md
@@ -2,7 +2,7 @@
Modul [syspr]( https://www.fhnw.ch/de/studium/module/6008081) von [@tamberg](https://twitter.com/tamberg) für [FHNW](https://www.fhnw.ch/).
## Lektion 1: Erste Schritte in C
-- [Slides](http://www.tamberg.org/fhnw/2022/hs/Syspr01ErsteSchritteInC.pdf)
+- [Slides](https://www.tamberg.org/fhnw/2022/hs/Syspr01ErsteSchritteInC.pdf)
## Beispiele
- [arr_ptr.c](arr_ptr.c)
diff --git a/02/README.md b/02/README.md
index 599f577..7839bf4 100644
--- a/02/README.md
+++ b/02/README.md
@@ -2,7 +2,7 @@
Modul [syspr]( https://www.fhnw.ch/de/studium/module/6008081) von [@tamberg](https://twitter.com/tamberg) für [FHNW](https://www.fhnw.ch/).
## Lektion 2: Funktionen
-- [Slides](http://www.tamberg.org/fhnw/2022/fs/Syspr02Funktionen.pdf)
+- [Slides](https://www.tamberg.org/fhnw/2022/fs/Syspr02Funktionen.pdf)
## Beispiele
- [count.c](count.c)
diff --git a/03/README.md b/03/README.md
index 0c38095..77d8960 100644
--- a/03/README.md
+++ b/03/README.md
@@ -2,7 +2,7 @@
Modul [syspr]( https://www.fhnw.ch/de/studium/module/6008081) von [@tamberg](https://twitter.com/tamberg) für [FHNW](https://www.fhnw.ch/).
## Lektion 3: File In-/Output
-- [Slides](http://www.tamberg.org/fhnw/2022/fs/Syspr03FileIO.pdf)
+- [Slides](https://www.tamberg.org/fhnw/2022/fs/Syspr03FileIO.pdf)
## Beispiele
- [atomic_append.c](http://man7.org/tlpi/code/online/dist/fileio/atomic_append.c.html)TLPI
diff --git a/04/README.md b/04/README.md
index e94f274..13ded5f 100644
--- a/04/README.md
+++ b/04/README.md
@@ -2,7 +2,7 @@
Modul [syspr]( https://www.fhnw.ch/de/studium/module/6008081) von [@tamberg](https://twitter.com/tamberg) für [FHNW](https://www.fhnw.ch/).
## Lektion 4: Prozesse und Signale
-- [Slides](http://www.tamberg.org/fhnw/2022/fs/Syspr04ProzesseUndSignale.pdf)
+- [Slides](https://www.tamberg.org/fhnw/2022/fs/Syspr04ProzesseUndSignale.pdf)
## Beispiele
- [break.c](break.c)
diff --git a/05/README.md b/05/README.md
index 140a93c..37c3dd0 100644
--- a/05/README.md
+++ b/05/README.md
@@ -2,7 +2,7 @@
Modul [syspr]( https://www.fhnw.ch/de/studium/module/6008081) von [@tamberg](https://twitter.com/tamberg) für [FHNW](https://www.fhnw.ch/).
## Lektion 5: Prozess Lebenszyklus
-- [Slides](http://www.tamberg.org/fhnw/2022/fs/Syspr05ProzessLebenszyklus.pdf)
+- [Slides](https://www.tamberg.org/fhnw/2022/fs/Syspr05ProzessLebenszyklus.pdf)
## Beispiele
- [exec.c](exec.c) (starts [hello.c](hello.c))
diff --git a/06/README.md b/06/README.md
index b05b0cd..be26cb1 100644
--- a/06/README.md
+++ b/06/README.md
@@ -2,7 +2,7 @@
Modul [syspr]( https://www.fhnw.ch/de/studium/module/6008081) von [@tamberg](https://twitter.com/tamberg) für [FHNW](https://www.fhnw.ch/).
## Lektion 6: Threads und Synchronisation
-- [Slides](http://www.tamberg.org/fhnw/2022/fs/Syspr06ThreadsUndSynchronisation.pdf)
+- [Slides](https://www.tamberg.org/fhnw/2022/fs/Syspr06ThreadsUndSynchronisation.pdf)
## Beispiele
- [eintr.c](eintr.c)
diff --git a/08/README.md b/08/README.md
index acf7926..5b274b3 100644
--- a/08/README.md
+++ b/08/README.md
@@ -2,7 +2,7 @@
Modul [syspr]( https://www.fhnw.ch/de/studium/module/6008081) von [@tamberg](https://twitter.com/tamberg) für [FHNW](https://www.fhnw.ch/).
## Lektion 8: IPC mit Pipes
-- [Slides](http://www.tamberg.org/fhnw/2022/fs/Syspr08IPCMitPipes.pdf)
+- [Slides](https://www.tamberg.org/fhnw/2022/fs/Syspr08IPCMitPipes.pdf)
## Beispiele
- [simple_pipe.c](http://man7.org/tlpi/code/online/book/pipes/simple_pipe.c.html)TLPI
diff --git a/09/README.md b/09/README.md
index c5565bb..7aa48dc 100644
--- a/09/README.md
+++ b/09/README.md
@@ -2,7 +2,7 @@
Modul [syspr]( https://www.fhnw.ch/de/studium/module/6008081) von [@tamberg](https://twitter.com/tamberg) für [FHNW](https://www.fhnw.ch/).
## Lektion 9: Sockets
-- [Slides](http://www.tamberg.org/fhnw/2022/fs/Syspr09Sockets.pdf)
+- [Slides](https://www.tamberg.org/fhnw/2022/fs/Syspr09Sockets.pdf)
## Beispiele
### UNIX Domain Datagram Sockets
diff --git a/10/README.md b/10/README.md
index a658a7e..6c90751 100644
--- a/10/README.md
+++ b/10/README.md
@@ -2,7 +2,7 @@
Modul [syspr]( https://www.fhnw.ch/de/studium/module/6008081) von [@tamberg](https://twitter.com/tamberg) für [FHNW](https://www.fhnw.ch/).
## Lektion 10: POSIX IPC
-- [Slides](http://www.tamberg.org/fhnw/2022/fs/Syspr10PosixIPC.pdf)
+- [Slides](https://www.tamberg.org/fhnw/2022/fs/Syspr10PosixIPC.pdf)
## Beispiele
diff --git a/11/README.md b/11/README.md
index 4b1cae0..6534bec 100644
--- a/11/README.md
+++ b/11/README.md
@@ -2,7 +2,7 @@
Modul [syspr]( https://www.fhnw.ch/de/studium/module/6008081) von [@tamberg](https://twitter.com/tamberg) für [FHNW](https://www.fhnw.ch/).
## Lektion 11: Zeitmessung
-- [Slides](http://www.tamberg.org/fhnw/2022/fs/Syspr11Zeitmessung.pdf)
+- [Slides](https://www.tamberg.org/fhnw/2022/fs/Syspr11Zeitmessung.pdf)
## Beispiele
- [calendar_time.c](http://man7.org/tlpi/code/online/book/time/calendar_time.c.html)TLPI
diff --git a/12/README.md b/12/README.md
index fbcc7e7..7856c14 100644
--- a/12/README.md
+++ b/12/README.md
@@ -2,7 +2,7 @@
Modul [syspr]( https://www.fhnw.ch/de/studium/module/6008081) von [@tamberg](https://twitter.com/tamberg) für [FHNW](https://www.fhnw.ch/).
## Lektion 12: Terminals
-- [Slides](http://www.tamberg.org/fhnw/2022/fs/Syspr12Terminals.pdf)
+- [Slides](https://www.tamberg.org/fhnw/2022/fs/Syspr12Terminals.pdf)
## Beispiele
- [new_intr.c](http://man7.org/tlpi/code/online/book/tty/new_intr.c.html)TLPI
diff --git a/14/README.md b/14/README.md
index db86b40..f6c668f 100644
--- a/14/README.md
+++ b/14/README.md
@@ -2,7 +2,7 @@
Modul [syspr]( https://www.fhnw.ch/de/studium/module/6008081) von [@tamberg](https://twitter.com/tamberg) für [FHNW](https://www.fhnw.ch/).
## Lektion 14: Abschluss
-- [Slides](http://www.tamberg.org/fhnw/2020/hs/Syspr14WeitereArtenVonIO.pdf)
+- [Slides](https://www.tamberg.org/fhnw/2020/hs/Syspr14WeitereArtenVonIO.pdf)
## Beispiele
- [blink.c](blink.c)