Skip to content

Commit 1697b10

Browse files
committed
Switch to reference style links
1 parent dfde6d9 commit 1697b10

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

docs/hostprovider.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Property|Value
44
-|-
5-
Author(s)|Matthew John Cheetham ([@mjcheetham](https://github.com/mjcheetham))
5+
Author(s)|Matthew John Cheetham ([@mjcheetham][mjcheetham])
66
Revision|1.2
77
Last updated|2021-01-08
88

@@ -378,4 +378,7 @@ take, but implementors SHOULD attempt to follow existing practices and styles.
378378

379379
## References
380380

381-
1. `System.CommandLine` API (<https://github.com/dotnet/command-line-api>)
381+
1. [`System.CommandLine` API][github-dotnet-cli]
382+
383+
[github-dotnet-cli]: https://github.com/dotnet/command-line-api
384+
[mjcheetham]: https://github.com/mjcheetham

docs/multiple-users.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,6 @@ git remote set-url origin https://[email protected]/big-company/secret-re
5050

5151
## Azure DevOps
5252

53-
[Azure DevOps has some additional, optional complexity](azrepos-users-and-tokens.md) which you should also be aware of if you're using it.
53+
[Azure DevOps has some additional, optional complexity][azure-access-tokens] which you should also be aware of if you're using it.
54+
55+
[azure-access-tokens]: azrepos-users-and-tokens.md

docs/usage.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Displays the current version.
2323
2424
Commands for interaction with Git. You shouldn't need to run these manually.
2525
26-
Read the [Git manual](https://git-scm.com/docs/gitcredentials#_custom_helpers) about custom helpers for more information.
26+
Read the [Git manual][git-credentials-custom-helpers] about custom helpers for more information.
2727
2828
### configure/unconfigure
2929
@@ -36,4 +36,7 @@ Set your user-level Git configuration (`~/.gitconfig`) to use GCM. If you pass
3636
Interact with the Azure Repos host provider to bind/unbind user accounts to Azure DevOps
3737
organizations or specific remote URLs, and manage the authentication authority cache.
3838
39-
For more information about managing user account bindings see [here](azrepos-users-and-tokens.md#useraccounts).
39+
For more information about managing user account bindings see [here][azure-access-tokens-ua].
40+
41+
[azure-access-tokens-ua]: azrepos-users-and-tokens.md#useraccounts
42+
[git-credentials-custom-helpers]: https://git-scm.com/docs/gitcredentials#_custom_helpers

0 commit comments

Comments
 (0)