Skip to content

Commit d9f61ba

Browse files
authored
Merge pull request coleifer#26 from adamchainz/readthedocs.io
Convert readthedocs links for their .org -> .io migration for hosted projects
2 parents 30ab840 + b8c2f7b commit d9f61ba

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ The previous version (0.2.0) of `unqlite-python` utilized `ctypes` to wrap the U
2727

2828
Links:
2929

30-
* [unqlite-python documentation](http://unqlite-python.readthedocs.org/)
30+
* [unqlite-python documentation](https://unqlite-python.readthedocs.io/)
3131
* [UnQLite's C API](http://unqlite.symisc.net/c_api.html)
3232

33-
If you like UnQLite, you might also want to check out [Vedis](http://vedis.symisc.net), an embedded key/value database modeled after Redis (python bindings: [vedis-python](http://vedis-python.readthedocs.org)).
33+
If you like UnQLite, you might also want to check out [Vedis](http://vedis.symisc.net), an embedded key/value database modeled after Redis (python bindings: [vedis-python](https://vedis-python.readthedocs.io)).
3434

3535
## Installation
3636

@@ -40,7 +40,7 @@ You can install unqlite using `pip`.
4040

4141
## Basic usage
4242

43-
Below is a sample interactive console session designed to show some of the basic features and functionality of the unqlite-python library. Also check out the [full API documentation](http://unqlite-python.readthedocs.org/en/latest/api.html).
43+
Below is a sample interactive console session designed to show some of the basic features and functionality of the unqlite-python library. Also check out the [full API documentation](https://unqlite-python.readthedocs.io/en/latest/api.html).
4444

4545
To begin, instantiate an ``UnQLite`` object. You can specify either the path to a database file, or use UnQLite as an in-memory database.
4646

@@ -107,7 +107,7 @@ k2 => 2XXXX
107107
[('k0', '0'), ('k1', '1')]
108108
```
109109

110-
There are many different ways of interacting with cursors, which are described in the [Cursor API documentation](http://unqlite-python.readthedocs.org/en/latest/api.html#Cursor).
110+
There are many different ways of interacting with cursors, which are described in the [Cursor API documentation](https://unqlite-python.readthedocs.io/en/latest/api.html#Cursor).
111111

112112
### Document store features
113113

@@ -141,7 +141,7 @@ True
141141

142142
This is just a taste of what is possible with Jx9. In the near future I may add some wrappers around common Jx9 collection operations, but for now hopefully it is not too difficult to work with.
143143

144-
More information can be found in the [VM API documentation](http://unqlite-python.readthedocs.org/en/latest/api.html#VM).
144+
More information can be found in the [VM API documentation](https://unqlite-python.readthedocs.io/en/latest/api.html#VM).
145145

146146
### Collections
147147

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The source code for unqlite-python is `hosted on GitHub <https://github.com/cole
3737
If you encounter any bugs in the library, please `open an issue <https://github.com/coleifer/unqlite-python/issues/new>`_, including a description of the bug and any related traceback.
3838

3939
.. note::
40-
If you like UnQLite, you might also want to check out `Vedis <http://vedis.symisc.net>`_, an embedded key/value database modeled after Redis (python bindings: `vedis-python <http://vedis-python.readthedocs.org>`_).
40+
If you like UnQLite, you might also want to check out `Vedis <http://vedis.symisc.net>`_, an embedded key/value database modeled after Redis (python bindings: `vedis-python <https://vedis-python.readthedocs.io>`_).
4141

4242
Contents:
4343

docs/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Quick-start
44
===========
55

6-
Below is a sample interactive console session designed to show some of the basic features and functionality of the unqlite-python library. Also check out the `full API documentation <http://unqlite-python.readthedocs.org/en/latest/api.html>`_.
6+
Below is a sample interactive console session designed to show some of the basic features and functionality of the unqlite-python library. Also check out the `full API documentation <https://unqlite-python.readthedocs.io/en/latest/api.html>`_.
77

88
To begin, instantiate an :py:class:`UnQLite` object. You can specify either the path to a database file, or use UnQLite as an in-memory database.
99

0 commit comments

Comments
 (0)