diff options
Diffstat (limited to 'examples/objective-c/auth_sample/README.md')
-rw-r--r-- | examples/objective-c/auth_sample/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/objective-c/auth_sample/README.md b/examples/objective-c/auth_sample/README.md index 3dbe7e334c..5ae6452619 100644 --- a/examples/objective-c/auth_sample/README.md +++ b/examples/objective-c/auth_sample/README.md @@ -9,8 +9,8 @@ headers. - Read response metadata from a call, which is equivalent to HTTP response headers and trailers. It assumes you know the basics on how to make gRPC API calls using the Objective-C client library, -as shown in the [Hello World](examples/objective-c/helloworld) -or [Route Guide](examples/objective-c/route_guide) tutorials, +as shown in the [Hello World](../helloworld) +or [Route Guide](../route_guide) tutorials, and are familiar with OAuth2 concepts like _access token_. - [Example code and setup](#setup) @@ -22,7 +22,7 @@ and are familiar with OAuth2 concepts like _access token_. <a name="setup"></a> ## Example code and setup -The example code for our tutorial is in [examples/objective-c/auth_sample](examples/objective-c/auth_sample). +The example code for our tutorial is in [examples/objective-c/auth_sample](.). To download the example, clone this repository by running the following command: ```shell $ git clone https://github.com/grpc/grpc.git |