Skip to content
Snippets Groups Projects
Commit 1b245aaf authored by tykayn's avatar tykayn Committed by Cédric Moreau
Browse files

:zap: remplace github addresses with git.duniter.org, and icons with gitlab

parent 461a453d
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ module.exports = ($scope, $state, $http, $timeout, $interval, Webmin, uiModules,
};
function checkUpdates() {
const LATEST_RELEASE_URL = 'https://api.github.com/repos/duniter/duniter/releases/latest';
const LATEST_RELEASE_URL = 'https://git.duniter.org/nodes/typescript/duniter/releases/latest';
co(function*() {
try {
const latest = yield $http.get(LATEST_RELEASE_URL);
......@@ -101,7 +101,7 @@ module.exports = ($scope, $state, $http, $timeout, $interval, Webmin, uiModules,
$scope.notifications.help.push({
icon: 'play_for_work',
message: 'help.new_version_available',
onclick: () => openExternal('https://github.com/duniter/duniter/releases/latest')
onclick: () => openExternal('https://git.duniter.org/nodes/typescript/duniter/releases/latest')
});
}
}
......
......@@ -10,7 +10,7 @@
i.fa.fa-2x.fa-globe
span duniter.org
a(href="https://git.duniter.org/nodes/typescript/duniter" onclick="openExternal(this.href); return false")
i.fa.fa-2x.fa-github
i.fa.fa-2x.fa-gitlab
span gitlab/duniter
a(href="https://forum.duniter.org" onclick="openExternal(this.href); return false")
i.fa.fa-2x.fa-comment-o
......
......@@ -36,6 +36,6 @@
li.collection-item.install_package(ng-show="hasAccess")
.input-field.col.s6
i.material-icons.prefix language
input(type="text" ng-model="module_to_install" placeholder="Package: module@version, git+https://github.com/user/package.git, ...")
input(type="text" ng-model="module_to_install" placeholder="Package: module@version, git+https://git.duniter.org/user/package.git, ...")
.switch.secondary-content
button.btn.waves-effect(ng-click="installModule()" ng-disabled="installing") {{ 'settings.modules.install' | translate }}
......@@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git@github.com:duniter/duniter-ui.git"
"url": "git@git.duniter.org:duniter/duniter-ui.git"
},
"keywords": [
"duniter",
......@@ -26,7 +26,7 @@
"license": "AGPL-3.0",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/duniter/duniter-ui/issues"
"url": "https://git.duniter.org/nodes/typescript/duniter/duniter-ui/issues"
},
"dependencies": {
"adm-zip": "0.4.7",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment