diff --git a/Makefile.am b/Makefile.am
index 5ae2e1cf747385e7285a7bcafdee57a105fef4ef..ec2c318fb193d1ab41c504b9052332d6c5f8b13a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -115,7 +115,8 @@ docrst = \
 	doc/design-2.0-locking.rst \
 	doc/design-2.0-master-daemon.rst \
 	doc/design-2.0-os-interface.rst \
-	doc/design-2.0-rapi-changes.rst
+	doc/design-2.0-rapi-changes.rst \
+	doc/security.rst
 
 doc_DATA = \
 	$(patsubst %.rst,%.html,$(docrst)) \
diff --git a/doc/design-2.0-index.rst b/doc/design-2.0-index.rst
index 9ff9dec73649ec14d6957845db2bf1198bf892be..93d88e35c44e03f3853d9f302acecb7e312c45a8 100644
--- a/doc/design-2.0-index.rst
+++ b/doc/design-2.0-index.rst
@@ -29,8 +29,8 @@ design-2.0-cluster-parameters document.
 The various changes brought in by the master daemon model and the
 read-write RAPI will require changes to the cluster security; we move
 away from Twisted and use http(s) for intra- and extra-cluster
-communications. For more details, see the SECURITY document in the top
-directory.
+communications. For more details, see the security document in the
+doc/ directory.
 
 
 Functionality changes
diff --git a/SECURITY b/doc/security.rst
similarity index 100%
rename from SECURITY
rename to doc/security.rst