Skip to content

Commit 0f67831

Browse files
author
Perki
committed
Updated support link
1 parent 665b796 commit 0f67831

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/test/pryv/core/conf/service-info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"register": "http://reg.rec.la:3000",
66
"name": "Pryv Docker Local",
77
"home": "http://sw.rec.la",
8-
"support": "https://pryv.com/helpdesk",
8+
"support": "https://github.com/orgs/pryv/discussions",
99
"terms": "https://pryv.com/terms-of-use/",
1010
"eventTypes": "https://pryv.github.io/event-types/flat.json",
1111
"assets": {

components/api-server/test/unit/config.serviceInfo.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe('config: serviceInfo', () => {
3131
register: 'http://127.0.0.1:3000/reg/',
3232
name: 'Pryv Lab',
3333
home: 'https://sw.pryv.me',
34-
support: 'https://pryv.com/helpdesk',
34+
support: 'https://github.com/orgs/pryv/discussions',
3535
terms: 'https://pryv.com/terms-of-use/',
3636
eventTypes: 'https://pryv.github.io/event-types/flat.json',
3737
assets: {

test/service-info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"register": "https://reg.pryv.me",
66
"name": "Pryv Lab",
77
"home": "https://sw.pryv.me",
8-
"support": "https://pryv.com/helpdesk",
8+
"support": "https://github.com/orgs/pryv/discussions",
99
"terms": "https://pryv.com/terms-of-use/",
1010
"eventTypes": "https://pryv.github.io/event-types/flat.json",
1111
"assets": {

0 commit comments

Comments
 (0)