Skip to content

Commit 6283757

Browse files
authored
repo sync
2 parents ad34fb2 + 30f71b4 commit 6283757

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/developers/apps/creating-a-github-app-using-url-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ topics:
1616

1717
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:
1818
* **User account:** `{% data variables.product.oauth_host_code %}/settings/apps/new`
19-
* **Organization account:** `{% data variables.product.oauth_host_code %}/:org/settings/apps/new`
19+
* **Organization account:** `{% data variables.product.oauth_host_code %}/organizations/:org/settings/apps/new`
2020

2121
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.
2222

0 commit comments

Comments
 (0)