Skip to content

Commit 91432c1

Browse files
authored
Correct incorrect/suboptimal links & redirects (#54998)
1 parent bd1113e commit 91432c1

File tree

10 files changed

+21
-19
lines changed

10 files changed

+21
-19
lines changed

Diff for: content/codespaces/reference/using-github-copilot-in-github-codespaces.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ To include {% data variables.product.prodname_copilot %}, or other extensions, i
2424

2525
## Further reading
2626

27-
* [AUTOTITLE](/copilot/using-github-copilot/getting-started-with-github-copilot?tool=vscode)
27+
* [AUTOTITLE](/copilot/quickstart)

Diff for: content/contributing/style-guide-and-content-model/style-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ If a button encourages people to navigate away from the {% data variables.produc
140140

141141
## Call to action (CTA) buttons
142142

143-
CTA buttons emphasize a link that we expect or encourage people to navigate to after reading an article or as part of completing the task that an article describes. CTAs should only take people to {% data variables.product.company_short %}-owned domains. For example, the "Try {% data variables.product.prodname_copilot %}" CTA in [AUTOTITLE](/free-pro-team@latest/copilot/using-github-copilot/getting-started-with-github-copilot) links to the [GitHub Copilot settings menu](https://github.com/settings/copilot) on {% data variables.product.prodname_dotcom_the_website %}.
143+
CTA buttons emphasize a link that we expect or encourage people to navigate to after reading an article or as part of completing the task that an article describes. CTAs should only take people to {% data variables.product.company_short %}-owned domains. For example, the CTA button on [AUTOTITLE](/enterprise-cloud@latest/admin/overview/setting-up-a-trial-of-github-enterprise-cloud) links to [an enterprise sales page](https://github.com/account/enterprises/new?ref_cta=GHEC+trial&ref_loc=setting+up+a+trial+of+github+enterprise+cloud&ref_page=docs) on {% data variables.product.prodname_dotcom_the_website %}.
144144

145145
Only include a CTA button if navigating to the link supports user needs. Do not use CTA buttons solely for marketing GitHub features or products. In the above example, someone who wants to try {% data variables.product.prodname_copilot %} must navigate to the {% data variables.product.prodname_copilot_short %} settings menu and would likely want to after reading the article. In contrast, even though someone might use {% data variables.product.prodname_copilot_short %} as part of writing code that they then create a pull request for, we would not add a "Try {% data variables.product.prodname_copilot %}" CTA to [AUTOTITLE](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) since {% data variables.product.prodname_copilot_short %} is not connected to the user needs of "Creating a pull request." Most people will create pull requests without using {% data variables.product.prodname_copilot_short %}. But people visiting articles about getting started with {% data variables.product.prodname_copilot_short %} are probably interested in trying {% data variables.product.prodname_copilot_short %} if they are not already using it. So we add the CTA button to help people get where they are trying to go.
146146

Diff for: content/copilot/customizing-copilot/managing-copilot-knowledge-bases.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ redirect_from:
1717
- /copilot/github-copilot-enterprise/managing-copilot-knowledge-bases
1818
- /copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-copilot-knowledge-bases
1919
- /copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-github-copilot-features-in-your-organization/managing-copilot-knowledge-bases
20+
- /copilot/github-copilot-enterprise/copilot-docset-management/about-copilot-docset-management
2021
---
2122

2223
{% ifversion fpt %}

Diff for: content/copilot/managing-copilot/configure-personal-settings/configuring-github-copilot-in-your-environment.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you use a JetBrains IDE, {% data variables.product.prodname_copilot %} can he
2222

2323
## Prerequisites
2424

25-
To configure {% data variables.product.prodname_copilot %} in a JetBrains IDE, you must install the {% data variables.product.prodname_copilot %} plugin. For more information, see [AUTOTITLE](/copilot/using-github-copilot/getting-started-with-github-copilot?tool=jetbrains).
25+
To configure {% data variables.product.prodname_copilot %} in a JetBrains IDE, you must install the {% data variables.product.prodname_copilot %} plugin. For more information, see [AUTOTITLE](/copilot/managing-copilot/configure-personal-settings/installing-the-github-copilot-extension-in-your-environment?tool=jetbrains).
2626

2727
## Using or rebinding keyboard shortcuts for {% data variables.product.prodname_copilot %}
2828

@@ -200,7 +200,7 @@ If you use {% data variables.product.prodname_vs %}, {% data variables.product.p
200200

201201
## Prerequisites
202202

203-
To configure {% data variables.product.prodname_copilot %} in {% data variables.product.prodname_vs %}, you must install the {% data variables.product.prodname_copilot %} plugin. For more information, see [AUTOTITLE](/copilot/using-github-copilot/getting-started-with-github-copilot?tool=visualstudio).
203+
To configure {% data variables.product.prodname_copilot %} in {% data variables.product.prodname_vs %}, you must install the {% data variables.product.prodname_copilot %} plugin. For more information, see [AUTOTITLE](/copilot/configuring-github-copilot/installing-the-github-copilot-extension-in-your-environment?tool=visualstudio).
204204

205205
## Using or rebinding keyboard shortcuts for {% data variables.product.prodname_copilot %}
206206

Diff for: content/copilot/quickstart.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ intro: 'Quickly learn how to use {% data variables.product.prodname_copilot %}.'
44
allowTitleToDifferFromFilename: true
55
versions:
66
feature: copilot
7+
redirect_from:
8+
- /copilot/getting-started-with-github-copilot
9+
- /github/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio-code
10+
- /github/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-a-jetbrains-ide
11+
- /github/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-neovim
12+
- /github/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio
13+
- /copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio-code
14+
- /copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-a-jetbrains-ide
15+
- /copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-neovim
16+
- /copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio
17+
- /copilot/using-github-copilot/getting-started-with-github-copilot
718
shortTitle: Quickstart
819
topics:
920
- Copilot

Diff for: content/copilot/responsible-use-of-github-copilot-features/responsible-use-of-github-copilot-chat-in-github.md

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ topics:
88
- Copilot
99
type: rai
1010
redirect_from:
11-
- /copilot/github-copilot-enterprise/copilot-chat-in-github/about-github-copilot-chat
12-
- /copilot/github-copilot-enterprise/copilot-docset-management/about-copilot-docset-management
13-
- /copilot/github-copilot-enterprise/copilot-chat-in-github/about-github-copilot-chat-in-githubcom
14-
- /copilot/github-copilot-chat/copilot-chat-in-github/about-github-copilot-chat-in-githubcom
1511
- /copilot/responsible-use-of-github-copilot-features/responsible-use-of-github-copilot-chat-in-githubcom
1612
---
1713

Diff for: content/copilot/using-github-copilot/copilot-chat/asking-github-copilot-questions-in-github.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ topics:
88
- Copilot
99
redirect_from:
1010
- /copilot/github-copilot-enterprise/copilot-chat-in-github/using-github-copilot-chat-in-githubcom
11+
- /copilot/github-copilot-enterprise/copilot-chat-in-github/about-github-copilot-chat-in-githubcom
1112
- /copilot/github-copilot-chat/copilot-chat-in-github/using-github-copilot-chat-in-githubcom
13+
- /copilot/github-copilot-chat/copilot-chat-in-github/about-github-copilot-chat-in-githubcom
1214
- /copilot/github-copilot-chat/copilot-chat-in-github
1315
- /copilot/using-github-copilot/asking-github-copilot-questions-in-githubcom
1416
- /copilot/using-github-copilot/asking-github-copilot-questions-in-github

Diff for: content/copilot/using-github-copilot/copilot-chat/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ versions:
55
feature: copilot
66
topics:
77
- Copilot
8+
redirect_from:
9+
- /copilot/github-copilot-enterprise/copilot-chat-in-github/about-github-copilot-chat
810
children:
911
- /asking-github-copilot-questions-in-your-ide
1012
- /asking-github-copilot-questions-in-github

Diff for: content/copilot/using-github-copilot/getting-code-suggestions-in-your-ide-with-github-copilot.md

-10
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,6 @@ title: Getting code suggestions in your IDE with GitHub Copilot
33
shortTitle: Get code suggestions
44
intro: 'Use {% data variables.product.prodname_copilot %} to get code suggestions in your editor.'
55
redirect_from:
6-
- /copilot/getting-started-with-github-copilot
7-
- /github/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio-code
8-
- /github/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-a-jetbrains-ide
9-
- /github/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-neovim
10-
- /github/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio
11-
- /copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio-code
12-
- /copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-a-jetbrains-ide
13-
- /copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-neovim
14-
- /copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio
15-
- /copilot/using-github-copilot/getting-started-with-github-copilot
166
- /copilot/using-github-copilot/using-github-copilot-code-suggestions-in-your-editor
177
versions:
188
feature: copilot

Diff for: content/copilot/using-github-copilot/using-extensions-to-integrate-external-tools-with-copilot-chat.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ redirect_from:
1818

1919
{% data reusables.copilot.copilot-extensions.copilot-extensions-intro %}
2020

21-
> [!NOTE] {% data variables.product.prodname_copilot_extensions %} are not the same as _the {% data variables.product.prodname_copilot %} extension_, which you install in your IDE to use default {% data variables.product.prodname_copilot_short %} functionality like code completions and {% data variables.product.prodname_copilot_chat %}. For more information on _the {% data variables.product.prodname_copilot %} extension_, see [AUTOTITLE](/copilot/using-github-copilot/getting-started-with-github-copilot).
21+
> [!NOTE] {% data variables.product.prodname_copilot_extensions %} are not the same as _the {% data variables.product.prodname_copilot %} extension_, which you install in your IDE to use default {% data variables.product.prodname_copilot_short %} functionality like code completions and {% data variables.product.prodname_copilot_chat %}. For more information on _the {% data variables.product.prodname_copilot %} extension_, see [AUTOTITLE](/copilot/managing-copilot/configure-personal-settings/installing-the-github-copilot-extension-in-your-environment).
2222
2323
You can get started with {% data variables.product.prodname_copilot_extensions_short %} in one of two ways:
2424
* Build your own {% data variables.product.prodname_copilot_extension_short %}. See [AUTOTITLE](/copilot/building-copilot-extensions/about-building-copilot-extensions).

0 commit comments

Comments
 (0)