Skip to content

Commit bdb65d6

Browse files
committed
update README to remove references to old API, Docs links as well as CouchDB
1 parent 737a42e commit bdb65d6

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,19 @@ Spring Data - Document
22
======================
33

44
The primary goal of the [Spring Data](http://www.springsource.org/spring-data) project is to make it easier to build Spring-powered applications that use new data access technologies such as non-relational databases, map-reduce frameworks, and cloud based data services.
5-
As the name implies, the **Document** modules provides integration with document databases such as [MongoDB](http://www.mongodb.org/) and [CouchDB](http://couchdb.apache.org/).
65

76
Getting Help
87
------------
98

10-
At this point your best bet is to look at the Look at the [JavaDocs](http://static.springsource.org/spring-data/data-document/docs/1.0.0.BUILD-SNAPSHOT/spring-data-mongodb/apidocs/) for MongoDB integration and corresponding and source code. For more detailed questions, use the [forum](http://forum.springsource.org/forumdisplay.php?f=80). If you are new to Spring as well as to Spring Data, look for information about [Spring projects](http://www.springsource.org/projects).
9+
For a comprehensive treatmet of all the Spring Data MongoDB features, please refer to the The [User Guide](http://static.springsource.org/spring-data/data-mongodb/docs/current/reference/html/)
1110

12-
The [User Guide](http://static.springsource.org/spring-data/data-document/docs/1.0.0.BUILD-SNAPSHOT/reference/html/) (A work in progress).
11+
The [JavaDocs](http://static.springsource.org/spring-data/data-mongodb/docs/current/api/) have extensive comments in them as well.
1312

13+
The home page of [Spring Data MongoDB](http://www.springsource.org/spring-data/mongodb) contains links to articles and other resources.
14+
15+
For more detailed questions, use the [forum](http://forum.springsource.org/forumdisplay.php?f=80).
16+
17+
If you are new to Spring as well as to Spring Data, look for information about [Spring projects](http://www.springsource.org/projects).
1418

1519

1620
Quick Start
@@ -137,11 +141,6 @@ This will register an object in the container named PersonRepository. You can u
137141
}
138142

139143

140-
## CouchDB
141-
142-
TBD
143-
144-
145144
Contributing to Spring Data
146145
---------------------------
147146

0 commit comments

Comments
 (0)