Skip to content

Commit

Permalink
📝 Fix image paths after rename
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesprague authored Sep 21, 2021
1 parent 9dd3a66 commit 703c04c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The following sends a simple notification with a title and message
message: "This is an example of a simple notification with a title and a body"
```
![Simple Notification Example](./images/simple-notification.png "Simple Notification Example")
![Simple Notification Example](./readme-images/simple-notification.png "Simple Notification Example")
### Workflow Status Notifications
Expand All @@ -53,7 +53,7 @@ Include as first step in workflow to notify workflow run has started
color: "info"
```
![Deploy Notification Example - Info](./images/deploy-info.png "Deploy Notification Example - Info")
![Deploy Notification Example - Info](./readme-images/deploy-info.png "Deploy Notification Example - Info")
#### Cancel Notification
Expand All @@ -71,7 +71,7 @@ Include anywhere in steps to notify workflow run has been cancelled
color: "warning"
```
![Deploy Notification Example - Info](./images/deploy-cancel.png "Deploy Notification Example - Info")
![Deploy Notification Example - Info](./readme-images/deploy-cancel.png "Deploy Notification Example - Info")
#### Failure Notification
Expand All @@ -89,7 +89,7 @@ Include anywhere in steps to notify when a workflow run fails
color: "failure"
```
![Deploy Notification Example - Info](./images/deploy-fail.png "Deploy Notification Example - Info")
![Deploy Notification Example - Info](./readme-images/deploy-fail.png "Deploy Notification Example - Info")
#### Success Message
Expand All @@ -107,7 +107,7 @@ Include anywhere in steps to notify when workflow run is successful
color: "success"
```
![Deploy Notification Example - Success](./images/deploy-success.png "Deploy Notification Example - Success")
![Deploy Notification Example - Success](./readme-images/deploy-success.png "Deploy Notification Example - Success")
## Inputs
Expand Down

0 comments on commit 703c04c

Please sign in to comment.