Skip to content

Commit 5727d89

Browse files
committed
Img src path will only work when deployed or in dev mode, not both. See angular/angular-cli#4517
1 parent 60c0d31 commit 5727d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/configurations/schedule/schedule-sidebar/schedule-sidebar.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ <h4>Quick Documentation</h4>
33
<p>The server-side cron implementation uses the library cront4j.
44
<a target="_blank" href="http://www.sauronsoftware.it/projects/cron4j/manual.php#p02">Cron4j Documentation</a>.
55
</p>
6-
<img src="../../../../assets/images/cron_expression.png">
6+
<img src="veidemann/assets/images/cron_expression.png">
77
<p>Valid from/to is used when a special occasion occours. e.g election campaign.</p>
88

0 commit comments

Comments
 (0)