Skip to content

Commit 3c573ac

Browse files
authored
Merge pull request #108 from reubenmiller/fix-company-references
fix: update company and repository references
2 parents d1c22fc + c5760b0 commit 3c573ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ const config = {
262262
],
263263
},
264264
],
265-
copyright: `Copyright © ${new Date().getFullYear()} Software AG.`,
265+
copyright: `Copyright © ${new Date().getFullYear()} Cumulocity GmbH.`,
266266
},
267267
metadata: [
268268
{

src/data/plugins.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,9 @@ const PluginsList: IPlugin[] = [
250250
description:
251251
'A Cumulocity IoT microservice that allows to proxy HTTP requests through the cloud to an HTTP server running on a Cumulocity IoT connected device',
252252
sourceUrl:
253-
'https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy',
253+
'https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy',
254254
packageUrl:
255-
'https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy',
255+
'https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy',
256256
tags: [TAGS.UI, TAGS.CUMULOCITY, TAGS.RUGIX, TAGS.NODE_RED],
257257
},
258258
{

0 commit comments

Comments
 (0)