Skip to content

Commit 73f38db

Browse files
committed
Fix suggestions
1 parent 0649d2e commit 73f38db

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/architecture.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,9 @@ directly to some constructors. Verbose and diagnostic information is be written
278278
to the trace object in most places of GCM.
279279

280280
[avalonia]: https://avaloniaui.net/
281-
[`core.program`]: ../src/shared/Git-Credential-Manager/Program.cs
281+
[core-program]: ../src/shared/Git-Credential-Manager/Program.cs
282282
[`credential.provider`]: configuration.md#credentialprovider
283-
[GCM issue 113]: https://github.com/GitCredentialManager/git-credential-manager/issues/113
284-
[GCM issue 136]: https://github.com/GitCredentialManager/git-credential-manager/issues/136
283+
[issue-113]: https://github.com/GitCredentialManager/git-credential-manager/issues/113
284+
[issue-136]: https://github.com/GitCredentialManager/git-credential-manager/issues/136
285285
[`GCM_PROVIDER`]: environment.md#GCM_PROVIDER
286-
[msal.net]: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet
286+
[msal]: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ git config --global credential.credentialStore gpg
341341

342342
### credential.cacheOptions
343343

344-
Pass [options][] to the Git credential cache when
344+
Pass [options][cache-options] to the Git credential cache when
345345
[`credential.credentialStore`][]
346346
is set to `cache`. This allows you to select a different amount
347347
of time to cache credentials (the default is 900 seconds) by passing
@@ -539,7 +539,7 @@ git config --global credential.azreposCredentialType oauth
539539
[`credential.plaintextStorePath`]: #credentialplaintextstorepath
540540
[credential-cache]: https://git-scm.com/docs/git-credential-cache
541541
[cred-stores]: credstores.md
542-
[enterprise-conf]: enterprise-config.md
542+
[enterprise-config]: enterprise-config.md
543543
[envars]: environment.md
544544
[freedesktop-ss]: https://specifications.freedesktop.org/secret-service/
545545
[GCM_ALLOW_WINDOWSAUTH]: environment.md#GCM_ALLOW_WINDOWSAUTH

0 commit comments

Comments
 (0)