Skip to content

Commit 2249d76

Browse files
committed
Update links in the README
1 parent 877f1ca commit 2249d76

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@ Requirements
2626

2727
- NuoDB_ >= 2.0.4
2828

29-
If you haven't done so already, `Download and Install NuoDB <https://www.nuodb.com/dev-center/community-edition-download>`_.
29+
If you don't have a NuoDB domain available you can create one using the Docker
30+
image on DockerHub. See `Quick Start Guides / Docker <https://doc.nuodb.com/nuodb/latest/quick-start-guide/docker/>`_.
3031

3132
Installation
3233
------------
3334

34-
The last stable release is available on PyPI and can be installed with
35+
The current stable release is available on PyPI and can be installed with
3536
``pip``::
3637

3738
$ pip install pynuodb
@@ -42,7 +43,7 @@ from GitHub and installed with Setuptools::
4243
$ curl -L https://github.com/nuodb/nuodb-python/archive/master.tar.gz | tar xz
4344
$ cd nuodb-python*
4445
$ python setup.py install
45-
$ # The folder nuodb-python* can be safely removed now.
46+
# The folder nuodb-python* can be safely removed now.
4647

4748
Example
4849
-------
@@ -96,14 +97,14 @@ Resources
9697

9798
DB-API 2.0: https://www.python.org/dev/peps/pep-0249/
9899

99-
NuoDB Documentation: https://doc.nuodb.com/Latest/Default.htm
100+
NuoDB Documentation: https://doc.nuodb.com/nuodb/latest/introduction-to-nuodb/
100101

101102
License
102103
-------
103104

104105
PyNuoDB is licensed under a `BSD 3-Clause License <https://github.com/nuodb/nuodb-python/blob/master/LICENSE>`_.
105106

106-
.. _Documentation: https://doc.nuodb.com/Latest/Default.htm
107+
.. _Documentation: https://doc.nuodb.com/nuodb/latest/introduction-to-nuodb/
107108
.. _NuoDB: https://www.nuodb.com/
108109
.. _CPython: https://www.python.org/
109110
.. _PEP 249: https://www.python.org/dev/peps/pep-0249/

0 commit comments

Comments
 (0)