diff --git a/docs/framework/wpf/graphics-multimedia/animation-and-timing-how-to-topics.md b/docs/framework/wpf/graphics-multimedia/animation-and-timing-how-to-topics.md index 12843d91aa44f..32fbc123b79fc 100644 --- a/docs/framework/wpf/graphics-multimedia/animation-and-timing-how-to-topics.md +++ b/docs/framework/wpf/graphics-multimedia/animation-and-timing-how-to-topics.md @@ -25,7 +25,6 @@ The following topics demonstrate how to use the [!INCLUDE[TLA#tla_winclient](../ [Control an Animation using From, To, and By](../../../../docs/framework/wpf/graphics-multimedia/how-to-control-an-animation-using-from-to-and-by.md) [Define a Name Scope](../../../../docs/framework/wpf/graphics-multimedia/how-to-define-a-name-scope.md) [Receive Notification When a Clock's State Changes](../../../../docs/framework/wpf/graphics-multimedia/how-to-receive-notification-when-clock-state-changes.md) - [How to: Remove a Storyboard](http://msdn.microsoft.com/library/7fe39531-de2f-46a0-a69f-b783d04235ee) [Repeat an Animation](../../../../docs/framework/wpf/graphics-multimedia/how-to-repeat-an-animation.md) [Seek a Storyboard](../../../../docs/framework/wpf/graphics-multimedia/how-to-seek-a-storyboard.md) [Seek a Storyboard Synchronously](../../../../docs/framework/wpf/graphics-multimedia/how-to-seek-a-storyboard-synchronously.md) diff --git a/docs/framework/wpf/graphics-multimedia/animation-tips-and-tricks.md b/docs/framework/wpf/graphics-multimedia/animation-tips-and-tricks.md index 52fdf8fe48db8..1c9345e562204 100644 --- a/docs/framework/wpf/graphics-multimedia/animation-tips-and-tricks.md +++ b/docs/framework/wpf/graphics-multimedia/animation-tips-and-tricks.md @@ -99,7 +99,7 @@ When working with animations in [!INCLUDE[TLA2#tla_wpf](../../../../includes/tla There are different ways to remove an animation. The following techniques can be used to remove animations that belong to a . -- To remove a you started with an event trigger, see [How to: Remove a Storyboard](http://msdn.microsoft.com/library/7fe39531-de2f-46a0-a69f-b783d04235ee). +- To remove a you started with an event trigger, see [How to: Remove a Storyboard](https://docs.microsoft.com/previous-versions/dotnet/netframework-3.5/ms749412(v=vs.90)). - To use code to remove a , see the method.