From ca205b55dfc4a70f4dfa5057c246d891c8f2fa6a Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 18 Jul 2010 14:12:46 -0400 Subject: [PATCH] Adjust symlinks to point to new .html files (not old .dat files). --- test/tag/1/a1.html | 2 +- test/tag/1/b1.html | 2 +- test/tag/x/a2.html | 2 +- test/tag/x/b3.html | 2 +- test/tag/x/y/b1.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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 -- 2.26.2