Skip to content

Commit f2fa17b

Browse files
committed
fix: use relative path
1 parent 4fef0d0 commit f2fa17b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package-structure-code/python-package-structure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Other resources you can check out:
2626

2727
You can use tools like Hatch to quickly create a modern Python package structure. Check out our quickstart tutorial:
2828

29-
:::{button-link} /tutorials/create-python-package.html#step-1-set-up-the-package-directory-structure
29+
:::{button-link} ../tutorials/create-python-package.html#step-1-set-up-the-package-directory-structure
3030
:color: success
3131
:class: sd-rounded-pill float-left
3232

@@ -77,7 +77,7 @@ include:
7777

7878
<!-- TODO: CHANGELOG is not mentioned in either documentation nor peer review -->
7979

80-
:::{button-link} /documentation/index.html
80+
:::{button-link} ../documentation/index.html
8181
:color: info
8282
:class: sd-rounded-pill
8383

@@ -164,7 +164,7 @@ distribution files. This places a maintenance toll on repositories like PyPI and
164164
Anaconda.org that have to deal with thousands of package uploads.
165165
:::
166166

167-
:::{button-link} /tutorials/create-python-package.html#step-1-set-up-the-package-directory-structure
167+
:::{button-link} ../tutorials/create-python-package.html#step-1-set-up-the-package-directory-structure
168168
:color: success
169169
:class: sd-rounded-pill float-left
170170

0 commit comments

Comments
 (0)