Skip to content

Commit

Permalink
docs: fix broken image links
Browse files Browse the repository at this point in the history
  • Loading branch information
benthillerkus committed Apr 11, 2022
1 parent 842f2bb commit 1a7104c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/stock_icon.dart
Expand Up @@ -25,7 +25,7 @@ enum StockIcon {

/// Generic application with no custom icon.
///
/// ![馃摪](https://docs.microsoft.com/en-us/windows/win32/api/shellapi/images/siid_appgeneric.jpg)
/// ![馃摪](https://docs.microsoft.com/en-us/windows/win32/api/shellapi/images/siid_application.jpg)
///
/// `SIID_APPLICATION = 2`
application,
Expand Down Expand Up @@ -305,7 +305,7 @@ enum StockIcon {

/// CD+ (enhanced audio CD) media.
///
/// ![馃捊鉃曫煄禲(https://docs.microsoft.com/en-us/windows/win32/api/shellapi/images/siid_mediacdplus.jpg)
/// ![馃捊鉃曫煄禲(https://docs.microsoft.com/en-us/windows/win32/api/shellapi/images/siid_mediacdaudioplus.jpg)
///
/// `SIID_MEDIACDAUDIOPLUS = 65`
cdPlus,
Expand Down

0 comments on commit 1a7104c

Please sign in to comment.