From 0a722868d535042abec7778e8ba2749dea4eae13 Mon Sep 17 00:00:00 2001 From: florimondmanca Date: Sun, 8 Mar 2020 13:23:30 +0100 Subject: [PATCH] Remove references to now-defunct Bocadillo --- README.md | 3 +-- docs/index.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c34eb407..1fed2f45 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It allows you to make queries using the powerful [SQLAlchemy Core][sqlalchemy-co expression language, and provides support for PostgreSQL, MySQL, and SQLite. Databases is suitable for integrating against any async Web framework, such as [Starlette][starlette], -[Sanic][sanic], [Responder][responder], [Quart][quart], [aiohttp][aiohttp], [Tornado][tornado], [FastAPI][fastapi], or [Bocadillo][bocadillo]. +[Sanic][sanic], [Responder][responder], [Quart][quart], [aiohttp][aiohttp], [Tornado][tornado], or [FastAPI][fastapi]. **Documentation**: [https://www.encode.io/databases/](https://www.encode.io/databases/) @@ -107,4 +107,3 @@ for examples of how to start using databases together with SQLAlchemy core expre [aiohttp]: https://github.com/aio-libs/aiohttp [tornado]: https://github.com/tornadoweb/tornado [fastapi]: https://github.com/tiangolo/fastapi -[bocadillo]: https://github.com/bocadilloproject/bocadillo diff --git a/docs/index.md b/docs/index.md index c0874057..886e9e1b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,7 +18,7 @@ It allows you to make queries using the powerful [SQLAlchemy Core][sqlalchemy-co expression language, and provides support for PostgreSQL, MySQL, and SQLite. Databases is suitable for integrating against any async Web framework, such as [Starlette][starlette], -[Sanic][sanic], [Responder][responder], [Quart][quart], [aiohttp][aiohttp], [Tornado][tornado], [FastAPI][fastapi], or [Bocadillo][bocadillo]. +[Sanic][sanic], [Responder][responder], [Quart][quart], [aiohttp][aiohttp], [Tornado][tornado], or [FastAPI][fastapi]. **Community**: [https://discuss.encode.io/c/databases](https://discuss.encode.io/c/databases) @@ -105,4 +105,3 @@ for examples of how to start using databases together with SQLAlchemy core expre [aiohttp]: https://github.com/aio-libs/aiohttp [tornado]: https://github.com/tornadoweb/tornado [fastapi]: https://github.com/tiangolo/fastapi -[bocadillo]: https://github.com/bocadilloproject/bocadillo