Skip to content

Commit 5c9a867

Browse files
authored
feat: Update links to say create a package (#459)
* Update link name * Update index.md
1 parent 0f5cf92 commit 5c9a867

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The first round of our community-developed, how to create a Python package tutor
7070
:class-card: left-aligned
7171

7272
* [What is a Python package?](/tutorials/intro)
73-
* [Make your code installable](/tutorials/installable-code)
73+
* [Create a Python package](/tutorials/installable-code)
7474
* [Publish your package to (test) PyPI](/tutorials/publish-pypi)
7575
* [Publish your package to conda-forge](/tutorials/publish-conda-forge)
7676

tutorials/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Get to know Hatch <get-to-know-hatch>
3737
:caption: Create and publish a Python Package
3838

3939
What is a Python package? <self>
40-
Make your code installable <installable-code>
40+
Create a Python package <installable-code>
4141
Publish to PyPI <publish-pypi>
4242
Publish to conda-forge <publish-conda-forge>
4343
:::

0 commit comments

Comments
 (0)