From 3608b42ef0ab39a2d50335356644f8f3464f651a Mon Sep 17 00:00:00 2001 From: Matt Bacchi Date: Wed, 2 Feb 2022 17:04:53 -0700 Subject: [PATCH] Fix minor typo in vcs support doc --- docs/html/topics/vcs-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/topics/vcs-support.md b/docs/html/topics/vcs-support.md index 67f1388709c..d42c5c92e40 100644 --- a/docs/html/topics/vcs-support.md +++ b/docs/html/topics/vcs-support.md @@ -35,7 +35,7 @@ a tag name: ```none MyProject @ git+https://git.example.com/MyProject.git@master -MyProject @ it+https://git.example.com/MyProject.git@v1.0 +MyProject @ git+https://git.example.com/MyProject.git@v1.0 MyProject @ git+https://git.example.com/MyProject.git@da39a3ee5e6b4b0d3255bfef95601890afd80709 MyProject @ git+https://git.example.com/MyProject.git@refs/pull/123/head ```