Skip to content

Commit

Permalink
Switch to reference style links
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf99 committed Jun 25, 2022
1 parent dfde6d9 commit 1697b10
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
7 changes: 5 additions & 2 deletions docs/hostprovider.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

## References

1. `System.CommandLine` API (<https://github.com/dotnet/command-line-api>)
1. [`System.CommandLine` API][github-dotnet-cli]

[github-dotnet-cli]: https://github.com/dotnet/command-line-api
[mjcheetham]: https://github.com/mjcheetham
4 changes: 3 additions & 1 deletion docs/multiple-users.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,6 @@ git remote set-url origin https://[email protected]/big-company/secret-re

## Azure DevOps

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

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

0 comments on commit 1697b10

Please sign in to comment.