Skip to content

Commit 55882f0

Browse files
committed
Fix broken README link
1 parent 310ce7b commit 55882f0

1 file changed

Lines changed: 7 additions & 14 deletions

File tree

README.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
11
gRPC-Java - An RPC library and framework
22
========================================
33

4-
<table>
5-
<tr>
6-
<td><b>Homepage:</b></td>
7-
<td><a href="https://grpc.io/">grpc.io</a></td>
8-
</tr>
9-
<tr>
10-
<td><b>Mailing List:</b></td>
11-
<td><a href="https://groups.google.com/forum/#!forum/grpc-io">grpc-io@googlegroups.com</a></td>
12-
</tr>
13-
</table>
4+
| Resource | Link |
5+
|--------|------|
6+
| Homepage | https://grpc.io |
7+
| Mailing List | grpc-io@googlegroups.com |
148

159
[![Join the chat at https://gitter.im/grpc/grpc](https://badges.gitter.im/grpc/grpc.svg)](https://gitter.im/grpc/grpc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
1610
[![GitHub Actions Linux Testing](https://github.com/grpc/grpc-java/actions/workflows/testing.yml/badge.svg?branch=master)](https://github.com/grpc/grpc-java/actions/workflows/testing.yml?branch=master)
1711
[![Line Coverage Status](https://coveralls.io/repos/grpc/grpc-java/badge.svg?branch=master&service=github)](https://coveralls.io/github/grpc/grpc-java?branch=master)
1812
[![Branch-adjusted Line Coverage Status](https://codecov.io/gh/grpc/grpc-java/branch/master/graph/badge.svg)](https://codecov.io/gh/grpc/grpc-java)
1913

20-
Supported Platforms
21-
-------------------
14+
## Supported Platforms
2215

2316
gRPC-Java supports Java 8 and later. Android minSdkVersion 23 (Marshmallow) and
2417
later are supported with [Java 8 language desugaring][android-java-8].
@@ -51,7 +44,7 @@ are standalone projects that showcase the usage of gRPC.
5144
Download
5245
--------
5346

54-
Download [the JARs][]. Or for Maven with non-Android, add to your `pom.xml`:
47+
Download [the JARs]: https://search.maven.org/search?q=g:io.grpc%20AND%20v:1.79.0. Or for Maven with non-Android, add to your `pom.xml`:
5548
```xml
5649
<dependency>
5750
<groupId>io.grpc</groupId>
@@ -241,7 +234,7 @@ The Stub layer is what is exposed to most developers and provides type-safe
241234
bindings to whatever datamodel/IDL/interface you are adapting. gRPC comes with
242235
a [plugin](https://github.com/google/grpc-java/blob/master/compiler) to the
243236
protocol-buffers compiler that generates Stub interfaces out of `.proto` files,
244-
but bindings to other datamodel/IDL are easy and encouraged.
237+
but bindings to other data models or IDLs are supported and encouraged.
245238

246239
### Channel
247240

0 commit comments

Comments
 (0)