Skip to content

Commit 93657a5

Browse files
sterenfhinkel
authored andcommitted
README: use "App Engine" instead of flexible environment (#635)
1 parent 348916f commit 93657a5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)