From e96bbbdda17d1c7c4a6820f17dffc738cb6662f5 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Mon, 22 Jul 2019 17:34:00 +0200 Subject: [PATCH] Fixed invalid reference to spring-cloud raw github links --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 4369931c..7240c3d5 100644 --- a/pom.xml +++ b/pom.xml @@ -1029,11 +1029,11 @@ ${project.basedir}/target/generated-resources ${docs.main} - https://raw.github.com/${docs.main}/${github-tag} - https://github.com/${docs.main}/tree/${github-tag} - https://github.com/${docs.main}/issues/ - https://github.com/${docs.main}/wiki - https://github.com/${docs.main}/tree/master + https://raw.github.com/spring-cloud/${docs.main}/${github-tag} + https://github.com/spring-cloud/${docs.main}/tree/${github-tag} + https://github.com/spring-cloud/${docs.main}/issues/ + https://github.com/spring-cloud/${docs.main}/wiki + https://github.com/spring-cloud/${docs.main}/tree/master ${index-link}