From a5dcc896dd6a75803530969f0ef8f00cf9e86690 Mon Sep 17 00:00:00 2001 From: Mariusz Smykula Date: Wed, 6 Apr 2016 21:56:21 +0200 Subject: [PATCH] better readme [ci skip] --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9a86188604..a118f28851 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Build Status](https://travis-ci.org/Codearte/accurest-maven-plugin.svg?branch=master)](https://travis-ci.org/Codearte/accurest-maven-plugin) [![Coverage Status](https://coveralls.io/repos/github/Codearte/accurest-maven-plugin/badge.svg?branch=master)](https://coveralls.io/github/Codearte/accurest-maven-plugin?branch=master) [![GitHub issues](https://img.shields.io/github/issues/Codearte/accurest.svg)](https://github.com/Codearte/accurest/labels/maven) [![Maven Central](https://img.shields.io/maven-central/v/io.codearte.accurest/accurest-maven-plugin.svg)](https://maven-badges.herokuapp.com/maven-central/io.codearte.accurest/accurest-maven-plugin) -Accurate REST Maven Plugin +[Accurate REST Maven Plugin](http://codearte.github.io/accurest-maven-plugin/plugin-info.html) ==== Converting [Accurest](https://github.com/Codearte/accurest/wiki/1.-Introduction) GroovyDSL into WireMock stub mappings: @@ -11,6 +11,10 @@ or shortly * mvn accurest:convert +For more information please go to the [Accurest Wiki](https://github.com/Codearte/accurest/wiki/2.2-Maven-Project) or [Plugin Documentation Site](http://codearte.github.io/accurest-maven-plugin/plugin-info.html). + + + Accurest Runner --- @@ -21,10 +25,6 @@ or shortly * mvn accurest:run - -For more information please go to the [Wiki](https://github.com/Codearte/accurest/wiki/2.2-Maven-Project) - - --- * Additional configuration inside `~/.m2/settings.xml` is required.