Link to new datasette.io website

This commit is contained in:
Simon Willison 2020-12-29 13:33:25 -08:00
commit 8ca35dfb64
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ Check out the [full library documentation](https://sqlite-utils.readthedocs.io/e
## Related projects
* [Datasette](https://github.com/simonw/datasette): A tool for exploring and publishing data
* [Datasette](https://datasette.io/): A tool for exploring and publishing data
* [csvs-to-sqlite](https://github.com/simonw/csvs-to-sqlite): Convert CSV files into a SQLite database
* [db-to-sqlite](https://github.com/simonw/db-to-sqlite): CLI tool for exporting a MySQL or PostgreSQL database as a SQLite file
* [dogsheep](https://dogsheep.github.io/): A family of tools for personal analytics, built on top of `sqlite-utils`

View file

@ -21,7 +21,7 @@ Most of the functionality is available as either a Python API or through the ``s
sqlite-utils is not intended to be a full ORM: the focus is utility helpers to make creating the initial database and populating it with data as productive as possible.
It is designed as a useful complement to `Datasette <https://github.com/simonw/datasette>`_.
It is designed as a useful complement to `Datasette <https://datasette.io/>`_.
Contents
--------