From 0537f763f33a4363422c13d7333ddf4f210a7e7b Mon Sep 17 00:00:00 2001 From: Seth Herr Date: Tue, 21 Mar 2017 11:44:11 -0700 Subject: [PATCH] Small fixes I'm pretty sure you don't mean python. Also, I'm pretty sure you mean to link to quickstart - not installation, which isn't a thing. --- docs/tutorials/basic/ruby.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/basic/ruby.md b/docs/tutorials/basic/ruby.md index c0633124..902303f1 100644 --- a/docs/tutorials/basic/ruby.md +++ b/docs/tutorials/basic/ruby.md @@ -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 ```