diff --git a/docs/index.rst b/docs/index.rst index 5a9cc7ed..b5548904 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -25,7 +25,7 @@ Datasette is a tool for exploring and publishing data. It helps people take data Datasette is aimed at data journalists, museum curators, archivists, local governments and anyone else who has data that they wish to share with the world. It is part of a :ref:`wider ecosystem of tools and plugins ` dedicated to making working with structured data as productive as possible. -`Explore a demo `__, watch `a presentation about the project `__ or :ref:`getting_started_glitch`. +`Explore a demo `__, watch `a presentation about the project `__. Interested in learning Datasette? Start with `the official tutorials `__. diff --git a/docs/installation.rst b/docs/installation.rst index e1de0ae2..4d0d322e 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -4,9 +4,6 @@ Installation ============== -.. note:: - If you just want to try Datasette out you don't need to install anything: see :ref:`getting_started_glitch` - There are two main options for installing Datasette. You can install it directly on to your machine, or you can install it using Docker. If you want to start making contributions to the Datasette project by installing a copy that lets you directly modify the code, take a look at our guide to :ref:`devenvironment`.