Skip to content

Commit 460bcb5

Browse files
authored
Update iframe source URL for NWB Assistant chat (#2140)
* Update iframe source URL for NWB Assistant chat * Update iframe source URL for NWB Assistant
1 parent 801f92e commit 460bcb5

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://magland.github.io/nwb-assistant/chat';
41+
iframe.src = 'https://nwb-assistant.neurosift.app/';
4242
iframeLoaded = true;
4343
}
4444
});

0 commit comments

Comments
 (0)