Skip to content

Commit a1a7486

Browse files
committed
updated README
1 parent 9d8a30f commit a1a7486

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will build a Java project with Gradle
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
33

4-
name: build
4+
name: Build
55

66
on:
77
push:

README.adoc

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
= Redis Enterprise Kafka Connector
2-
ifdef::env-github[]
3-
:badges:
4-
:tag: master
5-
:!toc-title:
6-
:tip-caption: :bulb:
7-
:note-caption: :paperclip:
8-
:important-caption: :heavy_exclamation_mark:
9-
:caution-caption: :fire:
10-
:warning-caption: :warning:
11-
endif::[]
2+
:linkattrs:
3+
:project-owner: RedisLabs-Field-Engineering
4+
:project-name: redis-enterprise-kafka
5+
:project-group: com.redislabs
6+
:project-version: 0.1.0
127

13-
// Badges
14-
ifdef::badges[]
15-
image:https://github.com/RedisLabs-Field-Engineering/redis-enterprise-kafka/actions/workflows/gradle.yml/badge.svg["Build", link="https://github.com/RedisLabs-Field-Engineering/redis-enterprise-kafka/actions/workflows/gradle.yml"]
16-
image:https://codecov.io/gh/RedisLabs-Field-Engineering/redis-enterprise-kafka/branch/master/graph/badge.svg?token=MTMRRGEWBD["Coverage", link="https://codecov.io/gh/RedisLabs-Field-Engineering/redis-enterprise-kafka"]
17-
endif::[]
8+
image:https://img.shields.io/github/workflow/status/{project-owner}/{project-name}/Build?logo=github["Build Status", link="https://github.com/{project-owner}/{project-name}/actions"]
9+
image:https://codecov.io/gh/{project-owner}/{project-name}/branch/master/graph/badge.svg?token=MTMRRGEWBD["Coverage", link="https://codecov.io/gh/{project-owner}/{project-name}"]
10+
11+
---
1812

1913
Kafka Connect source and sink connectors for https://redislabs.com/redis-enterprise-software/overview/[Redis Enterprise]

0 commit comments

Comments
 (0)