Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
forresthopkinsa committed Aug 8, 2017
1 parent c0b3387 commit 852ae71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -19,10 +19,10 @@ Reactive Extension (Rx) Adaptor for Netty
Getting Started
==========

The best place to start exploring this library is to look at the [examples] (rxnetty-examples) for some common usecases addressed by RxNetty.
The best place to start exploring this library is to look at the [examples](rxnetty-examples) for some common usecases addressed by RxNetty.

A very simple HTTP server example can be found [here] (rxnetty-examples/src/main/java/io/reactivex/netty/examples/http/helloworld/HelloWorldServer.java)
and the corresponding HTTP client is [here] (rxnetty-examples/src/main/java/io/reactivex/netty/examples/http/helloworld/HelloWorldClient.java)
A very simple HTTP server example can be found [here](rxnetty-examples/src/main/java/io/reactivex/netty/examples/http/helloworld/HelloWorldServer.java)
and the corresponding HTTP client is [here](rxnetty-examples/src/main/java/io/reactivex/netty/examples/http/helloworld/HelloWorldClient.java)

## Binaries

Expand Down

0 comments on commit 852ae71

Please sign in to comment.