mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
switch to use https://katacoda.com/embed/arthas
This commit is contained in:
@@ -184,10 +184,10 @@
|
||||
|
||||
},
|
||||
currentKatacodaId: function () {
|
||||
// https://katacoda.com/embed/hengyunabc/arthas-advanced-cn/?embed=true
|
||||
// https://katacoda.com/embed/arthas/arthas-advanced-cn/?embed=true
|
||||
for (index in this.tutorials) {
|
||||
if (this.tutorials[index].id == this.tutorialId) {
|
||||
return "hengyunabc/" + this.tutorials[index].ids[this.language];
|
||||
return "arthas/" + this.tutorials[index].ids[this.language];
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user