Merge pull request #1107 from YashNRam13/3749.landing-page-link-fixes

Update installation and documentation links in README

Fixes: ticket:3749
This commit is contained in:
Jean-Paul Calderone 2021-09-10 11:17:16 -04:00 committed by GitHub
commit 30ec6431f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View File

@ -1,5 +1,5 @@
======================================
Free and Open decentralized data store
Free and Open Decentralized Data Store
======================================
|image0|
@ -48,13 +48,10 @@ Please read more about Tahoe-LAFS architecture `here <docs/architecture.rst>`__.
✅ Installation
---------------
For more detailed instructions, read `docs/INSTALL.rst <docs/INSTALL.rst>`__ .
For more detailed instructions, read `Installing Tahoe-LAFS <docs/Installation/install-tahoe.rst>`__.
- `Building Tahoe-LAFS on Windows <docs/windows.rst>`__
- `OS-X Packaging <docs/OS-X.rst>`__
Once tahoe --version works, see `docs/running.rst <docs/running.rst>`__ to learn how to set up your first Tahoe-LAFS node.
Once ``tahoe --version`` works, see `How to Run Tahoe-LAFS <docs/running.rst>`__ to learn how to set up your first Tahoe-LAFS node.
🤖 Issues

View File

@ -0,0 +1 @@
Documentation and installation links in the README have been fixed.