Skip to content

Commit 04eca86

Browse files
Fixed a link with a missing relative ".md" and fixed another link that had some unnecessary hard coding.
1 parent ad3fb4b commit 04eca86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/extensibility/image-service-and-catalog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ b714fcf7-855e-4e4c-802a-1fd87144ccad,2,fda30684-682d-421c-8be4-650a2967058e,200
656656
Check [http://github.com/Microsoft/VSSDK-Extensibility-Samples](http://github.com/Microsoft/VSSDK-Extensibility-Samples) for the latest samples.
657657
658658
### Tooling
659-
A set of support tools for the Image Service was created to aid in creating/updating UI that works with the Image Service. For more information about each tool, check the documentation that comes with the tools. The tools are included as part of the [Visual Studio 2015 SDK.](/visualstudio/extensibility/visual-studio-sdk)
659+
A set of support tools for the Image Service was created to aid in creating/updating UI that works with the Image Service. For more information about each tool, check the documentation that comes with the tools. The tools are included as part of the [Visual Studio 2015 SDK](visual-studio-sdk.md).
660660

661661
**ManifestFromResources**
662662

docs/extensibility/internals/automation-model-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The automation model consists of a set of objects against which you can write a
3838
- Build
3939

4040

41-
For more information on automation, see [Automation and extensibility for Visual Studio](../extensibility-in-visual-studio). This document and the documents it provides links to, help you make decisions regarding how you should provide automation for your VSPackage.
41+
For more information on automation, see [Automation and extensibility for Visual Studio](../extensibility-in-visual-studio.md). This document and the documents it provides links to, help you make decisions regarding how you should provide automation for your VSPackage.
4242

4343
## See also
4444
[How to: Create an add-in](https://msdn.microsoft.com/Library/50be56d2-e3a5-4cd2-8569-2a0666b268ce)

0 commit comments

Comments
 (0)