Showing 3 changed files with 4 additions and 6 deletions
+2 -3
README.md
... ...
@@ -435,7 +435,7 @@ It is useful to write configuration in ***gitprep.my.conf***, not gitprep.conf.
435 435
 
436 436
 ## Web Site
437 437
 
438
-[GitPrep Web Site](http://perlcodesample.sakura.ne.jp/gitprep-site/)
438
+[GitPrep Web Site](http://gitprep.yukikimoto.com/)
439 439
 
440 440
 ## Internally Using Library
441 441
 
... ...
@@ -456,8 +456,7 @@ It is useful to write configuration in ***gitprep.my.conf***, not gitprep.conf.
456 456
 
457 457
 These are my Perl web application projects.
458 458
 
459
-* [WebDBViewer](http://perlcodesample.sakura.ne.jp/webdbviewer-site/) - Database viewer to see database information on web browser.
460
-* [TaskDeal](http://perlcodesample.sakura.ne.jp/taskdeal-site/) - Setup or deploy multiple environments on web browser. Ruby Chef alternative tool.
459
+* [WebDBViewer](http://webdbviewer.yukikimoto.com/) - Database viewer to see database information on web browser.
461 460
 
462 461
 ## Bug
463 462
 
+1 -2
gitprep-site/index.html
... ...
@@ -192,9 +192,8 @@
192 192
       <b>Sister project</b>
193 193
     </div>
194 194
     <div>
195
-      <a href="http://perlcodesample.sakura.ne.jp/webdbviewer-site">WebDBViewer</a>
195
+      <a href="http://webdbviewer.yukikimoto.com/">WebDBViewer</a>
196 196
     </div>
197
-    
198 197
 </div>
199 198
 <div id="footer" style="margin-bottom:10px">
200 199
   <a href="." style="text-decoration:none;color:#666;">
+1 -1
templates/include/footer.html.ep
... ...
@@ -1,6 +1,6 @@
1 1
 <hr style="margin-top:0;margin-bottom:10px">
2 2
 <div class="text-center" style="margin-bottom:10px">
3
-  <a href="http://perlcodesample.sakura.ne.jp/gitprep-site">Gitprep</a>
3
+  <a href="http://gitprep.yukikimoto.com/">Gitprep</a>
4 4
   <span>Version <%= $Gitprep::VERSION %></span>
5 5
 </div>
6 6