Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Fluency
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.komamitsu/fluency-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.komamitsu/fluency-core)
[![Maven Central](https://img.shields.io/maven-central/v/org.komamitsu/fluency-core.svg)](https://search.maven.org/artifact/org.komamitsu/fluency-core)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The link for the Maven Central badge points to the fluency-core artifact. Since this repository contains multiple publishable modules (e.g., fluency-fluentd, fluency-aws-s3), it would be more helpful for users if the badge linked to a search for all artifacts in the group. This would allow them to easily discover all available modules.

Suggested change
[![Maven Central](https://img.shields.io/maven-central/v/org.komamitsu/fluency-core.svg)](https://search.maven.org/artifact/org.komamitsu/fluency-core)
[![Maven Central](https://img.shields.io/maven-central/v/org.komamitsu/fluency-core.svg)](https://search.maven.org/search?q=g:org.komamitsu)

[<img src="https://travis-ci.org/komamitsu/fluency.svg?branch=master"/>](https://travis-ci.org/komamitsu/fluency) [![Coverage Status](https://coveralls.io/repos/komamitsu/fluency/badge.svg?branch=master&service=github)](https://coveralls.io/github/komamitsu/fluency?branch=master)

High throughput data ingestion logger to Fluentd and Fluent Bit (and AWS S3 and Treasure Data.)
Expand Down