Merge pull request #29 from apache/webapp-fsp-info

Link Fuseki Server Protocol from Web App page
diff --git a/source/documentation/fuseki2/fuseki-webapp.md b/source/documentation/fuseki2/fuseki-webapp.md
index 135b11d..23bfb92 100644
--- a/source/documentation/fuseki2/fuseki-webapp.md
+++ b/source/documentation/fuseki2/fuseki-webapp.md
@@ -92,3 +92,7 @@
 [Apache Shiro](http://shiro.apache.org/) security file but this is only
 intended as a starting point.  It restricts use of the admin UI to the
 local machine.
+
+When deploying as a web application a more fully featured Admin API is
+made available and described on the 
+[Fuseki Server Protocol (REST API)](fuseki-server-protocol.html) page.