diff --git a/dotnet-desktop-guide/net/winforms/controls-design/how-to-set-toolbox-icon.md b/dotnet-desktop-guide/net/winforms/controls-design/how-to-set-toolbox-icon.md index 7a41f91a47..dfe471e924 100644 --- a/dotnet-desktop-guide/net/winforms/controls-design/how-to-set-toolbox-icon.md +++ b/dotnet-desktop-guide/net/winforms/controls-design/how-to-set-toolbox-icon.md @@ -32,7 +32,7 @@ Icons for the **Toolbox** window in Visual Studio must conform to certain standa Icons are assigned to a control with the attribute. For more information about attributes, see [Attributes (C#)](/dotnet/csharp/programming-guide/concepts/attributes/index) or [Attributes overview (Visual Basic)](/dotnet/visual-basic/programming-guide/concepts/attributes/index). > [!TIP] -> You can download a sample icon from [GitHub](https://github.com/dotnet/docs-desktop/blob/main/dotnet-desktop-guide/net/winforms/controls-design/snippets/designer-properties-overview/csharp/CompassRose_Icon.bmp). +> You can download a sample icon from [GitHub](https://github.com/dotnet/docs-desktop/blob/main/dotnet-desktop-guide/net/winforms/controls-design/media/how-to-set-toolbox-icon/CompassRose_Icon.bmp). The attribute is set on the control's class, and has three different constructors: diff --git a/dotnet-desktop-guide/net/winforms/controls-design/snippets/designer-properties-overview/csharp/CompassRose_Icon.bmp b/dotnet-desktop-guide/net/winforms/controls-design/media/how-to-set-toolbox-icon/CompassRose_Icon.bmp similarity index 100% rename from dotnet-desktop-guide/net/winforms/controls-design/snippets/designer-properties-overview/csharp/CompassRose_Icon.bmp rename to dotnet-desktop-guide/net/winforms/controls-design/media/how-to-set-toolbox-icon/CompassRose_Icon.bmp