From 669dff2498cfc70f9595289a454319faaa06a11a Mon Sep 17 00:00:00 2001 From: Alex Karezin Date: Wed, 20 Sep 2023 22:21:49 -0400 Subject: [PATCH] Fix contribution link in README.adoc and add a link to repository map Fixing broken link to contribution guidelines. Adding a link to the high-level diagrams including module, library dependency and others at (https://sourcespy.com/github/springcloudspringcloudgateway/). Built directly from source and updated on schedule. Intended to simplify developer's introduction to the project. In the spirit of transparency - I am the author of the diagrams. Hope contributors find it useful. --- docs/src/main/asciidoc/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/README.adoc b/docs/src/main/asciidoc/README.adoc index 6eb5f111..d5ff430d 100644 --- a/docs/src/main/asciidoc/README.adoc +++ b/docs/src/main/asciidoc/README.adoc @@ -25,4 +25,4 @@ include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/main/ [[contributing]] = Contributing -include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/main/docs/src/main/asciidoc/contributing.adoc[] +include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/main/docs/modules/ROOT/partials/contributing.adoc[]