Skip to content

Commit 6975eea

Browse files
wolf99Matthew John Cheetham
andcommitted
Apply suggestions from code review
Co-authored-by: Matthew John Cheetham <[email protected]>
1 parent 73f38db commit 6975eea

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/development.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Start by cloning this repository:
66
git clone https://github.com/GitCredentialManager/git-credential-manager
77
```
88

9-
You also need the latest version of the .NET SDK which can be downloaded and installed from the [.NET website][].
9+
You also need the latest version of the .NET SDK which can be downloaded and installed from the [.NET website][dotnet-web].
1010

1111
## Building
1212

@@ -58,7 +58,7 @@ The flat binaries can also be found in `out/linux/Packaging.Linux/payload/Debug`
5858

5959
To debug from inside an IDE you'll want to set `Git-Credential-Manager` as the startup project, and specify one of `get`, `store`, or `erase` as a program argument.
6060

61-
To simulate Git interacting with GCM, when you start from your IDE of choice, you'll need to enter the following [information over standard input][]:
61+
To simulate Git interacting with GCM, when you start from your IDE of choice, you'll need to enter the following [information over standard input][ioformat]:
6262

6363
```text
6464
protocol=http<LF>
@@ -76,7 +76,7 @@ username=<USERNAME><LF>
7676
password=<PASSWORD><LF>
7777
```
7878

79-
For more information about how Git interacts with credential helpers, please read Git's documentation on [custom helpers][].
79+
For more information about how Git interacts with credential helpers, please read Git's documentation on [custom helpers][custom-helpers].
8080

8181
### Attaching to a running process
8282

@@ -134,6 +134,6 @@ or
134134
report coverage - win
135135
```
136136

137-
[.NET website]: https://dotnet.microsoft.com/
138-
[custom helpers]: https://git-scm.com/docs/gitcredentials#_custom_helpers
139-
[information over standard input]: https://git-scm.com/docs/git-credential#IOFMT
137+
[dotnet-web]: https://dotnet.microsoft.com/
138+
[custom-helpers]: https://git-scm.com/docs/gitcredentials#_custom_helpers
139+
[ioformat]: https://git-scm.com/docs/git-credential#IOFMT

0 commit comments

Comments
 (0)