DATAREDIS-266 - Update Documentation.
Updated links in javadoc. Added API javadoc with references to the redis commands. Updated reference manual. Updated Readme and contributing guide. Updated (SCM and developer information in) gradle build and template.mf bundle manifest. Original pull request: #38
This commit is contained in:
committed by
Thomas Darimont
parent
e003ef6ca3
commit
3a49fd14e5
@@ -1,8 +1,8 @@
|
||||
SPRING DATA REDIS INTEGRATION CHANGELOG
|
||||
=======================================
|
||||
http://www.springsource.org/spring-data/redis
|
||||
http://projects.spring.io/spring-data-redis/
|
||||
|
||||
Commit changelog: http://github.com/SpringSource/spring-data-redis/tree/v[version]
|
||||
Commit changelog: http://github.com/spring-projects/spring-data-redis/tree/v[version]
|
||||
Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10604
|
||||
|
||||
Changes in version 1.1.0.RELEASE (2013-09-09)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SPRING DATA REDIS
|
||||
-----------------
|
||||
http://www.springsource.org/spring-data/redis
|
||||
http://projects.spring.io/spring-data-redis/
|
||||
|
||||
1. INTRODUCTION
|
||||
|
||||
@@ -20,9 +20,9 @@ The Spring Data Redis jars files can be found in the 'dist' directory.
|
||||
4. GETTING STARTED
|
||||
|
||||
Please see the reference documentation.
|
||||
Additionally the blog at http://blog.springsource.com as well as sections of interest in the reference documentation.
|
||||
Additionally the blog at https://spring.io/blog as well as sections of interest in the reference documentation.
|
||||
|
||||
ADDITIONAL RESOURCES
|
||||
Spring Data Homepage: http://projects.spring.io/spring-data-redis/
|
||||
Spring Data Forum : http://forum.springsource.org/forumdisplay.php?f=80
|
||||
Spring Data Forum : http://forum.spring.io/forum/spring-projects/data/nosql
|
||||
Redis Homepage : http://redis.io
|
||||
Reference in New Issue
Block a user