Skip to content

Commit b6d1192

Browse files
committed
Fixed updated link for Apps demo showcase.
1 parent d12a6bc commit b6d1192

File tree

1 file changed

+3
-2
lines changed
  • src/main/java/gwt/material/design/demo/client/application/dto

1 file changed

+3
-2
lines changed

src/main/java/gwt/material/design/demo/client/application/dto/DataHelper.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ public static List<Apps> getAllApps() {
8080
List<Apps> apps = new ArrayList<>();
8181
apps.add(new Apps("gwt-material-channel", "kevzlou7979", "https://avatars1.githubusercontent.com/u/3138071?v=3&s=30", "http://gwt-material-channel.appspot.com/", "http://i.imgur.com/3ROA1Bz.png", Color.RED));
8282
apps.add(new Apps("Feel Vision", "gilberto", "https://avatars1.githubusercontent.com/gilberto-torrezan?v=3&s=30", "https://feel-vision.appspot.com", "http://i.imgur.com/G37VTJj.png", Color.GREEN));
83-
apps.add(new Apps("My Money", "Werner Kok", "https://avatars1.githubusercontent.com/wkok?v=3&s=30", "https://managemy.net/money/login.html", "http://i.imgur.com/w9UVW2H.png", Color.BLUE));
84-
apps.add(new Apps("TripWeGo", "Julien Guibert", "https://avatars2.githubusercontent.com/guibertjulien?v=3&s=128", "http://tripwego-gwt-material.appspot.com/", "http://i.imgur.com/BkWWPFr.png", Color.BLACK));
83+
apps.add(new Apps("My Money", "Werner Kok", "https://avatars1.githubusercontent.com/wkok?v=3&s=30", "https://appadvice.com/app/my-money-expense-tracker/1073455420", "http://i.imgur.com/w9UVW2H.png", Color.BLUE));
84+
apps.add(new Apps("TripWeGo", "Julien Guibert", "https://avatars2.githubusercontent.com/guibertjulien?v=3&s=128", "http://www.tripwego.com/", "http://i.imgur.com/BkWWPFr.png", Color.BLACK));
85+
apps.add(new Apps("Follow Chess", "Asim Pereira", "https://lh3.googleusercontent.com/-nLDflwTMqQY/AAAAAAAAAAI/AAAAAAAAG7U/7CowZmu0Tbg/s60-p-rw-no/photo.jpg", "https://live.followchess.com/", "http://i.imgur.com/50i7vZq.png", Color.ORANGE));
8586
return apps;
8687
}
8788

0 commit comments

Comments
 (0)