We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 801f92e commit 460bcb5Copy full SHA for 460bcb5
docs/source/index.rst
@@ -38,7 +38,7 @@ breaking down the barriers to data sharing in neuroscience.
38
39
// Load iframe content only when first opened
40
if (isShowing && !iframeLoaded) {
41
- iframe.src = 'https://magland.github.io/nwb-assistant/chat';
+ iframe.src = 'https://nwb-assistant.neurosift.app/';
42
iframeLoaded = true;
43
}
44
});
0 commit comments