diff --git a/docs/conf_extlinks.py b/docs/conf_extlinks.py index 812c7dff7..be70195f8 100644 --- a/docs/conf_extlinks.py +++ b/docs/conf_extlinks.py @@ -14,11 +14,11 @@ ), "dandi-archive": ("https://dandiarchive.org/%s", "%s"), "ros3-tutorial": ( - "https://pynwb.readthedocs.io/en/stable/tutorials/advanced_io/streaming.html#streaming-method-1-ros3%s", + "https://pynwb.readthedocs.io/en/stable/tutorials/advanced_io/streaming.html#streaming-method-2-ros3%s", None, ), "alternative-streaming-tutorial": ( - "https://pynwb.readthedocs.io/en/stable/tutorials/advanced_io/streaming.html#streaming-nwb-files%s", + "https://pynwb.readthedocs.io/en/stable/tutorials/advanced_io/streaming.html#streaming-method-1-fsspec%s", None, ), "wikipedia": ("https://en.wikipedia.org/wiki/%s", "%s"),