From db9f989c1a6fcf48fd6f521eebdbf31aa67c9c49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Mert=20Y=C4=B1ld=C4=B1ran?= Date: Mon, 22 Nov 2021 17:48:24 +0300 Subject: [PATCH] Add one more link to the Gist --- Development-Workflows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Development-Workflows.md b/Development-Workflows.md index 55fbe5e..43fd62d 100644 --- a/Development-Workflows.md +++ b/Development-Workflows.md @@ -231,7 +231,7 @@ $ cd ~/Downloads/ && git clone -b v1.38.0 https://github.com/grpc/grpc --depth 1 $ cd ~/Downloads/grpc/examples/python/route_guide && python route_guide_server.py ``` -Save the `.go` and `.py` files that are provided by this Gist into a directory. +Save the `.go` and `.py` files that are provided by [the Gist](https://gist.github.com/mertyildiran/7286261b3b4c9345f4f51fe30a955f16) into a directory. In the same directory, save this script to a file named `run.sh`: