Skip to content

Commit 4a8ce27

Browse files
authored
Merge pull request #4854 from JetBrains/Belosnegova-patch-1
Update index.jsx
2 parents 93fce45 + c2fcdec commit 4a8ce27

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

static/js/ktl-component/teach/index.jsx

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -259,13 +259,28 @@ const Teach = (props) => {
259259
</a>
260260
</li>
261261
<li className="teach-list__item">
262-
<a href="https://plugins.jetbrains.com/plugin/21067-kotlin-onboarding-introduction" className={textCn('rs-link', {external: true})} target="_blank">
263-
Kotlin Onboarding
262+
<a href="https://jb.gg/academy/kotlin-onboarding" className={textCn('rs-link', {external: true})} target="_blank">
263+
Kotlin Onboarding: Introduction
264+
</a>
265+
</li>
266+
<li className="teach-list__item">
267+
<a href="https://jb.gg/academy/kotlin-oop" className={textCn('rs-link', {external: true})} target="_blank">
268+
Kotlin Onboarding: Object-Oriented Programming
269+
</a>
270+
</li>
271+
<li className="teach-list__item">
272+
<a href="https://jb.gg/academy/kotlin-collections" className={textCn('rs-link', {external: true})} target="_blank">
273+
Kotlin Onboarding: Collections
274+
</a>
275+
</li>
276+
<li className="teach-list__item">
277+
<a href="https://jb.gg/refactoring-kotlin" className={textCn('rs-link', {external: true})} target="_blank">
278+
Introduction to IDE Code Refactoring in Kotlin
264279
</a>
265280
</li>
266281
<li className="teach-list__item">
267-
<a href="https://drive.google.com/drive/folders/1nN3LuyEfmBaSDZpnb4VA9kDuLakmVXH1" className={textCn('rs-link', {external: true})} target="_blank">
268-
Programming in Kotlin course materials
282+
<a href="https://jb.gg/academy/kotlin-algorithm" className={textCn('rs-link', {external: true})} target="_blank">
283+
Algorithmic Challenges in Kotlin
269284
</a>
270285
</li>
271286

0 commit comments

Comments
 (0)