docs: rename quickstart to INSTALL

This commit is contained in:
Brian Warner 2016-03-25 18:26:54 -07:00
parent 439eaf8c9d
commit 090b592ff8
4 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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
=======

View File

@ -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