From 068e773d9f7a842c357f1e2b492cc60a627bdb1d Mon Sep 17 00:00:00 2001 From: Sep Ebrahimzadeh Date: Tue, 16 Aug 2016 18:05:32 -0700 Subject: [PATCH] Update README --- managed_vms/endpoints/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/managed_vms/endpoints/README.md b/managed_vms/endpoints/README.md index 382db54701e..8ff97e71bde 100644 --- a/managed_vms/endpoints/README.md +++ b/managed_vms/endpoints/README.md @@ -3,7 +3,7 @@ This sample demonstrates how to use Google Cloud Endpoints on Google App Engine ## Edit the Swagger API specification -Open the src/main/appengine/swagger.yaml file in your favorite editor, and replace the YOUR-PROJECT-ID host line with your actual Google Cloud Platform project Id. +Open the [src/main/appengine/swagger.yaml](src/main/appengine/swagger.yaml) file in your favorite editor, and replace the YOUR-PROJECT-ID `host` line with your actual Google Cloud Platform project Id. ## Running locally $ mvn jetty:run