From f9bcd3db005c2918c7a4d7519dc3d9d872c4937a Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Mon, 29 Aug 2022 14:39:37 -0500 Subject: [PATCH] typo --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index d36a231539..f9c747400c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -501,6 +501,6 @@ def setup(app): # https://doi.org/10.1051/epjconf/x DOI URLs will periodically generate 500 Server Error r'https://doi\.org/10\.1051/epjconf/.*', # tags for a release won't exist until it is made, but the release notes need to reference them - r' https://github.com/scikit-hep/pyhf/releases/tag/.*', + r'https://github.com/scikit-hep/pyhf/releases/tag/.*', ] linkcheck_retries = 50