diff --git a/content/pull-requests/get-started/stacked-prs-quickstart.md b/content/pull-requests/get-started/stacked-prs-quickstart.md index 9d457fc17517..1850d3f3bc84 100644 --- a/content/pull-requests/get-started/stacked-prs-quickstart.md +++ b/content/pull-requests/get-started/stacked-prs-quickstart.md @@ -24,14 +24,14 @@ category: ## Install the CLI extension ```shell copy -gh extension install github/gh-stack +gh extension install https://github.com/github/gh-stack ``` > [!TIP] > To use stacked pull requests with AI coding agents, like {% data variables.product.prodname_copilot %}, install the `gh-stack` skill. > > ```shell copy -> gh skill install github/gh-stack +> gh skill install https://github.com/github/gh-stack gh-stack > ``` ## Create your first stack @@ -104,4 +104,4 @@ gh extension install github/gh-stack * [AUTOTITLE](/pull-requests/how-tos/create-pull-requests/managing-stacked-pull-requests) * [AUTOTITLE](/pull-requests/how-tos/merge-and-close-pull-requests/merging-stacked-pull-requests) * [AUTOTITLE](/copilot/tutorials/stack-ai-generated-code-in-pull-requests) -* [AUTOTITLE](/pull-requests/tutorials/roll-out-stacked-prs) \ No newline at end of file +* [AUTOTITLE](/pull-requests/tutorials/roll-out-stacked-prs)