Fix gh branch in docs.
This commit is contained in:
@@ -4,7 +4,7 @@ Manual changes to this file will be lost when it is generated again.
|
||||
Edit the files in the src/main/asciidoc/ directory instead.
|
||||
////
|
||||
|
||||
:branch: master
|
||||
:branch: 2.1.x
|
||||
image::https://badges.gitter.im/Join%20Chat.svg[Gitter, link="https://gitter.im/spring-cloud/spring-cloud-contract?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"]
|
||||
image::https://codecov.io/gh/spring-cloud/spring-cloud-contract/branch/{branch}/graph/badge.svg["codecov", link="https://codecov.io/gh/spring-cloud/spring-cloud-contract"]
|
||||
image::https://circleci.com/gh/spring-cloud/spring-cloud-contract.svg?style=svg["CircleCI", link="https://circleci.com/gh/spring-cloud/spring-cloud-contract"]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
:branch: master
|
||||
:branch: 2.1.x
|
||||
image::https://badges.gitter.im/Join%20Chat.svg[Gitter, link="https://gitter.im/spring-cloud/spring-cloud-contract?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"]
|
||||
image::https://codecov.io/gh/spring-cloud/spring-cloud-contract/branch/{branch}/graph/badge.svg["codecov", link="https://codecov.io/gh/spring-cloud/spring-cloud-contract"]
|
||||
image::https://circleci.com/gh/spring-cloud/spring-cloud-contract.svg?style=svg["CircleCI", link="https://circleci.com/gh/spring-cloud/spring-cloud-contract"]
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
:numbered:
|
||||
:icons: font
|
||||
:sectlinks: true
|
||||
:branch: master
|
||||
:branch: 2.1.x
|
||||
|
||||
= Spring Cloud Contract
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
:branch: master
|
||||
:samples_branch: 2.0.x
|
||||
:branch: 2.1.x
|
||||
:samples_branch: 2.1.x
|
||||
|
||||
=== Stub Runner Core
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
:samples_branch: 2.0.x
|
||||
:samples_branch: 2.1.x
|
||||
|
||||
= Spring Cloud Contract Maven Plugin
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
:branch: master
|
||||
:branch: 2.1.x
|
||||
|
||||
== Java Project with JUnit Tests
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
:branch: master
|
||||
:branch: 2.1.x
|
||||
|
||||
== Groovy Project with Spock Specifications
|
||||
|
||||
|
||||
Reference in New Issue
Block a user