summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessio Biancalana <dottorblaster@gmail.com>2020-02-29 17:14:53 +0100
committerGitHub <noreply@github.com>2020-02-29 17:14:53 +0100
commit0a4afde789a694bc31381d15cfc917e23c63f8e0 (patch)
tree0218b8f25667a11380c97eddf65eadbf29d3f5b4
parent16ed4b70a8308e946d5fc015efc73fe1c28655e3 (diff)
parentc6b54d6d1a7cbbacf877f7516547976b98c1c4c6 (diff)
downloadcouchdb-0a4afde789a694bc31381d15cfc917e23c63f8e0.tar.gz
Merge pull request #2619 from apache/doc/readme-links
doc: link README-DEV in README
-rw-r--r--README.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 47ce32e19..aaf4e17d3 100644
--- a/README.rst
+++ b/README.rst
@@ -60,7 +60,9 @@ Run a basic test suite for CouchDB by browsing here:
Getting started with developing
-------------------------------
-For more detail, read the README-DEV.rst file in this directory.
+For more detail, read the README-DEV.rst_ file in this directory.
+
+.. _README-DEV.rst: https://github.com/apache/couchdb/blob/master/README-DEV.rst
Basically you just have to install the needed dependencies which are
documented in the install docs and then run ``./configure && make``.