mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fixed master -> main in a bunch of places, mainly docs
This commit is contained in:
parent
c4f1ec7f33
commit
6ad544df5e
13 changed files with 26 additions and 27 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue