Skip to content

Commit 1f48444

Browse files
Merge pull request #589 from RonnyPfannschmidt/fix-url-kedro
Fix Kedro documentation inventory URL
2 parents 5b803f9 + bd9ecb3 commit 1f48444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"setuptools": ("https://setuptools.pypa.io/en/latest", None),
100100
"tox": ("https://tox.wiki/en/latest", None),
101101
"devpi": ("https://devpi.net/docs/devpi/devpi/stable/+doc/", None),
102-
"kedro": ("https://docs.kedro.org/en/latest/", None),
102+
"kedro": ("https://docs.kedro.org/en/stable/", None),
103103
}
104104

105105

0 commit comments

Comments
 (0)