aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/grpc-auth-support.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/grpc-auth-support.md')
-rw-r--r--doc/grpc-auth-support.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/grpc-auth-support.md b/doc/grpc-auth-support.md
index b9ef299332..800fbedd80 100644
--- a/doc/grpc-auth-support.md
+++ b/doc/grpc-auth-support.md
@@ -264,7 +264,7 @@ call.requestMetadata[@"Authorization"] = [@"Bearer " stringByAppendingString:acc
[call start];
```
-You can see a working example app, with a more detailed explanation, [here](https://github.com/grpc/grpc-common/tree/master/objective-c/auth_sample).
+You can see a working example app, with a more detailed explanation, [here](examples/objective-c/auth_sample).
### Authenticating with Google (Python)
```python