diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-01-05 14:59:03 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-01-05 14:59:03 +0100 |
commit | 2a7a112bbffcd41a3436c086f1910ea7a9c94744 (patch) | |
tree | c91e16012cf6ecd5c8bd5c5a55296acbcb51ea25 /webapp | |
parent | b36a9d0846acddb1ae1716b42f1296f6ad88b05b (diff) |
Migration to AGL gerrit (update go import)
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'webapp')
-rw-r--r-- | webapp/README.md | 2 | ||||
-rw-r--r-- | webapp/package.json | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/webapp/README.md b/webapp/README.md index 015a70d..84734a7 100644 --- a/webapp/README.md +++ b/webapp/README.md @@ -2,4 +2,4 @@ This a basic web page that just gives basic instructions. -XDS Dashboard is now part of [xds-agent](https://github.com/iotbzh/xds-agent). +XDS Dashboard is now part of [xds-agent](https://gerrit.automotivelinux.org/gerrit/#/admin/projects/src/xds/xds-agent). diff --git a/webapp/package.json b/webapp/package.json index 5acda9f..ec795ba 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -4,12 +4,12 @@ "description": "X (cross) Development System minimal dashboard", "repository": { "type": "git", - "url": "https://github.com/iotbzh/xds-server" + "url": "https://gerrit.automotivelinux.org/gerrit/src/xds/xds-server" }, "author": "Sebastien Douheret [IoT.bzh]", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/iotbzh/xds-server/issues" + "url": "https://jira.automotivelinux.org/projects/SPEC/issues" }, "dependencies": { "font-awesome": "^4.7.0" |