Skip to content

Commit

Permalink
change the badge back to what it should be
Browse files Browse the repository at this point in the history
  • Loading branch information
jillesvangurp committed Feb 12, 2020
1 parent 27720d0 commit a70cae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Es Kotlin Wrapper Client

[![](https://jitpack.io/v/jillesvangurp/es-kotlin-wrapper-client.svg/1.0-Beta-1-7.5.2)](https://jitpack.io/v/jillesvangurp/es-kotlin-wrapper-client/1.0-Beta-1-7.5.2)
[![](https://jitpack.io/v/jillesvangurp/es-kotlin-wrapper-client.svg)](https://jitpack.io/#jillesvangurp/es-kotlin-wrapper-client)
[![Actions Status](https://github.com/jillesvangurp/es-kotlin-wrapper-client/workflows/CI-gradle-build/badge.svg)](https://github.com/jillesvangurp/es-kotlin-wrapper-client/actions)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ReadmeTest : AbstractElasticSearchTest(indexPrefix = "manual") {
fun `generate readme`() {
KotlinForExample.markdownPageWithNavigation(readmePage) {
+"""
[![](https://jitpack.io/v/jillesvangurp/es-kotlin-wrapper-client.svg/1.0-Beta-1-7.5.2)](https://jitpack.io/v/jillesvangurp/es-kotlin-wrapper-client/1.0-Beta-1-7.5.2)
[![](https://jitpack.io/v/jillesvangurp/es-kotlin-wrapper-client.svg)](https://jitpack.io/#jillesvangurp/es-kotlin-wrapper-client)
[![Actions Status](https://github.com/jillesvangurp/es-kotlin-wrapper-client/workflows/CI-gradle-build/badge.svg)](https://github.com/jillesvangurp/es-kotlin-wrapper-client/actions)
Expand Down

0 comments on commit a70cae3

Please sign in to comment.