Skip to content

Commit

Permalink
Correct URL for VSTS Git example
Browse files Browse the repository at this point in the history
Fixed a small typo error in VSTS Git URL from .../_api/... to .../_apis/...
  • Loading branch information
clisc authored Apr 5, 2019
1 parent 39cdfa8 commit 35cd990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accepted/diagnostics/source-link.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Using this URL scheme, it is possible to generate Source Link for VSTS git repos

<!-- Write out the source file for this project to point at VSTS REST API -->
<WriteLinesToFile File="$(SourceLink)" Overwrite="true"
Lines='{"documents": { "$(SourceLinkRoot)\\*" : "https://$(VstsAccount).visualstudio.com/$(VstsProject)/_api/git/repositories/$(VstsRepo)/items?scopePath=/*&amp;versionDescriptor.version=$(LatestCommit)&amp;versionDescriptor.versionType=commit&amp;api-version=4.1-preview" }}' />
Lines='{"documents": { "$(SourceLinkRoot)\\*" : "https://$(VstsAccount).visualstudio.com/$(VstsProject)/_apis/git/repositories/$(VstsRepo)/items?scopePath=/*&amp;versionDescriptor.version=$(LatestCommit)&amp;versionDescriptor.versionType=commit&amp;api-version=4.1-preview" }}' />
</Target>
...
```
Expand Down

0 comments on commit 35cd990

Please sign in to comment.