Skip to content

Commit

Permalink
Use subdomain to make http:// work
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Jan 12, 2024
1 parent 60d7d3c commit b797bb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Command-line tool for running NoFlo programs on Node.js
=================================

This tool is designed to be used together with the [NoFlo UI](https://noflojs.org/noflo-ui/) development environment
This tool is designed to be used together with the [NoFlo UI](https://app.noflojs.org/) development environment
for running [NoFlo](http://noflojs.org/) networks on [Node.js](http://nodejs.org/). This tool runs your
NoFlo programs, and provides a [FBP Protocol](https://flowbased.github.io/fbp-protocol/) interface over
either WebSockets or WebRTC to tools like NoFlo UI and fbp-spec.
Expand Down
2 changes: 1 addition & 1 deletion src/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const config = {
},
ide: {
description: 'URL for the FBP protocol client',
default: 'https://noflojs.org/noflo-ui/',
default: 'https://app.noflojs.org',
},
signaller: {
description: 'URL for the WebRTC signalling server',
Expand Down

0 comments on commit b797bb2

Please sign in to comment.