Skip to content

Commit 30b75ab

Browse files
committed
fix links
1 parent 35a4d9c commit 30b75ab

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

_posts/2018-04-24-Java-Jersey-Filters-and-JDBI-Injection.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ categories:
66
---
77

88
I started with a dummy jersey project and later added jdbi to that. You can see both posts below
9-
http://msdalp.github.io/2018/03/28/Java-Jersey-2.26-Tutorial/
10-
http://msdalp.github.io/2018/04/07/Java-Jersey-2.26-JDBI/
11-
I will continue from the last part which you can pull from https://github.com/msdalp/jersey-jdbi-sample the `master` branch. All work done on this post will go to `auth_filter-dao` branch.
9+
[http://msdalp.github.io/2018/03/28/Java-Jersey-2.26-Tutorial/](http://msdalp.github.io/2018/03/28/Java-Jersey-2.26-Tutorial/)
10+
[http://msdalp.github.io/2018/04/07/Java-Jersey-2.26-JDBI/](http://msdalp.github.io/2018/04/07/Java-Jersey-2.26-JDBI/)
11+
12+
I will continue from the last part which you can pull from [https://github.com/msdalp/jersey-jdbi-sample](https://github.com/msdalp/jersey-jdbi-sample) the `master` branch. All work done on this post will go to `auth_filter-dao` branch.
1213

1314
Now I want add these in order:
1415

0 commit comments

Comments
 (0)