From 88848e16890bd0538991a412564ffdfbe244899e Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Sat, 6 Apr 2024 14:47:36 -0400 Subject: [PATCH] Update docs/conf_extlinks.py --- docs/conf_extlinks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf_extlinks.py b/docs/conf_extlinks.py index 0de4e096c..e6565f3c3 100644 --- a/docs/conf_extlinks.py +++ b/docs/conf_extlinks.py @@ -6,7 +6,7 @@ "matnwb-src": ("https://github.com/NeurodataWithoutBorders/matnwb/%s", "%s"), "nwb-overview": ("https://nwb-overview.readthedocs.io/en/latest/%s", "%s"), "guide-issues": ("https://github.com/NeurodataWithoutBorders/nwb-guide/issues/%s", "%s"), - "request-format-support": ("https://github.com/catalystneuro/neuroconv/issues/new?assignees=&labels=enhancement%2Cdata+interfaces&projects=&template=format_request.yml&title=%5BNew+Format%5D%3A+%s", "%s"), + "request-format-support": ("https://github.com/catalystneuro/neuroconv/issues/new?assignees=&labels=enhancement%%2Cdata+interfaces&projects=&template=format_request.yml&title=%%5BNew+Format%%5D%%3A+%s", "%s"), "path-expansion-guide": ("https://neuroconv.readthedocs.io/en/main/user_guide/expand_path.html%s", "%s"), "dandi-staging": ("https://gui-staging.dandiarchive.org/%s", "%s"), "dandi-archive": ("https://dandiarchive.org/%s", "%s"),