fix: Typo in helium ctrl

This commit is contained in:
1ambda 2017-05-30 04:43:03 +09:00
parent d6877e7924
commit 30f7d7e066

View file

@ -177,7 +177,7 @@ export default function HeliumCtrl ($scope, $rootScope, $sce,
const getHeliumTypeText = function (type) {
if (type === HeliumType.VISUALIZATION) {
return `<a target="_blank" href="https://zeppelin.apache.org/docs/${$rootScope.zeppelinVersion}/development/helium/writing_nvisualization.html">${type}</a>` // eslint-disable-line max-len
return `<a target="_blank" href="https://zeppelin.apache.org/docs/${$rootScope.zeppelinVersion}/development/helium/writing_visualization.html">${type}</a>` // eslint-disable-line max-len
} else if (type === HeliumType.SPELL) {
return `<a target="_blank" href="https://zeppelin.apache.org/docs/${$rootScope.zeppelinVersion}/development/helium/writing_spell.html">${type}</a>` // eslint-disable-line max-len
} else {