Fixed master -> main in a bunch of places, mainly docs

This commit is contained in:
Simon Willison 2021-03-23 09:19:41 -07:00
commit 6ad544df5e
13 changed files with 26 additions and 27 deletions

View file

@ -78,7 +78,7 @@ Publishing to Vercel
pip install datasette-publish-vercel
datasette publish vercel mydatabase.db --project my-database-project
Not every feature is supported: consult the `datasette-publish-vercel README <https://github.com/simonw/datasette-publish-vercel/blob/master/README.md>`__ for more details.
Not every feature is supported: consult the `datasette-publish-vercel README <https://github.com/simonw/datasette-publish-vercel/blob/main/README.md>`__ for more details.
.. _publish_fly:
@ -92,7 +92,7 @@ Publishing to Fly
pip install datasette-publish-fly
datasette publish fly mydatabase.db
Consult the `datasette-publish-fly README <https://github.com/simonw/datasette-publish-fly/blob/master/README.md>`__ for more details.
Consult the `datasette-publish-fly README <https://github.com/simonw/datasette-publish-fly/blob/main/README.md>`__ for more details.
.. _publish_custom_metadata_and_plugins: