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 6e869fe commit c0b1995Copy full SHA for c0b1995
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://nwb-assistant.vercel.app/';
+ iframe.src = 'https://nwb-assistant.neurosift.app/';
42
iframeLoaded = true;
43
}
44
});
0 commit comments