From 12384db4ea4e540e8ab79716a540ea78d7c1c3dd Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 24 Jul 2015 09:38:45 +0100 Subject: [PATCH] Fix sample JSON at end of quickstart To avoid confusion, the git repository location now matches the one in the server sample above. Fixes gh-200 --- docs/src/main/asciidoc/quickstart.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/quickstart.adoc b/docs/src/main/asciidoc/quickstart.adoc index 4046d456..202d0230 100644 --- a/docs/src/main/asciidoc/quickstart.adoc +++ b/docs/src/main/asciidoc/quickstart.adoc @@ -149,7 +149,7 @@ high-priority property source, e.g. $ curl localhost:8080/env { "profiles":[], - "configService:https://github.com/scratches/config-repo/bar.properties":{"foo":"bar"}, + "configService:https://github.com/spring-cloud-samples/config-repo/bar.properties":{"foo":"bar"}, "servletContextInitParams":{}, "systemProperties":{...}, ... @@ -159,3 +159,6 @@ $ curl localhost:8080/env (a property source called "configService:/" contains the property "foo" with value "bar" and is highest priority). + +NOTE: the URL in the property source name is the git repository not +the config server URL.