File tree Expand file tree Collapse file tree 1 file changed +19
-4
lines changed
static/js/ktl-component/teach Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -259,13 +259,28 @@ const Teach = (props) => {
259
259
</ a >
260
260
</ li >
261
261
< 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
264
279
</ a >
265
280
</ li >
266
281
< 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
269
284
</ a >
270
285
</ li >
271
286
You can’t perform that action at this time.
0 commit comments