From bd215fab9588f9ed618b287eca2ace4bc261a36f Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Tue, 7 Jul 2020 12:41:16 -0400 Subject: [PATCH] Creates and uses new github-project url in docs (#169) Fixes gh-168 --- docs/src/main/asciidoc/contributing-docs.adoc | 2 +- pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/contributing-docs.adoc b/docs/src/main/asciidoc/contributing-docs.adoc index 6851cced..0e219ced 100644 --- a/docs/src/main/asciidoc/contributing-docs.adoc +++ b/docs/src/main/asciidoc/contributing-docs.adoc @@ -1 +1 @@ -NOTE: Spring Cloud is released under the non-restrictive Apache 2.0 license. If you would like to contribute to this section of the documentation or if you find an error, please find the source code and issue trackers in the project at {docslink}[github]. \ No newline at end of file +NOTE: Spring Cloud is released under the non-restrictive Apache 2.0 license. If you would like to contribute to this section of the documentation or if you find an error, please find the source code and issue trackers in the project at {github-project}[github]. \ No newline at end of file diff --git a/pom.xml b/pom.xml index bcd0822b..bf9a481b 100644 --- a/pom.xml +++ b/pom.xml @@ -1128,6 +1128,7 @@ ${maven.multiModuleProjectDirectory}@ ${docs.main}@ + https://github.com/spring-cloud/${docs.main}@ https://raw.githubusercontent.com/spring-cloud/${docs.main}/${github-tag}@