Skip to content

Commit ed89ee9

Browse files
committed
refactor(jsp-themes): various fixes + switch to 1.0.0
* Fixed wrong URLs * Improved comments
1 parent 1a12c9c commit ed89ee9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

datatables-jsp-themes/README.md

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

3838
## Bug/improvement
3939

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

4242
=
4343
The [Dandelion team](http://dandelion.github.io/team/).

datatables-jsp-themes/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-jsp-themes</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-JSP-Themes</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-jsp-themes/src/main/webapp/WEB-INF/views/common/layout-bootstrap3.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</head>
1919
<body>
2020

21-
<a href="https://github.com/dandelion/dandelion-samples">
21+
<a href="https://github.com/dandelion/dandelion-datatables-samples">
2222
<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"/>
2323
</a>
2424
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
@@ -66,7 +66,7 @@
6666
<ul class="dropdown-menu">
6767
<li><a href="http://dandelion.github.io/datatables">Documentation</a></li>
6868
<li><a href="http://dandelion-forum.48353.x6.nabble.com/">Forum</a></li>
69-
<li><a href="https://waffle.io/dandelion/dandelion-samples">Report an issue</a></li>
69+
<li><a href="https://github.com/dandelion/dandelion-datatables-samples/issues">Report an issue</a></li>
7070
</ul>
7171
</li>
7272
</ul>

datatables-jsp-themes/src/main/webapp/WEB-INF/views/common/layout.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</head>
2020
<body>
2121

22-
<a href="https://github.com/dandelion/dandelion-samples">
22+
<a href="https://github.com/dandelion/dandelion-datatables-samples">
2323
<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"/>
2424
</a>
2525
<div class="navbar navbar-fixed-top">
@@ -61,7 +61,7 @@
6161
<ul class="dropdown-menu">
6262
<li><a href="http://dandelion.github.io/datatables">Documentation</a>
6363
<li><a href="http://dandelion-forum.48353.x6.nabble.com/">Forum</a></li>
64-
<li><a href="https://waffle.io/dandelion/dandelion-samples">Report an issue</a></li>
64+
<li><a href="https://github.com/dandelion/dandelion-datatables-samples/issues">Report an issue</a></li>
6565
</ul>
6666
</li>
6767
</ul>

0 commit comments

Comments
 (0)