From 30f71b4a7eaad37877daaeb02ed16ef41d03168f Mon Sep 17 00:00:00 2001 From: thepeoplesbourgeois <850082+thepeoplesbourgeois@users.noreply.github.com> Date: Sat, 27 Mar 2021 20:24:11 -0700 Subject: [PATCH] Fix link for creating an app under an organization (#4806) Co-authored-by: Sarah Edwards --- .../apps/creating-a-github-app-using-url-parameters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/developers/apps/creating-a-github-app-using-url-parameters.md b/content/developers/apps/creating-a-github-app-using-url-parameters.md index 9c8bc8a372..966f050739 100644 --- a/content/developers/apps/creating-a-github-app-using-url-parameters.md +++ b/content/developers/apps/creating-a-github-app-using-url-parameters.md @@ -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.