Skip to content

Commit fdbc492

Browse files
committed
Update repo URL
1 parent 70859df commit fdbc492

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<h1>
22
<picture>
3-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/ewels/node-red-seqera/raw/main/docs/img/logo-dark.svg">
4-
<source media="(prefers-color-scheme: light)" srcset="https://github.com/ewels/node-red-seqera/raw/main/docs/img/logo.svg">
5-
<img src="https://github.com/ewels/node-red-seqera/raw/main/docs/img/logo.svg" alt="@seqera/node-red-seqera">
3+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/seqeralabs/node-red-seqera/raw/main/docs/img/logo-dark.svg">
4+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/seqeralabs/node-red-seqera/raw/main/docs/img/logo.svg">
5+
<img src="https://github.com/seqeralabs/node-red-seqera/raw/main/docs/img/logo.svg" alt="@seqera/node-red-seqera">
66
</picture>
77
</h1>
88

@@ -11,9 +11,9 @@ A set of Node-RED nodes for interacting with Seqera Platform.
1111
Gives new Node-RED node types for your automation workflows, which are designed to work together:
1212

1313
<picture>
14-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/ewels/node-red-seqera/raw/main/docs/img/nodes-dark.png">
15-
<source media="(prefers-color-scheme: light)" srcset="https://github.com/ewels/node-red-seqera/raw/main/docs/img/nodes.png">
16-
<img src="https://github.com/ewels/node-red-seqera/raw/main/docs/img/nodes.png" alt="@seqera/node-red-seqera nodes" align="right" width="400" >
14+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/seqeralabs/node-red-seqera/raw/main/docs/img/nodes-dark.png">
15+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/seqeralabs/node-red-seqera/raw/main/docs/img/nodes.png">
16+
<img src="https://github.com/seqeralabs/node-red-seqera/raw/main/docs/img/nodes.png" alt="@seqera/node-red-seqera nodes" align="right" width="400" >
1717
</picture>
1818

1919
- [Create Dataset](#create-dataset)
@@ -58,7 +58,7 @@ This repository comes with a custom Docker image containing both Node-RED and th
5858
Simply create a new Studio with the _Template_ set to _Prebuilt container image_ and enter:
5959

6060
```
61-
ghcr.io/ewels/node-red-seqera:latest
61+
ghcr.io/seqeralabs/node-red-seqera:latest
6262
```
6363

6464
Make sure that the studio is set to _Always keep the session running_.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"description": "Node-RED nodes for interacting with the Seqera Platform API",
55
"author": "Phil Ewels <phil.ewels@seqera.io>",
66
"license": "Apache-2.0",
7-
"homepage": "https://github.com/ewels/node-red-seqera#readme",
8-
"bugs": "https://github.com/ewels/node-red-seqera/issues",
7+
"homepage": "https://github.com/seqeralabs/node-red-seqera#readme",
8+
"bugs": "https://github.com/seqeralabs/node-red-seqera/issues",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/ewels/node-red-seqera"
11+
"url": "https://github.com/seqeralabs/node-red-seqera"
1212
},
1313
"keywords": [
1414
"node-red",

studios-template/flows.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"z": "dae5714e049c0d25",
5656
"g": "5f25af5b9d8216eb",
5757
"name": "Welcome to Node-RED + Seqera! 🎉 \\n Click here and look at the \"info\" tab in the sidebar -->",
58-
"info": "Thanks for setting up Node-RED with Seqera!\n\n**Click on the other comment nodes** to see how to get started.\n\nIf you need help or would like to contribute, please check out the GitHub repository for this extension: https://github.com/ewels/node-red-seqera",
58+
"info": "Thanks for setting up Node-RED with Seqera!\n\n**Click on the other comment nodes** to see how to get started.\n\nIf you need help or would like to contribute, please check out the GitHub repository for this extension: https://github.com/seqeralabs/node-red-seqera",
5959
"x": 300,
6060
"y": 100,
6161
"wires": []

0 commit comments

Comments
 (0)