Skip to content

Commit ada96f4

Browse files
committed
fixup! Adjust README.md for microsoft/git
Adjust the currently-broken GVFS Protocol link. The current link points to a page that has gone away. While there is https://web.archive.org/web/20210302002834/https://docs.microsoft.com/en-us/azure/devops/learn/git/gvfs-architecture#gvfs-protocol that _could_ be used to reinstate the link, it is not actually the best document to which to point the keen reader. We already point interested parties to the VFSforGit repository's documentation elsewhere, so let's also do that in the README. This fixes microsoft#628. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 6c14732 commit ada96f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ One major feature that Scalar recommends is [partial clone](https://github.blog/
3838
which reduces the amount of data transferred in order to work with a Git repository. While several
3939
services such as GitHub support partial clone, Azure Repos instead has an older version of this
4040
functionality called
41-
[the GVFS protocol](https://docs.microsoft.com/en-us/azure/devops/learn/git/gvfs-architecture#gvfs-protocol).
41+
[the GVFS protocol](https://github.com/microsoft/VFSForGit/blob/HEAD/Protocol.md).
4242
The integration with the GVFS protocol present in `microsoft/git` is not appropriate to include in
4343
the core Git client because partial clone is the official version of that functionality.
4444

0 commit comments

Comments
 (0)