Skip to content

Commit d952559

Browse files
committed
Doc fixes
1 parent 8a00114 commit d952559

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

BUILD.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Creating distributions
188188
twine upload dist/*
189189

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

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

docs/PythonLibCore-2.0.1.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ to install the latest available release or use
2929
to install exactly this version. Alternatively you can download the source
3030
distribution from PyPI_ and install it manually.
3131

32-
PythonLibCore 2.0.1was released on Sunday April 26, 2020. PythonLibCore
32+
PythonLibCore 2.0.1 was released on Sunday April 26, 2020. PythonLibCore
3333
supports Python 2.7 and 3.6+ and Robot Framework 3.1.2+. This is last release
3434
which contains new development for Python 2.7 and users should migrate to Python 3.
3535

3636
.. _PythonLibCore: https://github.com/robotframework/PythonLibCore
3737
.. _Robot Framework: http://robotframework.org
3838
.. _pip: http://pip-installer.org
39-
.. _PyPI: https://pypi.python.org/pypi/robotframework-pythontlibcore
39+
.. _PyPI: https://pypi.org/project/robotframework-pythonlibcore/
4040
.. _issue tracker: https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av2.0.1
4141

4242

docs/PythonLibCore-2.0.2.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,14 @@ to install the latest available release or use
3030
to install exactly this version. Alternatively you can download the source
3131
distribution from PyPI_ and install it manually.
3232

33-
SeleniumLibrary 2.0.2 was released on Sunday April 26, 2020.
33+
PythonLibCore 2.0.2 was released on Sunday April 26, 2020. PythonLibCore
34+
supports Python 2.7 and 3.6+ and Robot Framework 3.1.2+. This is last release
35+
which contains new development for Python 2.7 and users should migrate to Python 3.
3436

3537
.. _PythonLibCore: https://github.com/robotframework/PythonLibCore
3638
.. _Robot Framework: http://robotframework.org
3739
.. _pip: http://pip-installer.org
38-
.. _PyPI: https://pypi.python.org/pypi/robotframework-robotlibcore
40+
.. _PyPI: https://pypi.org/project/robotframework-pythonlibcore/
3941
.. _issue tracker: https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av2.0.2
4042

4143

0 commit comments

Comments
 (0)