From 260085838887ee343f4d3b177c422e7aef5ade9d Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 19 May 2019 11:17:35 -0700 Subject: [PATCH] Fixed some links --- docs/publish.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/publish.rst b/docs/publish.rst index c343a2d3..b929579e 100644 --- a/docs/publish.rst +++ b/docs/publish.rst @@ -11,7 +11,7 @@ datasette publish Once you have created a SQLite database (e.g. using `csvs-to-sqlite `_) you can deploy it to a hosting account using a single command. -You will need a hosting account with `Heroku `__ or `Google Cloud `__. Once you have created your account you will need to install and configure the ``now`` or ``heroku`` command-line tools. +You will need a hosting account with `Heroku `__ or `Google Cloud `__. Once you have created your account you will need to install and configure the ``heroku`` or ``gcloud`` command-line tools. Publishing to Heroku --------------------