Skip to content

Commit 21f1c9b

Browse files
committed
Move assets
1 parent fceb982 commit 21f1c9b

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In repositories with a lot of activity, the workflow queue will get backed up ve
1515

1616
Dispatching commands to be processed elsewhere keeps the workflow queue moving quickly. It essentially enables parallel processing of workflows.
1717

18-
<div align="center"><img src="assets/slash-command-dispatch.png" width="550"></div>
18+
<div align="center"><img src="docs/assets/slash-command-dispatch.png" width="550"></div>
1919

2020
## Demos
2121

File renamed without changes.

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ Command dispatch setup is complete! Now let's test our `/example` command.
8181

8282
Once the command completes you should see all three reactions on your comment.
8383

84-
![Example Command](../assets/example-command.png)
84+
![Example Command](assets/example-command.png)
8585

8686
Now you can start to tweak the command and make it do something useful!

0 commit comments

Comments
 (0)