module.exports = function HelpCtrl($scope) { $scope.links = { manualBasic: '/manual-basic/', manualAdvanced: '/manual-advanced/', wiki: 'https://ghe.ca-tools.org/stf/stf/wiki', chat: 'https://cyberagent.hipchat.com/chat?focus_jid=44808_stf@conf.hipchat.com', tracker: 'https://ghe.ca-tools.org/stf/stf/issues', mail: 'stf@cyberagent.co.jp' } }