Skip to content

Commit f3ee399

Browse files
Fix docs image path
1 parent 302ea44 commit f3ee399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cms/theme-development/theme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ php artisan cms:theme:create demo
1515

1616
If you get an error like this:
1717

18-
![error](./images/theme-create-issue.png)
18+
![error](./../images/theme-create-issue.png)
1919

2020
You need to delete folder `/vendor` and run command `composer install` to reinstall it, then you will have that command.
2121

0 commit comments

Comments
 (0)