Skip to content

Commit a942b30

Browse files
committed
Restore clickable links in README table
1 parent 55882f0 commit a942b30

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ gRPC-Java - An RPC library and framework
33

44
| Resource | Link |
55
|--------|------|
6-
| Homepage | https://grpc.io |
7-
| Mailing List | grpc-io@googlegroups.com |
6+
| Homepage | [grpc.io](https://grpc.io) |
7+
| Mailing List | [grpc-io@googlegroups.com](mailto:grpc-io@googlegroups.com) |
88

99
[![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)
1010
[![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)
1111
[![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)
1212
[![Branch-adjusted Line Coverage Status](https://codecov.io/gh/grpc/grpc-java/branch/master/graph/badge.svg)](https://codecov.io/gh/grpc/grpc-java)
1313

14-
## Supported Platforms
14+
Supported Platforms
15+
-------------------
1516

1617
gRPC-Java supports Java 8 and later. Android minSdkVersion 23 (Marshmallow) and
1718
later are supported with [Java 8 language desugaring][android-java-8].
@@ -44,7 +45,7 @@ are standalone projects that showcase the usage of gRPC.
4445
Download
4546
--------
4647

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`:
48+
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`:
4849
```xml
4950
<dependency>
5051
<groupId>io.grpc</groupId>
@@ -234,7 +235,7 @@ The Stub layer is what is exposed to most developers and provides type-safe
234235
bindings to whatever datamodel/IDL/interface you are adapting. gRPC comes with
235236
a [plugin](https://github.com/google/grpc-java/blob/master/compiler) to the
236237
protocol-buffers compiler that generates Stub interfaces out of `.proto` files,
237-
but bindings to other data models or IDLs are supported and encouraged.
238+
but bindings to other datamodels/IDL are supported and encouraged.
238239

239240
### Channel
240241

0 commit comments

Comments
 (0)