Skip to content

Commit 2e94ddd

Browse files
committed
Fixes BUILD.rst
1 parent 3d814cd commit 2e94ddd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

BUILD.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ Release notes
129129

130130
4. Add, commit and push::
131131

132-
git add doc/PythonLibCore-$VERSION.rst
133-
git commit -m "Release notes for $VERSION" doc/PythonLibCore-$VERSION.rst
132+
git add docs/PythonLibCore-$VERSION.rst
133+
git commit -m "Release notes for $VERSION" docs/PythonLibCore-$VERSION.rst
134134
git push
135135

136136
5. Update later if necessary. Writing release notes is typically the biggest
@@ -188,7 +188,7 @@ Creating distributions
188188
twine upload dist/*
189189

190190
5. Verify that project the page at `PyPI
191-
<https://pypi.python.org/pypi/robotframework-pythonlibcore>`_
191+
<https://pypi.org/project/robotframework-pythontlibcore/>`_
192192
looks good.
193193

194194
6. Test installation (add ``--pre`` with pre-releases)::

0 commit comments

Comments
 (0)