diff --git a/content/copilot/how-tos/administer/organizations/configuring-your-proxy-server-or-firewall-for-copilot.md b/content/copilot/how-tos/administer/organizations/configuring-your-proxy-server-or-firewall-for-copilot.md index 4523cba7cfab..32a6718e4105 100644 --- a/content/copilot/how-tos/administer/organizations/configuring-your-proxy-server-or-firewall-for-copilot.md +++ b/content/copilot/how-tos/administer/organizations/configuring-your-proxy-server-or-firewall-for-copilot.md @@ -13,19 +13,12 @@ redirect_from: If your company employs security measures like a firewall or proxy server, you should add the following URLs, ports, and protocols to an allowlist to ensure {% data variables.product.prodname_copilot_short %} works as expected: -## {% data variables.product.prodname_enterprise %} related URLs - -| Domain and/or URL | Purpose | -| :------------------------------------- | :--------------------------------- | -| `https://github.com/YOUR-ENTERPRISE/*` | Enterprise URL | -| `https://github.com/YOUR-ENTERPRISE?*` | Enterprise URL | -| `https://github.com/enterprises/YOUR-ENTERPRISE/*` | Authentication for {% data variables.enterprise.prodname_managed_users %}, only required with {% data variables.product.prodname_emus %} | - ## {% data variables.product.github %} public URLs | Domain and/or URL | Purpose | | :------------------------------------- | :--------------------------------- | | `https://github.com/login/*` | Authentication | +| `https://github.com/enterprises/YOUR-ENTERPRISE/*` | Authentication for {% data variables.enterprise.prodname_managed_users %}, only required with {% data variables.product.prodname_emus %} | | `https://api.github.com/user` | User Management | | `https://api.github.com/copilot_internal/*` | User Management | | `https://copilot-telemetry.githubusercontent.com/telemetry` | Telemetry | diff --git a/content/copilot/how-tos/build-copilot-extensions/index.md b/content/copilot/how-tos/build-copilot-extensions/index.md index 5ac579790c4d..aad8b0a33c56 100644 --- a/content/copilot/how-tos/build-copilot-extensions/index.md +++ b/content/copilot/how-tos/build-copilot-extensions/index.md @@ -7,7 +7,6 @@ versions: topics: - Copilot children: - - /quickstart-for-github-copilot-extensions-using-agents - /setting-up-copilot-extensions - /creating-a-copilot-extension - /building-a-copilot-agent-for-your-copilot-extension diff --git a/content/copilot/index.md b/content/copilot/index.md index 31de754f115f..883d14e07a2b 100644 --- a/content/copilot/index.md +++ b/content/copilot/index.md @@ -14,7 +14,7 @@ featuredLinks: startHere: - /copilot/get-started/what-is-github-copilot - /copilot/get-started/quickstart - - /copilot/how-tos/build-copilot-extensions/quickstart-for-github-copilot-extensions-using-agents + - /copilot/tutorials/quickstart-for-github-copilot-extensions-using-agents - /copilot/concepts/about-copilot-coding-agent popular: - /copilot/get-started/github-copilot-features @@ -35,3 +35,4 @@ children: topics: - Copilot --- + diff --git a/content/copilot/tutorials/index.md b/content/copilot/tutorials/index.md index a2f5514e573a..645d758100ef 100644 --- a/content/copilot/tutorials/index.md +++ b/content/copilot/tutorials/index.md @@ -11,6 +11,7 @@ children: - /choosing-the-right-ai-tool-for-your-task - /comparing-ai-models-using-different-tasks - /enhancing-copilot-agent-mode-with-mcp + - /quickstart-for-github-copilot-extensions-using-agents - /speeding-up-development-work-with-copilot-spaces - /using-copilot-to-explore-a-codebase - /writing-tests-with-github-copilot @@ -23,3 +24,4 @@ children: redirect_from: - /copilot/using-github-copilot/guides-on-using-github-copilot --- + diff --git a/content/copilot/how-tos/build-copilot-extensions/quickstart-for-github-copilot-extensions-using-agents.md b/content/copilot/tutorials/quickstart-for-github-copilot-extensions-using-agents.md similarity index 99% rename from content/copilot/how-tos/build-copilot-extensions/quickstart-for-github-copilot-extensions-using-agents.md rename to content/copilot/tutorials/quickstart-for-github-copilot-extensions-using-agents.md index 1b8d5f658ec6..50c39805cf2d 100644 --- a/content/copilot/how-tos/build-copilot-extensions/quickstart-for-github-copilot-extensions-using-agents.md +++ b/content/copilot/tutorials/quickstart-for-github-copilot-extensions-using-agents.md @@ -8,6 +8,7 @@ redirect_from: - /copilot/building-copilot-extensions/building-a-copilot-agent-for-your-copilot-extension/using-a-demo-agent - /copilot/building-copilot-extensions/quickstart-for-github-copilot-extensions - /copilot/building-copilot-extensions/quickstart-for-github-copilot-extensions-using-agents + - /copilot/how-tos/build-copilot-extensions/quickstart-for-github-copilot-extensions-using-agents topics: - Copilot shortTitle: Extensions quickstart