From 04871bbd29e9374e356fa7a465e1e1db30a673b7 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 8 Apr 2015 18:27:09 +0200 Subject: [PATCH] DATAREST-509 - Fixed typo in reference docs section on projections. --- src/main/asciidoc/projections-excerpts.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/projections-excerpts.adoc b/src/main/asciidoc/projections-excerpts.adoc index 125bed135..8a9c69c16 100644 --- a/src/main/asciidoc/projections-excerpts.adoc +++ b/src/main/asciidoc/projections-excerpts.adoc @@ -125,7 +125,7 @@ The `NoAddresses` projection only has getters for `firstName` and `lastName` mea <1> There is a new option listed for this resource, `{?projection}`. <2> The `self` URI is a URI Template. -To view apply the projection to the resource, look up `http://localhost:8080/persons/1/projection=noAddresses`. +To view apply the projection to the resource, look up `http://localhost:8080/persons/1?projection=noAddresses`. NOTE: The value supplied to the `projection` query parameter is the same as specified in `@Projection(name = "noAddress")`. It has nothing to do with the name of the projection's interface.