diff --git a/README.md b/README.md index 85d9b4a..4e961fc 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/docs/index.rst b/docs/index.rst index 6fe980f..528dbae 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 `_. +It is designed as a useful complement to `Datasette `_. Contents --------