Skip to content

Commit 9586aaf

Browse files
committed
removing old links
1 parent 26f50a6 commit 9586aaf

6 files changed

+0
-16
lines changed

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

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

325325
There are several sample extensions available. You can either just install and use them, or you can use their source code as the basis for your own extensions. The samples include:
326326

327-
|||
328-
|-|-|
329-
|[Align shapes](https://docs.microsoft.com/samples/browse/-samples)|Menu command that helps you tidy a diagram.|
330-
|[Link to docs](https://docs.microsoft.com/samples/browse/-samples)|Link any UML element to Word headings, PowerPoint slides, files of any type, UML diagrams, or other UML elements. The link can be made simply by dragging. Later, you can double-click the element to see the linked item. For example, you could link use cases to Word specifications or detailed activity diagrams, and actions to storyboard slides.|
331-
|[Rapid entry](https://docs.microsoft.com/samples/browse/-samples)|Create a model quickly by using text entry. Useful for capturing ideas in meetings.|
332-
|[Color by stereotype](https://docs.microsoft.com/samples/browse/-samples)|Colors classes according to stereotype. You can easily extend the code to work for your own stereotypes.|
333-
|[Domain Modeling](https://docs.microsoft.com/samples/browse/-samples)|Convenient defaults for business models. Associations are shown without arrows by default, and operations do not appear in classes.|
334-
335327
## See Also
336328
[Create UML modeling projects and diagrams](../modeling/create-uml-modeling-projects-and-diagrams.md)
337329
[Analyzing and Modeling Architecture](../modeling/analyze-and-model-your-architecture.md)

docs/vs-2015/modeling/event-handlers-propagate-changes-outside-the-model.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,3 @@ private static void AlbumTitleAdjuster(object sender,
185185

186186
## See Also
187187
[Responding to and Propagating Changes](../modeling/responding-to-and-propagating-changes.md)
188-
[Sample code: Circuit Diagrams](https://docs.microsoft.com/samples/browse/-samples)

docs/vs-2015/modeling/how-to-add-a-command-to-the-shortcut-menu.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,4 +357,3 @@ protected override IList<MenuCommand> GetMenuCommands()
357357
[Writing Code to Customise a Domain-Specific Language](../modeling/writing-code-to-customise-a-domain-specific-language.md)
358358
[How to: Modify a Standard Menu Command](../modeling/how-to-modify-a-standard-menu-command-in-a-domain-specific-language.md)
359359
[Deploying Domain-Specific Language Solutions](../modeling/deploying-domain-specific-language-solutions.md)
360-
[Sample code: Circuit Diagrams](https://docs.microsoft.com/samples/browse/-samples)

docs/vs-2015/modeling/how-to-modify-a-standard-menu-command-in-a-domain-specific-language.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,4 @@ protected override void ProcessOnMenuDeleteCommand()
152152
[How VSPackages Add User Interface Elements](../extensibility/internals/how-vspackages-add-user-interface-elements.md)
153153
[Visual Studio Command Table (.Vsct) Files](../extensibility/internals/visual-studio-command-table-dot-vsct-files.md)
154154
[VSCT XML Schema Reference](../extensibility/vsct-xml-schema-reference.md)
155-
[VMSDK – Circuit Diagrams sample. Extensive DSL Customization](https://docs.microsoft.com/samples/browse/-samples)
156155
[Sample code: Circuit Diagrams](https://docs.microsoft.com/samples/browse/-samples)

docs/vs-2015/modeling/run-unit-tests-on-uml-extensions.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ To help keep your code stable through successive changes, we recommend that you
3737

3838
These points are elaborated in the following sections.
3939

40-
A sample of a unit tested UML extension can be found on Code Samples Gallery at [UML – Rapid Entry by using Text](https://docs.microsoft.com/samples/browse/-samples).
41-
4240
## Requirements
4341
See [Requirements](../modeling/extend-uml-models-and-diagrams.md#Requirements).
4442

@@ -378,4 +376,3 @@ Assert.AreEqual("hello", testInstance.privateField1_Accessor);
378376
## See Also
379377
[Anatomy of a Unit Test](https://msdn.microsoft.com/a03d1ee7-9999-4e7c-85df-7d9073976144)
380378
[Define a menu command on a modeling diagram](../modeling/define-a-menu-command-on-a-modeling-diagram.md)
381-
[UML – Rapid Entry by using Text](https://docs.microsoft.com/samples/browse/-samples)

docs/vs-2015/profiling/analyze-energy-use-in-store-apps.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ The Visual Studio **Energy Consumption** profiler helps you analyze the power an
5757
> - Windows.Foundation.Diagnostics LoggingChannel implements the [Windows.Foundation.IClosable](https://msdn.microsoft.com/library/windows/apps/windows.foundation.iclosable.aspx) interface (projected as [System.IDisposable](https://msdn.microsoft.com/library/System.IDisposable.aspx) in C# and VB).To avoid leaking operating system resources, call [LoggingChannel.Close](https://msdn.microsoft.com/library/windows/apps/windows.foundation.diagnostics.loggingchannel.close.aspx)() (Windows.Foundation.Diagnostics.LoggingChannel.Dispose() in C# and VB) when you are finished with a logging channel.
5858
> - Each open logging channel must have a unique name. Attempting to create a new logging channel with the same name as an undisposed channel causes an exception.
5959
60-
See the Windows SDK Sample [LoggingSession Sample](https://docs.microsoft.com/samples/browse/-samples) for examples.
61-
6260
**Add marks to JavaScript code**
6361

6462
To add user marks add the following code at the points in your code that you want to mark:

0 commit comments

Comments
 (0)