1
0
mirror of synced 2025-12-23 21:07:12 -05:00

Fix link for creating an app under an organization (#4806)

Co-authored-by: Sarah Edwards <skedwards88@github.com>
This commit is contained in:
thepeoplesbourgeois
2021-03-27 20:24:11 -07:00
committed by GitHub
parent 1d1ce1b298
commit 30f71b4a7e

View File

@@ -16,7 +16,7 @@ topics:
You can add query parameters to these URLs to preselect the configuration of a {% data variables.product.prodname_github_app %} on a personal or organization account:
* **User account:** `{% data variables.product.oauth_host_code %}/settings/apps/new`
* **Organization account:** `{% data variables.product.oauth_host_code %}/:org/settings/apps/new`
* **Organization account:** `{% data variables.product.oauth_host_code %}/organizations/:org/settings/apps/new`
The person creating the app can edit the preselected values from the {% data variables.product.prodname_github_app %} registration page, before submitting the app. If you do not include required parameters in the URL query string, like `name`, the person creating the app will need to input a value before submitting the app.