Skip to content

Commit

Permalink
docs: update aka.ms links
Browse files Browse the repository at this point in the history
Update references to aka.ms/gcmcore-* to aka.ms/gcm/*.
  • Loading branch information
ldennington committed Nov 18, 2021
1 parent 1953ae1 commit c3b0dab
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ tar -xvf <path-to-tarball> -C /usr/local/bin
git-credential-manager-core configure
```

**Note:** all Linux distributions [require additional configuration](https://aka.ms/gcmcore-credstores) to use GCM.
**Note:** all Linux distributions [require additional configuration](https://aka.ms/gcm/credstores) to use GCM.

---

Expand Down Expand Up @@ -180,7 +180,7 @@ Read full command line usage [here](docs/usage.md).

### Configuring a proxy

See detailed information [here](https://aka.ms/gcmcore-httpproxy).
See detailed information [here](https://aka.ms/gcm/httpproxy).

## Additional Resources

Expand Down
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ git config --global credential.ghe.contoso.com.provider github

> This setting is deprecated and should be replaced by `credential.provider` with the corresponding provider ID value.
>
> Click [here](https://aka.ms/gcmcore-authority) for more information.
> Click [here](https://aka.ms/gcm/authority) for more information.
Select the host provider to use when authenticating by which authority is supported by the providers.

Expand Down Expand Up @@ -154,7 +154,7 @@ git config --global credential.tfsonprem123.allowWindowsAuth false

> This setting is deprecated and should be replaced by the [standard `http.proxy` Git configuration option](https://git-scm.com/docs/git-config#Documentation/git-config.txt-httpproxy).
>
> Click [here](https://aka.ms/gcmcore-httpproxy) for more information.
> Click [here](https://aka.ms/gcm/httpproxy) for more information.
Configure GCM to use the a proxy for network operations.

Expand Down
4 changes: 2 additions & 2 deletions docs/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export GCM_PROVIDER=github

> This setting is deprecated and should be replaced by `GCM_PROVIDER` with the corresponding provider ID value.
>
> Click [here](https://aka.ms/gcmcore-authority) for more information.
> Click [here](https://aka.ms/gcm/authority) for more information.
Select the host provider to use when authenticating by which authority is supported by the providers.

Expand Down Expand Up @@ -290,7 +290,7 @@ export GCM_ALLOW_WINDOWSAUTH=0

> This setting is deprecated and should be replaced by the [standard `http.proxy` Git configuration option](https://git-scm.com/docs/git-config#Documentation/git-config.txt-httpproxy).
>
> Click [here](https://aka.ms/gcmcore-httpproxy) for more information.
> Click [here](https://aka.ms/gcm/httpproxy) for more information.
Configure GCM to use the a proxy for network operations.

Expand Down
4 changes: 2 additions & 2 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ Please make sure your remote URLs use "https://" rather than "http://".

### Q: I got an authentication error and I am behind a network proxy.

You probably need to configure Git and GCM to use a proxy. Please see detailed information [here](https://aka.ms/gcmcore-httpproxy).
You probably need to configure Git and GCM to use a proxy. Please see detailed information [here](https://aka.ms/gcm/httpproxy).

### Q: I'm getting errors about picking a credential store on Linux.

On Linux you must [select and configure a credential store](https://aka.ms/gcmcore-credstores), as due to the varied nature of distributions and installations, we cannot guarantee a suitable storage solution is available.
On Linux you must [select and configure a credential store](https://aka.ms/gcm/credstores), as due to the varied nature of distributions and installations, we cannot guarantee a suitable storage solution is available.

## About the project

Expand Down
6 changes: 3 additions & 3 deletions docs/github-apideprecation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ call their APIs, and in the future, use Git itself.

This means Git credential helpers such as [Git Credential Manager (GCM) for
Windows](https://github.com/microsoft/Git-Credential-Manager-for-Windows), and
old versions of [GCM](https://aka.ms/gcmcore) that offer username/password
old versions of [GCM](https://aka.ms/gcm) that offer username/password
flows **will not be able to create new access tokens** for accessing Git
repositories.

Expand Down Expand Up @@ -46,7 +46,7 @@ If you are unable to upgrade Git for Windows, you can manually install Git
Credential Manager as a standalone install. This will override the older,
GCM for Windows bundled with the Git for Windows installation.

[Download Git Credential Manager standalone ⬇️](https://aka.ms/gcmcore-latest)
[Download Git Credential Manager standalone ⬇️](https://aka.ms/gcm/latest)

## What if I cannot use Git Credential Manager?

Expand All @@ -57,7 +57,7 @@ compatibility issue we'd [like to know why](https://github.com/GitCredentialMana

If you do not have permission to change your installation (for example in a
corporate environment) you can use the per-user installer. Check out the [latest
release](https://aka.ms/gcmcore-latest) and download the `gcmcoreuser-win-*.exe`
release](https://aka.ms/gcm/latest) and download the `gcmcoreuser-win-*.exe`
executable.

### Help! I still cannot or don't want to install anything!
Expand Down
2 changes: 1 addition & 1 deletion docs/windows-broker.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ If GCM can't modify the process's COM security settings, GCM prints a warning me
```text
warning: broker initialization failed
Failed to set COM process security to allow Windows broker from an elevated process (0x80010119).
See https://aka.ms/gcmcore-wamadmin for more information.
See https://aka.ms/gcm/wamadmin for more information.
```

### Possible solutions
Expand Down
2 changes: 1 addition & 1 deletion docs/wsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If you wish to use GCM inside of WSL _without installing Git for Windows_
you must complete additional configuration so that GCM can callback to Git
inside of your WSL installation.

Start by installing the [latest GCM ⬇️](https://aka.ms/gcmcore-latest)
Start by installing the [latest GCM ⬇️](https://aka.ms/gcm/latest)

_Inside your WSL installation_, run the following command to set GCM as the Git
credential helper:
Expand Down
2 changes: 1 addition & 1 deletion src/linux/Packaging.Linux/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Maintainer: GCM <gitfundamentals@github.com>
Description: Cross Platform Git Credential Manager command line utility.
GCM supports authentication with a number of Git hosting providers
including GitHub, BitBucket, and Azure DevOps.
For more information see https://aka.ms/gcmcore
For more information see https://aka.ms/gcm
EOF

# Copy all binaries and shared libraries to target installation location
Expand Down
4 changes: 2 additions & 2 deletions src/osx/Installer.Mac/resources/en.lproj/conclusion.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ <h2>Uninstall</h2>
<div class="section">
<h2>Resources</h3>
<ul>
<li><a href="https://aka.ms/gcmcore">Project homepage</a></li>
<li><a href="https://aka.ms/gcmcore-config">Configuration options</a></li>
<li><a href="https://aka.ms/gcm">Project homepage</a></li>
<li><a href="https://aka.ms/gcm/config">Configuration options</a></li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion src/osx/Installer.Mac/resources/en.lproj/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h2>Installation notes</h2>
<div class="section">
<h2>Learn more</h2>
<ul>
<li><a href="https://aka.ms/gcmcore">Project homepage</a></li>
<li><a href="https://aka.ms/gcm">Project homepage</a></li>
</ul>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion src/shared/Core.UI.Avalonia/Controls/AboutWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<Button HorizontalAlignment="Center"
Margin="0,5"
FontSize="12" Classes="hyperlink"
Content="https://aka.ms/gcmcore"
Content="https://aka.ms/gcm"
Click="ProjectButton_Click"/>
<TextBlock HorizontalAlignment="Center"
Margin="0,10,0,0"
Expand Down
2 changes: 1 addition & 1 deletion src/shared/Core.UI.Avalonia/Controls/AboutWindow.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ private void InitializeComponent()

private void ProjectButton_Click(object sender, RoutedEventArgs e)
{
var psi = new ProcessStartInfo("https://aka.ms/gcmcore")
var psi = new ProcessStartInfo("https://aka.ms/gcm")
{
UseShellExecute = true
};
Expand Down
16 changes: 8 additions & 8 deletions src/shared/Core/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -148,14 +148,14 @@ public static class WindowsRegistry

public static class HelpUrls
{
public const string GcmProjectUrl = "https://aka.ms/gcmcore";
public const string GcmNewIssue = "https://aka.ms/gcmcore-bug";
public const string GcmAuthorityDeprecated = "https://aka.ms/gcmcore-authority";
public const string GcmHttpProxyGuide = "https://aka.ms/gcmcore-httpproxy";
public const string GcmTlsVerification = "https://aka.ms/gcmcore-tlsverify";
public const string GcmCredentialStores = "https://aka.ms/gcmcore-credstores";
public const string GcmWamComSecurity = "https://aka.ms/gcmcore-wamadmin";
public const string GcmAutoDetect = "https://aka.ms/gcmcore-autodetect";
public const string GcmProjectUrl = "https://aka.ms/gcm";
public const string GcmNewIssue = "https://aka.ms/gcm/bug";
public const string GcmAuthorityDeprecated = "https://aka.ms/gcm/authority";
public const string GcmHttpProxyGuide = "https://aka.ms/gcm/httpproxy";
public const string GcmTlsVerification = "https://aka.ms/gcm/tlsverify";
public const string GcmCredentialStores = "https://aka.ms/gcm/credstores";
public const string GcmWamComSecurity = "https://aka.ms/gcm/wamadmin";
public const string GcmAutoDetect = "https://aka.ms/gcm/autodetect";
}

private static Version _gcmVersion;
Expand Down
4 changes: 2 additions & 2 deletions src/windows/Installer.Windows/Setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#define GcmVersionInfoDescription "Secure, cross-platform Git credential manager."
#define GcmPublisherUrl "https://www.github.com"
#define GcmCopyright "Copyright (c) GitHub, Inc. and contributors"
#define GcmUrl "https://aka.ms/gcmcore"
#define GcmUrl "https://aka.ms/gcm"
#define GcmReadme "https://github.com/GitCredentialManager/git-credential-manager/blob/main/README.md"
#define GcmRepoRoot "..\..\.."
#define GcmAssets GcmRepoRoot + "\assets"
Expand Down Expand Up @@ -139,7 +139,7 @@ begin
#if InstallTarget == "user"
if not WizardSilent() and IsAdmin() then begin
if MsgBox('This User Installer is not meant to be run as an Administrator. If you would like to install Git Credential Manager for all users in this system, download the System Installer instead from https://aka.ms/gcmcore-latest. Are you sure you want to continue?', mbError, MB_OKCANCEL) = IDCANCEL then begin
if MsgBox('This User Installer is not meant to be run as an Administrator. If you would like to install Git Credential Manager for all users in this system, download the System Installer instead from https://aka.ms/gcm/latest. Are you sure you want to continue?', mbError, MB_OKCANCEL) = IDCANCEL then begin
Result := False;
end;
end;
Expand Down

0 comments on commit c3b0dab

Please sign in to comment.