Skip to content

Commit

Permalink
Merge pull request grpc#477 from sethherr/patch-1
Browse files Browse the repository at this point in the history
Small fixes for ruby docs
  • Loading branch information
LisaFC authored Mar 21, 2017
2 parents 944422d + d59f0bf commit 29fc144
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tutorials/basic/ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ $ cd examples/ruby/route_guide

You also should have the relevant tools installed to generate the server and
client interface code - if you don't already, follow the setup instructions in
[the Ruby quick start guide](/docs/installation/ruby.html).
[the Ruby quick start guide](/docs/quickstart/ruby.html).

## Defining the service

Expand Down Expand Up @@ -397,11 +397,11 @@ Run the server, which will listen on port 50051:

```
$ # from examples/ruby
$ bundle exec route_guide/route_guide_server.rb ../python/route_guide/route_guide_db.json
$ bundle exec route_guide/route_guide_server.rb
```
Run the client (in a different terminal):

```
$ # from examples/ruby
$ bundle exec route_guide/route_guide_client.rb ../python/route_guide/route_guide_db.json
$ bundle exec route_guide/route_guide_client.rb
```

0 comments on commit 29fc144

Please # to comment.