Skip to content

Commit 054b8ae

Browse files
committed
refactor(tml-javaconfig): various fixes + switch to 1.0.0
* Fixed wrong URLs * Improved comments
1 parent dbf4a2e commit 054b8ae

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

datatables-thymeleaf-javaconfig/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can then access the sample here: [http://localhost:9090/datatables-thymeleaf
3232

3333
## Bug/improvement
3434

35-
Please report it using the issue tracker dedicated to all sample apps: [https://waffle.io/dandelion/dandelion-samples](https://waffle.io/dandelion/dandelion-samples)
35+
Please report it using the issue tracker dedicated to all sample apps: [https://github.com/dandelion/dandelion-datatables-samples/issues](https://github.com/dandelion/dandelion-datatables-samples/issues)
3636

3737
=
3838
The [Dandelion team](http://dandelion.github.io/team/).

datatables-thymeleaf-javaconfig/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.dandelion</groupId>
66
<artifactId>datatables-thymeleaf-javaconfig</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
88
<packaging>war</packaging>
99

1010
<name>Dandelion :: Samples :: Datatables :: datatables-thymeleaf-javaconfig</name>
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.github.dandelion</groupId>
2020
<artifactId>dandelion-datatables-samples-bom</artifactId>
21-
<version>1.0.0-SNAPSHOT</version>
21+
<version>1.0.0</version>
2222
<type>pom</type>
2323
<scope>import</scope>
2424
</dependency>

datatables-thymeleaf-javaconfig/src/main/webapp/WEB-INF/views/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
1111
</head>
1212
<body>
13-
<a href="https://github.com/dandelion/dandelion-samples">
13+
<a href="https://github.com/dandelion/dandelion-datatables-samples">
1414
<img style="position: fixed; top: 0; left: 0; border: 0; z-index: 1500;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_green_007200.png" alt="Fork me on GitHub"/>
1515
</a>
1616
<div class="navbar navbar-fixed-top">
@@ -32,7 +32,7 @@
3232
<ul class="dropdown-menu">
3333
<li><a href="http://dandelion.github.io/datatables">Documentation</a></li>
3434
<li><a href="http://dandelion-forum.48353.x6.nabble.com/">Forum</a></li>
35-
<li><a href="https://waffle.io/dandelion/dandelion-samples">Report an issue</a></li>
35+
<li><a href="https://github.com/dandelion/dandelion-datatables-samples/issues">Report an issue</a></li>
3636
</ul>
3737
</li>
3838
</ul>

0 commit comments

Comments
 (0)