Skip to content

Commit 0b253d7

Browse files
authored
Merge pull request #108 from joschi/patch-1
Fix links in README
2 parents 7aaa4e3 + bbb19d8 commit 0b253d7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@ Useful extensions for using the grpc-java library.
88

99
This project is broken down into multiple sub-modules, each solving a different sub-problem.
1010

11-
* [*grpc-contrib*](https://github.com/salesforce/grpc-java-contrib/tree/master/grpc-contrib) - A collection of utility classes to work with grpc-java.
12-
* [*grpc-testing-contrib*](https://github.com/salesforce/grpc-java-contrib/tree/master/grpc-testing-contrib) - A collection of utility classes for testing grpc-java.
13-
* [*grpc-spring*](https://github.com/salesforce/grpc-java-contrib/tree/master/grpc-spring) - Tools for automatically wiring up and starting a grpc service using Spring.
11+
* [*grpc-contrib*](https://github.com/salesforce/grpc-java-contrib/tree/master/contrib/grpc-contrib) - A collection of utility classes to work with grpc-java.
12+
* [*grpc-testing-contrib*](https://github.com/salesforce/grpc-java-contrib/tree/master/contrib/grpc-testing-contrib) - A collection of utility classes for testing grpc-java.
13+
* [*grpc-spring*](https://github.com/salesforce/grpc-java-contrib/tree/master/contrib/grpc-spring) - Tools for automatically wiring up and starting a grpc service using Spring.
1414
* [*jprotoc*](https://github.com/salesforce/grpc-java-contrib/tree/master/jprotoc) - A framework for building protoc extension plugins in Java.
15-
* [*reactive-grpc*](https://github.com/salesforce/reactive-grpc) - Protoc extension plugins for reactive programming using RxJava and Spring Reactor.
1615

1716
Demos
1817
=====
19-
A pair of demo applications are in the `grpc-java-contrib-demo` directory.
18+
A pair of demo applications are in the [`grpc-java-contrib-demo`](https://github.com/salesforce/grpc-java-contrib/tree/master/demos/grpc-java-contrib-demo) directory.
2019

2120
* *time-service-demo* - Hosts a simple gRPC service that reports the current time. Demonstrates grpc-spring service hosting.
2221
* *time-client-demo* - Connects to the time service. Demonstrates `StaticResolver` and jProtoc.

0 commit comments

Comments
 (0)