Skip to content

Commit 55b44ff

Browse files
christophstroblodrotbohm
authored andcommitted
DATAMONGO-1275 - Fixed broken links in reference documentation.
Original pull request: #318.
1 parent ae48639 commit 55b44ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/main/asciidoc/reference/mongo-repositories.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ MongoDB repository support integrates with the http://www.querydsl.com/[QueryDSL
381381
* Adopts better to refactoring changes in domain types
382382
* Incremental query definition is easier
383383

384-
Please refer to the QueryDSL documentation which describes how to bootstrap your environment for APT based code generation http://source.mysema.com/static/querydsl/2.1.2/reference/html/ch02.html#d0e112[using Maven] or http://source.mysema.com/static/querydsl/2.1.2/reference/html/ch02.html#d0e131[using Ant].
384+
Please refer to the http://www.querydsl.com/static/querydsl/latest/reference/html/[QueryDSL documentation] which describes how to bootstrap your environment for APT based code generation using Maven or Ant.
385385

386386
Using QueryDSL you will be able to write queries as shown below
387387

src/main/asciidoc/reference/mongodb.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ You will also need to add the location of the Spring Milestone repository for ma
6464
</repositories>
6565
----
6666

67-
The repository is also http://shrub.appspot.com/maven.springframework.org/milestone/org/springframework/data/[browseable here].
67+
The repository is also http://repo.spring.io/milestone/org/springframework/data/[browseable here].
6868

6969
You may also want to set the logging level to `DEBUG` to see some additional information, edit the log4j.properties file to have
7070

@@ -1193,13 +1193,13 @@ The geo near operations return a `GeoResults` wrapper object that encapsulates `
11931193
[[mongo.geo-json]]
11941194
=== GeoJSON Support
11951195

1196-
MongoDB supports http://geojeson.org/[GeoJSON] and simple (legacy) coordinate pairs for geospatial data. Those formats can both be used for storing as well as querying data.
1196+
MongoDB supports http://geojson.org/[GeoJSON] and simple (legacy) coordinate pairs for geospatial data. Those formats can both be used for storing as well as querying data.
11971197

11981198
NOTE: Please refer to the http://docs.mongodb.org/manual/core/2dsphere/#geospatial-indexes-store-geojson/[MongoDB manual on GeoJSON support] to learn about requirements and restrictions.
11991199

12001200
==== GeoJSON types in domain classes
12011201

1202-
Usage of http://geojeson.org/[GeoJSON] types in domain classes is straight forward. The `org.springframework.data.mongodb.core.geo` package contains types like `GeoJsonPoint`, `GeoJsonPolygon` and others. Those are extensions to the existing `org.springframework.data.geo` types.
1202+
Usage of http://geojson.org/[GeoJSON] types in domain classes is straight forward. The `org.springframework.data.mongodb.core.geo` package contains types like `GeoJsonPoint`, `GeoJsonPolygon` and others. Those are extensions to the existing `org.springframework.data.geo` types.
12031203

12041204
====
12051205
[source,java]

0 commit comments

Comments
 (0)