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
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# gRPC-Kotlin/JVM - An RPC library and framework

[![Build Status][]](https://travis-ci.org/grpc/grpc-kotlin)
[![Gradle Build Status][]](https://github.com/grpc/grpc-kotlin/actions?query=workflow%3A%22Gradle+Build%22)
[![Bazel Build Status][]](https://github.com/grpc/grpc-kotlin/actions?query=workflow%3A%22Bazel+Build%22)

[![grpc-kotlin-stub][label:stub]][maven:stub]
[![protoc-gen-grpc-kotlin][label:plugin]][maven:plugin]
Expand Down Expand Up @@ -33,7 +34,8 @@ For more information, see the following pages:
- [API Reference][]

[API Reference]: https://javadocs.dev/io.grpc/grpc-kotlin-stub/latest
[Build Status]: https://travis-ci.org/grpc/grpc-kotlin.svg?branch=master
[Gradle Build Status]: https://github.com/grpc/grpc-kotlin/workflows/Gradle%20Build/badge.svg
[Bazel Build Status]: https://github.com/grpc/grpc-kotlin/workflows/Bazel%20Build/badge.svg
[gen-java]: https://github.com/grpc/grpc-java/tree/master/compiler
[gRPC Kotlin/JVM Quick Start]: https://grpc.io/docs/quickstart/kotlin
[gRPC Basics - Kotlin/JVM]: https://grpc.io/docs/tutorials/basic/kotlin
Expand Down