Skip to content

Commit c3b0dab

Browse files
committed
docs: update aka.ms links
Update references to aka.ms/gcmcore-* to aka.ms/gcm/*.
1 parent 1953ae1 commit c3b0dab

File tree

14 files changed

+29
-29
lines changed

14 files changed

+29
-29
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ tar -xvf <path-to-tarball> -C /usr/local/bin
106106
git-credential-manager-core configure
107107
```
108108

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

111111
---
112112

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

181181
### Configuring a proxy
182182

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

185185
## Additional Resources
186186

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ git config --global credential.ghe.contoso.com.provider github
8484

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

@@ -154,7 +154,7 @@ git config --global credential.tfsonprem123.allowWindowsAuth false
154154

155155
> 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).
156156
>
157-
> Click [here](https://aka.ms/gcmcore-httpproxy) for more information.
157+
> Click [here](https://aka.ms/gcm/httpproxy) for more information.
158158
159159
Configure GCM to use the a proxy for network operations.
160160

docs/environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export GCM_PROVIDER=github
197197

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

@@ -290,7 +290,7 @@ export GCM_ALLOW_WINDOWSAUTH=0
290290

291291
> 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).
292292
>
293-
> Click [here](https://aka.ms/gcmcore-httpproxy) for more information.
293+
> Click [here](https://aka.ms/gcm/httpproxy) for more information.
294294
295295
Configure GCM to use the a proxy for network operations.
296296

docs/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Please make sure your remote URLs use "https://" rather than "http://".
2222

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

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

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

29-
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.
29+
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.
3030

3131
## About the project
3232

docs/github-apideprecation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ call their APIs, and in the future, use Git itself.
77

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

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

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

5151
## What if I cannot use Git Credential Manager?
5252

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

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

6363
### Help! I still cannot or don't want to install anything!

docs/windows-broker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ If GCM can't modify the process's COM security settings, GCM prints a warning me
103103
```text
104104
warning: broker initialization failed
105105
Failed to set COM process security to allow Windows broker from an elevated process (0x80010119).
106-
See https://aka.ms/gcmcore-wamadmin for more information.
106+
See https://aka.ms/gcm/wamadmin for more information.
107107
```
108108

109109
### Possible solutions

docs/wsl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you wish to use GCM inside of WSL _without installing Git for Windows_
3838
you must complete additional configuration so that GCM can callback to Git
3939
inside of your WSL installation.
4040

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

4343
_Inside your WSL installation_, run the following command to set GCM as the Git
4444
credential helper:

src/linux/Packaging.Linux/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Maintainer: GCM <[email protected]>
170170
Description: Cross Platform Git Credential Manager command line utility.
171171
GCM supports authentication with a number of Git hosting providers
172172
including GitHub, BitBucket, and Azure DevOps.
173-
For more information see https://aka.ms/gcmcore
173+
For more information see https://aka.ms/gcm
174174
EOF
175175

176176
# Copy all binaries and shared libraries to target installation location

src/osx/Installer.Mac/resources/en.lproj/conclusion.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ <h2>Uninstall</h2>
3333
<div class="section">
3434
<h2>Resources</h3>
3535
<ul>
36-
<li><a href="https://aka.ms/gcmcore">Project homepage</a></li>
37-
<li><a href="https://aka.ms/gcmcore-config">Configuration options</a></li>
36+
<li><a href="https://aka.ms/gcm">Project homepage</a></li>
37+
<li><a href="https://aka.ms/gcm/config">Configuration options</a></li>
3838
</ul>
3939
</div>
4040
</body>

src/osx/Installer.Mac/resources/en.lproj/welcome.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h2>Installation notes</h2>
2727
<div class="section">
2828
<h2>Learn more</h2>
2929
<ul>
30-
<li><a href="https://aka.ms/gcmcore">Project homepage</a></li>
30+
<li><a href="https://aka.ms/gcm">Project homepage</a></li>
3131
</ul>
3232
</div>
3333
</body>

0 commit comments

Comments
 (0)