Skip to content

Commit e304c16

Browse files
authored
Merge pull request #4846 from JetBrains/Belosnegova-patch-1
Update teach-launch-course.jsx
2 parents 6ae7cd9 + 44dd607 commit e304c16

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -82,53 +82,53 @@ export const TeachLaunchCourse = () => {
8282
className={textCn('rs-link', { external: true })}
8383
href="https://docs.google.com/presentation/d/1Plt2cpm-GRzxHt1Vu8C90FWnuSYToucWXPLaJKlBRMc/edit?usp=drive_link"
8484
>
85-
Build systems
85+
Parallel and concurrent programming
8686
</a>
8787
</li>
8888
<li>
8989
<a
9090
className={textCn('rs-link', { external: true })}
91-
href="https://docs.google.com/presentation/d/1n8rTULotZHei3ktajyupwRpKdPDACBAZeBo2GqwYhHY/edit?usp=drive_link"
91+
href="https://docs.google.com/presentation/d/1WT0kVeLpZ8-cS1211oXVvjPesgPgTJxIuIJHkU6-49k/edit?usp=drive_link"
9292
>
93-
Parallel and concurrent programming
93+
Asynchronous programming
9494
</a>
9595
</li>
9696
<li>
9797
<a
9898
className={textCn('rs-link', { external: true })}
99-
href="https://docs.google.com/presentation/d/1WT0kVeLpZ8-cS1211oXVvjPesgPgTJxIuIJHkU6-49k/edit?usp=drive_link"
99+
href="https://docs.google.com/presentation/d/11mYc_tt2c7qw72i8gaQ9vePTcd0F0LbZCS6ep9PFG28/edit?usp=drive_link"
100100
>
101-
Asynchronous programming
101+
Exceptions
102102
</a>
103103
</li>
104104
<li>
105105
<a
106106
className={textCn('rs-link', { external: true })}
107-
href="https://docs.google.com/presentation/d/11mYc_tt2c7qw72i8gaQ9vePTcd0F0LbZCS6ep9PFG28/edit?usp=drive_link"
107+
href="https://docs.google.com/presentation/d/1sAzzlOs4H3MYEUUYb5NnmAOJsO9YQSss4YAywZaNDJw/edit?usp=drive_link"
108108
>
109-
JVM + the Kotlin compiler
109+
Testing
110110
</a>
111111
</li>
112112
<li>
113113
<a
114114
className={textCn('rs-link', { external: true })}
115-
href="https://docs.google.com/presentation/d/1_F9CVHdbXoRagLUpBGjpwS9DDbzB2K-Cfv4Pz5qKza4/edit?usp=drive_link"
115+
href="https://docs.google.com/presentation/d/1hZTaQ1gdStte2aeQU78UmpVzpKErdeOCRQPOYH2p3DI/edit?usp=sharing"
116116
>
117-
Exceptions
117+
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/1sAzzlOs4H3MYEUUYb5NnmAOJsO9YQSss4YAywZaNDJw/edit?usp=drive_link"
123+
href="https://docs.google.com/presentation/d/1n8rTULotZHei3ktajyupwRpKdPDACBAZeBo2GqwYhHY/edit?usp=drive_link"
124124
>
125-
Testing
125+
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/1hZTaQ1gdStte2aeQU78UmpVzpKErdeOCRQPOYH2p3DI/edit?usp=sharing"
131+
href="https://docs.google.com/presentation/d/1_F9CVHdbXoRagLUpBGjpwS9DDbzB2K-Cfv4Pz5qKza4/edit?usp=drive_link"
132132
>
133133
Reflection (JVM)
134134
</a>

0 commit comments

Comments
 (0)