From 8007508e19c0e5dad4d16daefc81775a9584dec7 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Sun, 24 Apr 2016 09:01:20 +0200 Subject: [PATCH] Fixed the link to Maven plugin --- docs/src/docs/asciidoc/messaging.adoc | 2 +- docs/src/docs/asciidoc/stubrunner.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/docs/asciidoc/messaging.adoc b/docs/src/docs/asciidoc/messaging.adoc index ed25a833dc..3653f4fc67 100644 --- a/docs/src/docs/asciidoc/messaging.adoc +++ b/docs/src/docs/asciidoc/messaging.adoc @@ -147,4 +147,4 @@ include::../../../../accurest-gradle-plugin/src/test/resources/functionalTest/sc ==== Maven Setup -Example of Maven can be found in the [AccuREST Maven Plugin README](https://github.com/Codearte/accurest-maven-plugin/=publishing-wiremock-stubs-projectf-stubsjar) +Example of Maven can be found in the https://github.com/Codearte/accurest-maven-plugin/=publishing-wiremock-stubs-projectf-stubsjar[Accurest Maven Plugin README] diff --git a/docs/src/docs/asciidoc/stubrunner.adoc b/docs/src/docs/asciidoc/stubrunner.adoc index c6efd38570..b429b2d4f8 100644 --- a/docs/src/docs/asciidoc/stubrunner.adoc +++ b/docs/src/docs/asciidoc/stubrunner.adoc @@ -20,11 +20,11 @@ include::../../../../accurest-gradle-plugin/src/test/resources/functionalTest/sc ==== Maven -Example of Maven can be found in the [AccuREST Maven Plugin README](https://github.com/Codearte/accurest-maven-plugin/=publishing-wiremock-stubs-projectf-stubsjar) +Example of Maven can be found in the [Accurest Maven Plugin README](https://github.com/Codearte/accurest-maven-plugin/=publishing-wiremock-stubs-projectf-stubsjar) === Modules -AccuREST comes with a new structure of modules +Accurest comes with a new structure of modules [source,indent=0] ----