From 64d43afa80279a6525960dcd573cc4b3c01d6b53 Mon Sep 17 00:00:00 2001 From: Sebastian Staudt Date: Wed, 29 Jul 2015 12:48:49 +0200 Subject: [PATCH] Update documentation URLs in the README Point to docs/1.0.x instead of docs/1.0.0.BUILD-SNAPSHOT to be up to date and a bit more future-proof. --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index b054d88..9f4448c 100644 --- a/README.adoc +++ b/README.adoc @@ -6,8 +6,8 @@ With the Spring Security Kerberos Extension, your users are authenticated agains See https://github.com/spring-projects/spring-framework/wiki/Downloading-Spring-artifacts[downloading Spring artifacts] for Maven repository information. == Documentation -Be sure to read the http://docs.spring.io/spring-security-kerberos/docs/1.0.0.BUILD-SNAPSHOT/reference/htmlsingle/[Spring Security Kerberos Reference]. -Extensive JavaDoc for the Spring Security Kerberos code is also available in the http://docs.spring.io/spring-security-kerberos/docs/1.0.0.BUILD-SNAPSHOT/api/[Spring Security Kerberos API Documentation]. +Be sure to read the http://docs.spring.io/spring-security-kerberos/docs/1.0.x/reference/htmlsingle/[Spring Security Kerberos Reference]. +Extensive JavaDoc for the Spring Security Kerberos code is also available in the http://docs.spring.io/spring-security-kerberos/docs/1.0.x/api/[Spring Security Kerberos API Documentation]. == Samples Samples can be found under `spring-security-kerberos-samples`. Check