Skip to content

Commit

Permalink
fixed broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
1RedOne committed Oct 7, 2019
1 parent 37d0de9 commit 8d08719
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
13 changes: 3 additions & 10 deletions Help/New-BurntToastShoulderTap.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,17 +222,10 @@ You cannot pipe input to this function.
## OUTPUTS
TODO
New-BurntToastNotification displays the Toast Notification that is created.
## NOTES
I'm *really* sorry about the number of Parameter Sets. The best explanation is:
Displays a Windows 10 Shoulder Tap message is a matching user (matches by e-mail address) is pinned to the task bar.
* You cannot specify a sound and mark the toast as silent at the same time.
* You cannot specify SnoozeAndDismiss and custom buttons at the same time.
If not, fails back to a standard Burnt Toast notification
## RELATED LINKS
[New-BurntToastNotification](https://github.com/Windos/BurntToast/blob/master/Help/New-BurntToastShoulderTap.md)
[New-BurntToastShoulderTap](https://github.com/Windos/BurntToast/blob/master/Help/New-BurntToastShoulderTap.md)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ $Text = 'First Shoulder Tap', 'This is for the fallback toast.'
New-BurntToastShoulderTap -Image $Image -Person $Contact -Text $Text
```
![Example: Shoulder Tap feature in Windows 10](/Examples/Example10/Result.gif)
![Example: Shoulder Tap feature in Windows 10](/Examples/Example10/result.gif)

## Releases

Expand Down

0 comments on commit 8d08719

Please sign in to comment.