Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: use "App Engine" instead of flexible environment #635

Merged
merged 4 commits into from
Jun 5, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on Google Cloud Platform.
* [Google API Node.js client library](#google-api-nodejs-client-library)
* [Code samples](#code-samples)
* [**Compute**](#compute)
* [Google App Engine (Flexible Environment)](#google-app-engine-flexible-environment)
* [Google App Engine](#google-app-engine)
* [Google Compute Engine](#google-compute-engine)
* [Google Container Engine](#google-container-engine)
* [Google Cloud Functions (Beta)](#google-cloud-functions-beta)
Expand Down Expand Up @@ -185,15 +185,15 @@ Node.js client library.

### Compute

#### Google App Engine (flexible environment)
#### Google App Engine

The [App Engine flexible environment][flex_docs] is based on Google Compute
Engine and automatically scales your app up and down while balancing the load.
[Google App Engine][gae_docs] is a fully managed serverless application
platform.

View the [App Engine flexible environment Node.js samples][flex_samples].
View the [App Engine Node.js samples][gae_samples].

[flex_docs]: https://cloud.google.com/appengine/docs/flexible/nodejs/
[flex_samples]: appengine
[gae_docs]: https://cloud.google.com/appengine/docs/nodejs/
[gae_samples]: appengine

#### Google Compute Engine

Expand Down