Skip to content

Commit 966d3e8

Browse files
committed
removing old links
1 parent 8f0afc3 commit 966d3e8

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

docs/vs-2015/modeling/customize-your-model-with-profiles-and-stereotypes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,3 @@ In Visual Studio, you can adapt the standard UML model elements, such as classes
3939
|[Define a profile to extend UML](../modeling/define-a-profile-to-extend-uml.md)|You can define your own stereotypes and tools that are adapted to your own application area.<br /><br /> For example, if you develop banking software, you could define an «Account» stereotype that can be applied to classes. You could then use class diagrams to describe different types of account and their relationships.|
4040
|[Install a UML profile](../modeling/install-a-uml-profile.md)|If someone has given you a UML Profile, you can install it on your computer.|
4141
|[Define a custom modeling toolbox item](../modeling/define-a-custom-modeling-toolbox-item.md)|A custom toolbox item saves you from repeatedly setting a stereotype on new elements.|
42-
|[Color UML Classes by Stereotype](https://docs.microsoft.com/samples/browse/-samples)|This sample code extends the UML diagrams. It automatically sets the color of a UML shape according to the stereotype of the element.|

docs/vs-2015/modeling/customizing-element-creation-and-movement.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,4 +314,3 @@ You can allow an element to be dragged onto another, either from the toolbox or
314314
## See Also
315315
[Navigating and Updating a Model in Program Code](../modeling/navigating-and-updating-a-model-in-program-code.md)
316316
[Customizing Tools and the Toolbox](../modeling/customizing-tools-and-the-toolbox.md)
317-
[Circuit Diagrams sample DSL](https://docs.microsoft.com/samples/browse/-samples)

docs/vs-2015/modeling/customizing-tools-and-the-toolbox.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,4 +247,3 @@ using Microsoft.VisualStudio.Modeling.Diagrams;
247247
[Customizing Copy Behavior](../modeling/customizing-copy-behavior.md)
248248
[How to: Add a Drag-and-Drop Handler](../modeling/how-to-add-a-drag-and-drop-handler.md)
249249
[Navigating and Updating a Model in Program Code](../modeling/navigating-and-updating-a-model-in-program-code.md)
250-
[Circuit Diagrams sample DSL](https://docs.microsoft.com/samples/browse/-samples)

docs/vs-2015/modeling/edit-uml-models-and-diagrams.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,6 @@ You can create and edit a UML model through the views provided by several differ
314314

315315
- To add notes and explanations to model elements, you can create comments and then link them to the elements.
316316

317-
- To neatly align a column or row shapes on the diagram, you can install the Align Shapes command. This is available as a sample UML extension: [UML: Command to Align Shapes](https://docs.microsoft.com/samples/browse/-samples)
318-
319317
### To export a diagram as an image
320318
For more information, see [Export diagrams as images](../modeling/export-diagrams-as-images.md).
321319

0 commit comments

Comments
 (0)