Skip to content

Commit b40280c

Browse files
author
volgin
committed
Fixed link to gwt-charts jar.
1 parent 295aad4 commit b40280c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/gwt/material/design/demo/client/application/charts/ChartsView.ui.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
xmlns:demo="urn:import:gwt.material.design.demo.client.ui">
2626

2727
<g:HTMLPanel>
28-
<m:MaterialTitle title="Pre-requisites" description="First of all, you must download the gwt-charts 0.9.9.jar for the integration to GWT Material"/>
29-
<m:MaterialLink href="http://gwt-charts.googlecode.com/svn/download/gwt-charts-0.9.9.jar" text="Download gwt-charts.jar here" textColor="blue"/>
28+
<m:MaterialTitle title="Pre-requisites" description="First of all, you must download the gwt-charts 0.9.10.jar for the integration to GWT Material"/>
29+
<m:MaterialLink href="https://mvnrepository.com/artifact/com.googlecode.gwt-charts/gwt-charts" target="_blank" text="Download gwt-charts.jar here" textColor="blue"/>
3030

3131
<m:MaterialTitle title="Setup" description="After downloading the jar, You will have to configure your App.gwt.xml file to inherit the Gwt Charts library. You can do it like this: "/>
3232

0 commit comments

Comments
 (0)