File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ on Google Cloud Platform.
2626 * [ Google API Node.js client library] ( #google-api-nodejs-client-library )
2727* [ Code samples] ( #code-samples )
2828 * [ ** Compute** ] ( #compute )
29- * [ Google App Engine (Flexible Environment) ] ( #google-app-engine-flexible-environment )
29+ * [ Google App Engine] ( #google-app-engine )
3030 * [ Google Compute Engine] ( #google-compute-engine )
3131 * [ Google Container Engine] ( #google-container-engine )
3232 * [ Google Cloud Functions (Beta)] ( #google-cloud-functions-beta )
@@ -185,15 +185,15 @@ Node.js client library.
185185
186186### Compute
187187
188- #### Google App Engine (flexible environment)
188+ #### Google App Engine
189189
190- The [ App Engine flexible environment ] [ flex_docs ] is based on Google Compute
191- Engine and automatically scales your app up and down while balancing the load .
190+ [ Google App Engine] [ gae_docs ] is a fully managed serverless application
191+ platform .
192192
193- View the [ App Engine flexible environment Node.js samples] [ flex_samples ] .
193+ View the [ App Engine Node.js samples] [ gae_samples ] .
194194
195- [ flex_docs ] : https://cloud.google.com/appengine/docs/flexible /nodejs/
196- [ flex_samples ] : appengine
195+ [ gae_docs ] : https://cloud.google.com/appengine/docs/nodejs/
196+ [ gae_samples ] : appengine
197197
198198#### Google Compute Engine
199199
You can’t perform that action at this time.
0 commit comments