make the report issue button redirect to the github repo

This commit is contained in:
Jérémie Drouet 2018-12-07 10:40:35 +01:00
Родитель 593ce3c3ff
Коммит ef8ea0c584
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -112,7 +112,7 @@ var Containers = React.createClass({
metrics.track('Opened Issue Reporter', {
from: 'app'
});
shell.openExternal('https://github.com/docker/kitematic/issues/new');
shell.openExternal('https://github.com/docker/kitematic');
},
render: function () {