Skip to content

Commit 3b213b5

Browse files
authored
Fix missing workflow sample chess image (#84)
1 parent 0e40173 commit 3b213b5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

openidm-zip/src/main/resources/samples/workflow/workflow/chessboard.xhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
.grid tbody tr:nth-child(even) td:nth-child(odd) { background-color: #eee; }
2222

2323
.piece {
24-
background-image: url('http://svn.symfony-project.com/plugins/dmChessPlugin/web/images/piece/sprite.png');
24+
background-image: url('https://raw.githubusercontent.com/OpenIdentityPlatform/OpenIDM/refs/heads/master/openidm-zip/src/main/resources/samples/workflow/workflow/sprite.png');
2525
width: 64px;
2626
height: 64px;
2727

17.8 KB
Loading

0 commit comments

Comments
 (0)