Skip to content

Commit 587ff6c

Browse files
authored
Merge pull request #619 from bewygs/fix/button-link-url-syntax
docs: fix button link url syntax
2 parents e6082a0 + 22574f5 commit 587ff6c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

documentation/repository-files/license-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ bibliography:
77

88
# License files for Python open source software
99

10-
:::{button-link} <https://www.pyopensci.org/about-peer-review/>
10+
:::{button-link} https://www.pyopensci.org/python-package-guide/tutorials/add-license-coc.html
1111
:color: primary
1212
:class: sd-rounded-pill float-left
1313

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} <https://www.pyopensci.org/python-package-guide/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} <https://www.pyopensci.org/python-package-guide/documentation>
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)