Skip to content

Commit bda47ce

Browse files
committed
update core urls in docstring
1 parent a59583f commit bda47ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/docs_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ def get_ref_url(
1414
>>> get_ref_url(
1515
... "class",
1616
... "Binarize",
17-
... "https://github.com/bioimage-io/core-bioimage-io-python/blob/main/bioimageio/core/proc_ops.py"
17+
... "https://github.com/bioimage-io/core-bioimage-io-python/blob/main/src/bioimageio/core/proc_ops.py"
1818
... )
19-
'https://github.com/bioimage-io/core-bioimage-io-python/blob/main/bioimageio/core/proc_ops.py#L...-L...'
19+
'https://github.com/bioimage-io/core-bioimage-io-python/blob/main/src/bioimageio/core/proc_ops.py#L...-L...'
2020
2121
"""
2222
# hotfix to handle httpx not available in pyodide, see

0 commit comments

Comments
 (0)