Skip to content

Commit dbf4a2e

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

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

datatables-thymeleaf-plugins/README.md

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

3535
## Bug/improvement
3636

37-
Please report it using the issue tracker dedicated to all sample apps: [https://waffle.io/dandelion/dandelion-samples](https://waffle.io/dandelion/dandelion-samples)
37+
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)
3838

3939
=
4040
The [Dandelion team](http://dandelion.github.io/team/).

datatables-thymeleaf-plugins/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-plugins</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
88
<packaging>war</packaging>
99

1010
<name>Dandelion :: Datatables :: Samples :: datatables-thymeleaf-plugins</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-plugins/src/main/webapp/WEB-INF/views/common/navbar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html xmlns:th="http://www.thymeleaf.org">
33
<body>
44
<div th:fragment="navbar">
5-
<a href="https://github.com/dandelion/dandelion-samples">
5+
<a href="https://github.com/dandelion/dandelion-datatables-samples">
66
<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"/>
77
</a>
88
<div class="navbar navbar-fixed-top">
@@ -41,7 +41,7 @@
4141
<ul class="dropdown-menu">
4242
<li><a href="http://dandelion.github.io/datatables">Documentation</a></li>
4343
<li><a href="http://dandelion-forum.48353.x6.nabble.com/">Forum</a></li>
44-
<li><a href="https://waffle.io/dandelion/dandelion-samples">Report an issue</a></li>
44+
<li><a href="https://github.com/dandelion/dandelion-datatables-samples/issues">Report an issue</a></li>
4545
</ul>
4646
</li>
4747
</ul>

0 commit comments

Comments
 (0)