Skip to content

Commit 9036e19

Browse files
committed
fix: links for edu presentation
1 parent 8572df0 commit 9036e19

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

static/js/ktl-component/teach/components/teach-launch-course/teach-launch-course.jsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export const TeachLaunchCourse = () => {
8080
<li>
8181
<a
8282
className={textCn('rs-link', { external: true })}
83-
href="https://docs.google.com/presentation/d/1Plt2cpm-GRzxHt1Vu8C90FWnuSYToucWXPLaJKlBRMc/edit?usp=drive_link"
83+
href="https://docs.google.com/presentation/d/1n8rTULotZHei3ktajyupwRpKdPDACBAZeBo2GqwYhHY/edit?usp=drive_link"
8484
>
8585
Parallel and concurrent programming
8686
</a>
@@ -96,7 +96,7 @@ export const TeachLaunchCourse = () => {
9696
<li>
9797
<a
9898
className={textCn('rs-link', { external: true })}
99-
href="https://docs.google.com/presentation/d/11mYc_tt2c7qw72i8gaQ9vePTcd0F0LbZCS6ep9PFG28/edit?usp=drive_link"
99+
href="https://docs.google.com/presentation/d/1_F9CVHdbXoRagLUpBGjpwS9DDbzB2K-Cfv4Pz5qKza4/edit?usp=drive_link"
100100
>
101101
Exceptions
102102
</a>
@@ -112,23 +112,23 @@ export const TeachLaunchCourse = () => {
112112
<li>
113113
<a
114114
className={textCn('rs-link', { external: true })}
115-
href="https://docs.google.com/presentation/d/1hZTaQ1gdStte2aeQU78UmpVzpKErdeOCRQPOYH2p3DI/edit?usp=sharing"
115+
href="https://docs.google.com/presentation/d/1Plt2cpm-GRzxHt1Vu8C90FWnuSYToucWXPLaJKlBRMc/edit?usp=sharing"
116116
>
117117
Build systems
118118
</a>
119119
</li>
120120
<li>
121121
<a
122122
className={textCn('rs-link', { external: true })}
123-
href="https://docs.google.com/presentation/d/1n8rTULotZHei3ktajyupwRpKdPDACBAZeBo2GqwYhHY/edit?usp=drive_link"
123+
href="https://docs.google.com/presentation/d/11mYc_tt2c7qw72i8gaQ9vePTcd0F0LbZCS6ep9PFG28/edit?usp=drive_link"
124124
>
125125
JVM + the Kotlin compiler
126126
</a>
127127
</li>
128128
<li>
129129
<a
130130
className={textCn('rs-link', { external: true })}
131-
href="https://docs.google.com/presentation/d/1_F9CVHdbXoRagLUpBGjpwS9DDbzB2K-Cfv4Pz5qKza4/edit?usp=drive_link"
131+
href="https://docs.google.com/presentation/d/1hZTaQ1gdStte2aeQU78UmpVzpKErdeOCRQPOYH2p3DI/edit?usp=drive_link"
132132
>
133133
Reflection (JVM)
134134
</a>

0 commit comments

Comments
 (0)