Skip to content

Commit c0b1995

Browse files
authored
Update iframe source URL for NWB Assistant
1 parent 6e869fe commit c0b1995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ breaking down the barriers to data sharing in neuroscience.
3838
3939
// Load iframe content only when first opened
4040
if (isShowing && !iframeLoaded) {
41-
iframe.src = 'https://nwb-assistant.vercel.app/';
41+
iframe.src = 'https://nwb-assistant.neurosift.app/';
4242
iframeLoaded = true;
4343
}
4444
});

0 commit comments

Comments
 (0)