From 090b592ff82479ebe921b878c741c9b533d13fa0 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Fri, 25 Mar 2016 18:26:54 -0700 Subject: [PATCH] docs: rename quickstart to INSTALL --- README.rst | 2 +- docs/{quickstart.rst => INSTALL.rst} | 0 docs/about.rst | 4 ++-- docs/running.rst | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) rename docs/{quickstart.rst => INSTALL.rst} (100%) diff --git a/README.rst b/README.rst index ea54c72bd..0c03ef41f 100644 --- a/README.rst +++ b/README.rst @@ -66,7 +66,7 @@ See `TGPPL.PDF`_ for why the TGPPL exists, graphically illustrated on three slid .. _pip: https://pip.pypa.io/en/stable/installing/ .. _WindowsInstall: docs/windows.rst .. _docs/running.rst: docs/running.rst -.. _quickstart.rst: https://github.com/tahoe-lafs/tahoe-lafs/blob/master/docs/quickstart.rst +.. _INSTALL.rst: https://github.com/tahoe-lafs/tahoe-lafs/blob/master/docs/INSTALL.rst .. _COPYING.GPL: https://github.com/tahoe-lafs/tahoe-lafs/blob/master/COPYING.GPL .. _COPYING.TGPPL.rst: https://github.com/tahoe-lafs/tahoe-lafs/blob/master/COPYING.TGPPL.rst .. _TGPPL.PDF: https://tahoe-lafs.org/~zooko/tgppl.pdf diff --git a/docs/quickstart.rst b/docs/INSTALL.rst similarity index 100% rename from docs/quickstart.rst rename to docs/INSTALL.rst diff --git a/docs/about.rst b/docs/about.rst index e6d5612d5..8e229c2a3 100644 --- a/docs/about.rst +++ b/docs/about.rst @@ -105,9 +105,9 @@ For more technical detail, please see the `the doc page`_ on the Wiki. Get Started =========== -To use Tahoe-LAFS, please see quickstart.rst_. +To use Tahoe-LAFS, please see INSTALL.rst_. -.. _quickstart.rst: quickstart.rst +.. _INSTALL.rst: INSTALL.rst License ======= diff --git a/docs/running.rst b/docs/running.rst index d5770ce56..4d147f206 100644 --- a/docs/running.rst +++ b/docs/running.rst @@ -10,7 +10,7 @@ Intro This is how to run a Tahoe-LAFS client or a complete Tahoe-LAFS grid. First you have to install the Tahoe-LAFS software, as documented in -quickstart.rst_. +INSTALL.rst_. The ``tahoe`` program in the ``bin`` directory is used to create, start, and stop nodes. Each node lives in a separate base directory, in @@ -60,7 +60,7 @@ See configuration.rst_ for more details about how to configure Tahoe-LAFS, including how to get other clients to connect to your node if it is behind a firewall or NAT device. -.. _quickstart.rst: quickstart.rst +.. _INSTALL.rst: INSTALL.rst .. _public test grid: https://tahoe-lafs.org/trac/tahoe-lafs/wiki/TestGrid .. _TestGrid page: https://tahoe-lafs.org/trac/tahoe-lafs/wiki/TestGrid .. _configuration.rst: configuration.rst