mirror of
https://github.com/The-Low-Code-Foundation/OpenNoodl.git
synced 2026-01-12 07:12:54 +01:00
Changed name back to OpenNoodl, updated icons
This commit is contained in:
@@ -2,5 +2,5 @@ const remote = require('@electron/remote');
|
||||
|
||||
export default function getDocsEndpoint() {
|
||||
const localDocs = remote.getGlobal('useLocalDocs');
|
||||
return localDocs ? 'http://localhost:3000' : 'https://the-low-code-foundation.github.io/code-crusher-docs';
|
||||
return localDocs ? 'http://localhost:3000' : 'https://the-low-code-foundation.github.io/opennoodl-docs';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user