From 456e737d310708fbdc86c550490e2a98ed568973 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Mon, 23 Jun 2008 13:16:50 +0000 Subject: [PATCH] Corrections to readme --- readme.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index 229d04d999..55401aa17e 100644 --- a/readme.txt +++ b/readme.txt @@ -18,15 +18,15 @@ BUILDING ------------------------------------------------------------------------------- Spring Security is built using Maven. Please read the "Building from Source" page -at http://static.springframework.org/spring-security/site/. -This page is also included in the /docs directory of official release ZIPs. +at http://static.springframework.org/spring-security/site/. ------------------------------------------------------------------------------- DOCUMENTATION ------------------------------------------------------------------------------- -Be sure to read the Reference Guide, which is available from the web site. -Every class also has thorough JavaDocs, which are also available on the web site. +Be sure to read the Reference Guide (docs/reference/html/springsecurity.html). +Extensive JavaDoc for the Spring Security code is also available (in docs/apidocs). +Both can also be found on the website. ------------------------------------------------------------------------------- QUICK START