Skip to content

Commit cd91832

Browse files
committed
Documentation: Minor edits
1 parent 431f727 commit cd91832

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

CHANGES.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Unreleased
1313

1414
- Dropped support for CrateDB < 2.0.0.
1515

16-
1716
- BREAKING CHANGE: The driver now verifies SSL certificates when connecting via
1817
HTTP by default. Previously, this setting defaulted to false. This setting
1918
can be changed via the ``verify_ssl_cert`` connection parameter.

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CrateDB Python Adapter
2-
Copyright 2013-2018 Crate.IO GmbH ("Crate")
2+
Copyright 2013-2022 Crate.IO GmbH ("Crate")
33

44

55
Licensed to Crate.IO GmbH (referred to in this notice as "Crate") under one or

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To install, run::
6666

6767
To update, run::
6868

69-
$ pip install -U crate
69+
$ pip install --upgrade crate
7070

7171

7272
Contributing
@@ -86,12 +86,12 @@ Looking for more help?
8686
- Check out our `support channels`_
8787

8888
.. _contribution docs: CONTRIBUTING.rst
89-
.. _Crate.io: http://crate.io/
89+
.. _Crate.io: https://crate.io/
9090
.. _CrateDB: https://github.com/crate/crate
9191
.. _DB API 2.0: http://www.python.org/dev/peps/pep-0249/
9292
.. _developer docs: DEVELOP.rst
9393
.. _pip: https://pypi.python.org/pypi/pip
94-
.. _SQLAlchemy: http://www.sqlalchemy.org
95-
.. _StackOverflow: https://stackoverflow.com/tags/crate
94+
.. _SQLAlchemy: https://www.sqlalchemy.org
95+
.. _StackOverflow: https://stackoverflow.com/tags/cratedb
9696
.. _support channels: https://crate.io/support/
97-
.. _project docs: https://crate.io/docs/reference/python/
97+
.. _project docs: https://crate.io/docs/python/

0 commit comments

Comments
 (0)