From 5e489f98ffb6d70ebd5849881c8e663ce5c947bf Mon Sep 17 00:00:00 2001 From: Grant Timmerman Date: Mon, 10 Jun 2019 16:09:33 -0700 Subject: [PATCH] Endpoints README 404 b/133157690 --- appengine/endpoints/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/endpoints/README.md b/appengine/endpoints/README.md index 14724e3271..0157763345 100644 --- a/appengine/endpoints/README.md +++ b/appengine/endpoints/README.md @@ -44,4 +44,4 @@ If you're running locally, you won't need an API key. No Node.js client is written yet, but you can try the Python client found [here][python-client]. It will send authenticated JWT requests using a Google Cloud service account, or using a three-legged OAuth flow. -[python-client]: https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/managed_vms/endpoints +[python-client]: https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/endpoints/getting-started/clients/google-jwt-client.py