Skip to content

Commit 0097b9d

Browse files
authored
Fix docs/x.md relative links (#938)
Some link references were broken, e.g. `[gcm-wsl]: docs/wsl.md` led to `.../docs/docs/wsl.md` (note 2 `docs` in path) This PR fixes those links to properly point to `.../docs/x.md` (1 `docs` in path)
2 parents d54fea6 + dcddb25 commit 0097b9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/install.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,10 @@ dotnet tool uninstall -g git-credential-manager
231231

232232
[dotnet-supported-distributions]: https://learn.microsoft.com/en-us/dotnet/core/install/linux
233233
[dotnet-tool]: https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools
234-
[gcm-credstores]: docs/credstores.md
235-
[gcm-wsl]: docs/wsl.md
234+
[gcm-credstores]: /docs/credstores.md
235+
[gcm-wsl]: /docs/wsl.md
236236
[git-for-windows]: https://gitforwindows.org/
237237
[git-for-windows-screenshot]: https://user-images.githubusercontent.com/5658207/140082529-1ac133c1-0922-4a24-af03-067e27b3988b.png
238238
[latest-release]: https://github.com/GitCredentialManager/git-credential-manager/releases/latest
239-
[linux-uninstall]: docs/linux-fromsrc-uninstall.md
240-
[ms-wsl]: https://aka.ms/wsl#
239+
[linux-uninstall]: /docs/linux-fromsrc-uninstall.md
240+
[ms-wsl]: https://aka.ms/wsl#

0 commit comments

Comments
 (0)