From: W. Trevor King Date: Sun, 18 Jul 2010 18:12:46 +0000 (-0400) Subject: Adjust symlinks to point to new .html files (not old .dat files). X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ca205b55dfc4a70f4dfa5057c246d891c8f2fa6a;p=dirtag.git Adjust symlinks to point to new .html files (not old .dat files). --- diff --git a/test/tag/1/a1.html b/test/tag/1/a1.html index 3042c93..56821b4 120000 --- a/test/tag/1/a1.html +++ b/test/tag/1/a1.html @@ -1 +1 @@ -../../raw/a/a1.dat \ No newline at end of file +../../raw/a/a1.html \ No newline at end of file diff --git a/test/tag/1/b1.html b/test/tag/1/b1.html index 44c6413..b0603cc 120000 --- a/test/tag/1/b1.html +++ b/test/tag/1/b1.html @@ -1 +1 @@ -../../raw/b/b1.dat \ No newline at end of file +../../raw/b/b1.html \ No newline at end of file diff --git a/test/tag/x/a2.html b/test/tag/x/a2.html index 5cdade1..19bf565 120000 --- a/test/tag/x/a2.html +++ b/test/tag/x/a2.html @@ -1 +1 @@ -../../raw/a/a2.dat \ No newline at end of file +../../raw/a/a2.html \ No newline at end of file diff --git a/test/tag/x/b3.html b/test/tag/x/b3.html index f59149b..a13df43 120000 --- a/test/tag/x/b3.html +++ b/test/tag/x/b3.html @@ -1 +1 @@ -../../raw/b/b3.dat \ No newline at end of file +../../raw/b/b3.html \ No newline at end of file diff --git a/test/tag/x/y/b1.html b/test/tag/x/y/b1.html index e21605f..fcb3b67 120000 --- a/test/tag/x/y/b1.html +++ b/test/tag/x/y/b1.html @@ -1 +1 @@ -../../../raw/b/b1.dat \ No newline at end of file +../../../raw/b/b1.html \ No newline at end of file