Skip to content

Commit

Permalink
docs: link to relevant configuration sections (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob authored Nov 24, 2022
1 parent 369ef80 commit 5d39c93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-gradle-plugin/USER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## Applying the Plugin
Apply the plugin following the instructions in [README.md](README.md#how-to-use) and using the appropriate plugin identifier:
1. `"com.google.cloud.tools.appengine-appenginewebxml"` for war projects defined by an `appengine-web.xml`
1. `"com.google.cloud.tools.appengine-appyaml"` for projects defined by an `app.yaml`
1. `"com.google.cloud.tools.appengine-appenginewebxml"` for [war projects defined by an `appengine-web.xml`](#app-engine-appengine-webxml-based-projects)
1. `"com.google.cloud.tools.appengine-appyaml"` for [projects defined by an `app.yaml`](#app-engine-appyaml-based-projects)
1. `"com.google.cloud.tools.appengine"` for automatic environment determination (not recommended)


Expand Down

0 comments on commit 5d39c93

Please sign in to comment.