From 135f8de28f40715c185ed1f4bfb0d12167e2a290 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 24 Feb 2017 16:17:51 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-config.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-cloud-config.html b/spring-cloud-config.html index 2eaef4c6..5a76b562 100644 --- a/spring-cloud-config.html +++ b/spring-cloud-config.html @@ -859,8 +859,8 @@ HTTP resource to a git label (commit id, branch name or tag). If the git branch or tag name contains a slash ("/") then the label in the HTTP URL should be specified with the special string "()" instead (to avoid ambiguity with other URL paths). For example, if the label is -foo/bar, replacing the slash would result in a label that looks like -`foo()bar. Be careful with the brackets in +foo/bar, replacing the slash would result in a label that looks like +foo()bar. Be careful with the brackets in the URL if you are using a command line client like curl (e.g. escape them from the shell with quotes '').