Skip to content

Commit 7f873b3

Browse files
Merge pull request #10597 from paweenatongbai/broken-links-mgoertz-november
Fix broken link - mgoertz
2 parents 964aa6d + d6d14a7 commit 7f873b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/modeling/create-layer-diagrams-from-your-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ A dependency diagram lets you organize Visual Studio solution items into logical
2828

2929
Each layer might contain other layers that describe more detailed tasks. You can also specify the intended or existing *dependencies* between layers. These dependencies, represented as arrows, show the layers that use or can use the functionality represented by other layers. To maintain architectural control of the code, show the intended dependencies on the diagram and then validate the code against the diagram.
3030

31-
[Video: Validate your architecture dependencies in real time](https://sec.ch9.ms/sessions/69613110-c334-4f25-bb36-08e5a93456b5/170ValidateArchitectureDependenciesWithVisualStudio.mp4)
31+
[Video: Validate your architecture dependencies in real time](/events/visual-studio-visual-studio-2017-launch/t123)
3232

3333
## <a name="CreateDiagram"></a> Create a dependency diagram
3434

@@ -160,7 +160,7 @@ Before you create a dependency diagram, ensure that your solution has a modeling
160160
## See also
161161

162162
- [Edition support for architecture and modeling tools](../modeling/what-s-new-for-design-in-visual-studio.md#edition-support-for-architecture-and-modeling-tools)
163-
- [Video: Validate your architecture dependencies in real time](https://sec.ch9.ms/sessions/69613110-c334-4f25-bb36-08e5a93456b5/170ValidateArchitectureDependenciesWithVisualStudio.mp4)
163+
- [Video: Validate your architecture dependencies in real time](/events/visual-studio-visual-studio-2017-launch/t123)
164164
- [Dependency Diagrams: Reference](../modeling/layer-diagrams-reference.md)
165165
- [Dependency Diagrams: Guidelines](../modeling/layer-diagrams-guidelines.md)
166166
- [Validate code with dependency diagrams](../modeling/validate-code-with-layer-diagrams.md)

docs/modeling/validate-code-with-layer-diagrams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,4 +237,4 @@ The following section describes the syntax that is used in these errors, explain
237237

238238
- [Live dependency validation in Visual Studio](https://devblogs.microsoft.com/devops/live-dependency-validation-in-visual-studio-2017/)
239239
- [Validate your system during development](../modeling/validate-your-system-during-development.md)
240-
- [Video: Validate your architecture dependencies in real time](https://sec.ch9.ms/sessions/69613110-c334-4f25-bb36-08e5a93456b5/170ValidateArchitectureDependenciesWithVisualStudio.mp4)
240+
- [Video: Validate your architecture dependencies in real time](/events/visual-studio-visual-studio-2017-launch/t123)

0 commit comments

Comments
 (0)